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

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

Go to the documentation of this file.
00001 #include "TGsiAug12UnpackProc.h"
00002 
00003 #include "TGo4Log.h"
00004 
00005 #include "TTriglogProc.h"
00006 #include "MBSUNPACK/TMbsCrateProc.h"
00007 #include "GET4V10/TGet4v1Proc.h"
00008 #include "TEpicsProc.h"
00009 
00010 TGsiAug12UnpackProc::TGsiAug12UnpackProc() :
00011    TCBMBeamtimeProc()
00012 {
00013 }
00014 
00015 TGsiAug12UnpackProc::TGsiAug12UnpackProc(const char* name) :
00016    TCBMBeamtimeProc(name)
00017 {
00018    TGo4Log::Info("TGsiAug12Proc: Create instance %s", name);
00019      
00020    // Add here subprocessors:
00021    AddSubProcessor(new TTriglogProc(Form("%s_Triglog",name)));
00022    AddSubProcessor(new TMbsCrateProc(Form("%s_MBS",name)));
00023    AddSubProcessor(new TGet4v1Proc(Form("%s_ROCGET4V10",name)));
00024    AddSubProcessor(new TEpicsProc(Form("%s_EPICS",name)));
00025 }
00026 
00027 TGsiAug12UnpackProc::~TGsiAug12UnpackProc()
00028 {
00029 }

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