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

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

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

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