00001 #include <stdexcept> 00002 #include "StEvent.h" 00003 #include "StiPixelDetectorGroup.h" 00004 #include "StiPixelDetectorBuilder.h" 00005 #include "StiPixelHitLoader.h" 00006 00007 00008 StiPixelDetectorGroup::StiPixelDetectorGroup(bool active, const string & inputFile) 00009 : StiDetectorGroup<StEvent>("Pixel", 00010 active?new StiPixelHitLoader():0, 00011 new StiPixelDetectorBuilder(active,inputFile),0) 00012 {} 00013 00014 StiPixelDetectorGroup::~StiPixelDetectorGroup() 00015 {} 00016
1.5.9