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

beamtime/cosy-jan12/go4/TCosyJan12FinalProc.cxx (r4864/r2530)

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

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