• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/gsi-aug12/get4v10/go4/TGsiAug12CalibrationProc.cxx (r4864/r3846)

Go to the documentation of this file.
00001 #include "TGsiAug12CalibrationProc.h"
00002 
00003 #include "VFTX/TVftxProc.h"
00004 
00005 TGsiAug12CalibrationProc::TGsiAug12CalibrationProc(const char* name) : TCBMBeamtimeProc(name)
00006 {
00007    cout << "**** TGsiAug12CalibrationProc: Create instance " << name << endl;
00008 
00009    // Add here subprocessors:
00010    AddSubProcessor(new TVftxProc(Form("%s_VFTX",name)));
00011 }
00012 
00013 
00014 TGsiAug12CalibrationProc::~TGsiAug12CalibrationProc()
00015 {
00016 }
00017 

Generated on Tue Dec 10 2013 04:52:21 for ROCsoft by  doxygen 1.7.1