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

beamtime/gsi-aug12/prod/go4/TGsiAug12OutputProc.cxx (r4864/r3385)

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

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