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

beamtime/sts-lasertest/go4/TLaserTest12DetectorProc.cxx (r4864/r3013)

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

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