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

beamtime/cern-oct12/go4/TCernOct12FinalProc.cxx (r4864/r3721)

Go to the documentation of this file.
00001 #include "TCernOct12FinalProc.h"
00002 
00003 #include "TGo4Log.h"
00004 #include "TTrackingProc.h"
00005 
00006 TCernOct12FinalProc::TCernOct12FinalProc(const char* name) : TCBMBeamtimeProc(name)
00007 {
00008    TGo4Log::Info("TCernOct12FinalProc: Create instance %s", name);
00009 
00010    // Add here subprocessors:
00011    AddSubProcessor(new TTrackingProc("Tracker"));
00012 }
00013 
00014 
00015 TCernOct12FinalProc::~TCernOct12FinalProc()
00016 {
00017 }
00018 

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