StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StiPxlDetectorGroup.cxx
1 #include "StiPxl/StiPxlDetectorGroup.h"
2 #include "StiPxl/StiPxlDetectorBuilder.h"
3 #include "StiPxl/StiPxlHitLoader.h"
4 #include "StEvent/StEvent.h"
5 
6 
7 StiPxlDetectorGroup::StiPxlDetectorGroup(bool active,bool buildIdealGeom)
8  : StiDetectorGroup<StEvent>("Pixel",
9  active ? new StiPxlHitLoader() : 0,
10  new StiPxlDetectorBuilder(active,buildIdealGeom))
11 {}
12 
13 
14 StiPxlDetectorGroup::~StiPxlDetectorGroup()
15 {}