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
Ist
StiIstDetectorGroup.cxx
1
#include <stdexcept>
2
#include "StEvent.h"
3
#include "StMcEvent.hh"
4
#include "StiIstDetectorGroup.h"
5
#include "StiIstDetectorBuilder.h"
6
#include "StiIstHitLoader.h"
7
8
9
StiIstDetectorGroup::StiIstDetectorGroup(
bool
active)
10
:
StiDetectorGroup
<
StEvent
>(
"Ist"
,
11
active?new
StiIstHitLoader
():0,
12
new
StiIstDetectorBuilder
(active))
13
{}
14
15
StiIstDetectorGroup::~StiIstDetectorGroup()
16
{}
17
StiIstHitLoader
Definition:
StiIstHitLoader.h:22
StEvent
Definition:
StEvent.h:232
StiIstDetectorBuilder
Definition:
StiIstDetectorBuilder.h:24
StiDetectorGroup
Definition:
StiDetectorGroup.h:12
Generated by
1.8.5