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
StiSsd
StiSsdDetectorGroup.cxx
1
// $Id: StiSsdDetectorGroup.cxx,v 1.9 2014/08/22 17:53:32 perev Exp $
2
//
3
// $Log: StiSsdDetectorGroup.cxx,v $
4
// Revision 1.9 2014/08/22 17:53:32 perev
5
// Remove never used input file
6
//
7
// Revision 1.8 2006/10/09 15:47:59 fisyak
8
// use Normal represantation, remove StiDedxCalculator
9
//
10
// Revision 1.7 2005/10/26 21:59:12 fisyak
11
// get rid off dependencies from StMcEvent
12
//
13
// Revision 1.6 2005/06/21 15:31:47 lmartin
14
// CVS tags added
15
//
16
#include "StiSsd/StiSsdDetectorGroup.h"
17
#include "StiSsd/StiSsdHitLoader.h"
18
#include "StiSsd/StiSsdDetectorBuilder.h"
19
#include "StEvent.h"
20
#include <stdexcept>
21
22
StiSsdDetectorGroup::StiSsdDetectorGroup(
bool
active)
23
:
StiDetectorGroup
<
StEvent
>(
"SSD"
,
24
active?new
StiSsdHitLoader
():0,
25
new
StiSsdDetectorBuilder
(active))
26
27
{}
28
29
StiSsdDetectorGroup::~StiSsdDetectorGroup()
30
{}
31
32
StiSsdHitLoader
Definition:
StiSsdHitLoader.h:36
StEvent
Definition:
StEvent.h:232
StiSsdDetectorBuilder
Definition:
StiSsdDetectorBuilder.h:39
StiDetectorGroup
Definition:
StiDetectorGroup.h:12
Generated by
1.8.5