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