StRoot
1
|
#include <StiIstDetectorGroup.h>
Public Types | |
enum | IstDetectorBuilderImpl { kDefault, kFirstPro } |
Options to identify different IST detector builders. | |
Public Member Functions | |
StiIstDetectorGroup (bool active, IstDetectorBuilderImpl istImpl=kDefault, bool buildIdealGeom=false) | |
StiIstDetectorGroup (bool active) | |
Public Member Functions inherited from StiDetectorGroup< StEvent > | |
virtual StiHitLoader< StEvent, StiDetectorBuilder > * | getHitLoader () |
Get a hit loader appropriate for this detector group. | |
StiHitLoader< StEvent, StiDetectorBuilder > * | hitLoader () |
Public Member Functions inherited from StiGenericDetectorGroup | |
virtual void | initialize () |
virtual StiDetectorBuilder * | getDetectorBuilder () |
Get a detector builder appropriate for this detector group. | |
void | setGroupId (int id) |
int | getGroupId () const |
Public Member Functions inherited from Named | |
void | setName (const string &newName) |
Set the name of the object. | |
const string & | getName () const |
Get the name of the object. | |
bool | isName (const string &aName) const |
Determine whether name equals given name. | |
Additional Inherited Members | |
Protected Member Functions inherited from StiDetectorGroup< StEvent > | |
StiDetectorGroup (const string &name) | |
StiDetectorGroup (const string &name, StiHitLoader< StEvent, StiDetectorBuilder > *hitLoader, StiDetectorBuilder *detectorBuilder) | |
Protected Member Functions inherited from StiGenericDetectorGroup | |
StiGenericDetectorGroup (const string &name) | |
StiGenericDetectorGroup (const string &name, StiDetectorBuilder *detectorBuilder) | |
Protected Member Functions inherited from Named | |
Named (const string &aName=" ") | |
Only derived class are Named. | |
Protected Attributes inherited from StiDetectorGroup< StEvent > | |
StiHitLoader< StEvent, StiDetectorBuilder > * | _hitLoader |
Protected Attributes inherited from StiGenericDetectorGroup | |
StiDetectorBuilder * | _detectorBuilder |
int | _groupId |
Detector group identifier. | |
Protected Attributes inherited from Named | |
string | _name |
Convenience class defining the IST detector group.
Convenience class defining the TPC detector group
Definition at line 15 of file StiIstDetectorGroup.h.