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
StiRnD
Hft
StiPixelDetectorGroup.cxx
1
#include <stdexcept>
2
#include "StEvent.h"
3
#include "StiPixelDetectorGroup.h"
4
#include "StiPixelDetectorBuilder.h"
5
#include "StiPixelHitLoader.h"
6
7
8
StiPixelDetectorGroup::StiPixelDetectorGroup(
bool
active)
9
:
StiDetectorGroup
<
StEvent
>(
"Pixel"
,
10
active?new
StiPixelHitLoader
():0,
11
new
StiPixelDetectorBuilder
(active))
12
{}
13
14
StiPixelDetectorGroup::~StiPixelDetectorGroup()
15
{}
16
StEvent
Definition:
StEvent.h:232
StiPixelHitLoader
Definition:
StiPixelHitLoader.h:19
StiPixelDetectorBuilder
Definition:
StiPixelDetectorBuilder.h:5
StiDetectorGroup
Definition:
StiDetectorGroup.h:12
Generated by
1.8.5