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

beamtime/gsi-aug12/hd/go4/TGsiAug12OutputProc.cxx (r4864/r3172)

Go to the documentation of this file.
00001 #include "TGsiAug12OutputProc.h"
00002 
00003 #ifndef ANA_WITHOUTMONI
00004    #include "MONITOR/TBeamMonitorProc.h"
00005 #endif
00006 #include "ROOTFORMAT/TRootConverterProc.h"
00007 
00008 TGsiAug12OutputProc::TGsiAug12OutputProc(const char* name) : TCBMBeamtimeProc(name)
00009 {
00010    cout << "**** TGsiAug12OutputProc: Create instance " << name << endl;
00011 
00012    // Add here subprocessors:
00013 
00014    AddSubProcessor(new TBeamMonitorProc(Form("%s_BEAM",name)));
00015    AddSubProcessor(new TRootConverterProc(Form("%s_ROOTFORMAT",name)));
00016 }
00017 
00018 
00019 TGsiAug12OutputProc::~TGsiAug12OutputProc()
00020 {
00021 }
00022 

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