StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StiPxl
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
{}
StiPxlHitLoader
Definition:
StiPxlHitLoader.h:20
StEvent
Definition:
StEvent.h:232
StiPxlDetectorBuilder
Definition:
StiPxlDetectorBuilder.h:16
StiDetectorGroup
Definition:
StiDetectorGroup.h:12
Generated by
1.8.5