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

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

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

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