00001 #include <stdexcept>
00002 #include "StEvent.h"
00003 #include "StMcEvent.hh"
00004 #include "StiIstDetectorGroup.h"
00005 #include "StiIstDetectorBuilder.h"
00006 #include "StiIstHitLoader.h"
00007
00008
00009 StiIstDetectorGroup::StiIstDetectorGroup(bool active, const string & inputFile)
00010 : StiDetectorGroup<StEvent>("Ist",
00011 active?new StiIstHitLoader():0,
00012 new StiIstDetectorBuilder(active,inputFile),0)
00013 {}
00014
00015 StiIstDetectorGroup::~StiIstDetectorGroup()
00016 {}
00017