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

beamtime/tof-tdctest/go4/TGsiAug12CalibrationProc.cxx (r4864/r4267)

Go to the documentation of this file.
00001 #include "TGsiAug12CalibrationProc.h"
00002 
00003 #include "VFTX/TVftxProc.h"
00004 
00005 #include "TGsiAug12Param.h"
00006 
00007 TGsiAug12CalibrationProc::TGsiAug12CalibrationProc(const char* name) : TCBMBeamtimeProc(name)
00008 {
00009    cout << "**** TGsiAug12CalibrationProc: Create instance " << name << endl;
00010 
00011    TGsiAug12Param* parAnalysis = (TGsiAug12Param*) GetParameter("GsiAug12Par");
00012 
00013    // Add here subprocessors:
00014    if( kTRUE == parAnalysis->bWithVftxCalib )
00015       AddSubProcessor(new TVftxProc(Form("%s_VFTX",name)));
00016 
00017 
00018    // Add here subprocessors:
00019 //   AddSubProcessor(new TVftxProc(Form("%s_VFTX",name)));
00020 }
00021 
00022 
00023 TGsiAug12CalibrationProc::~TGsiAug12CalibrationProc()
00024 {
00025 }
00026 

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