StRoot
1
|
Public Member Functions | |
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. | |
Protected Member Functions | |
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 | |
StiDetectorBuilder * | _detectorBuilder |
int | _groupId |
Detector group identifier. | |
Protected Attributes inherited from Named | |
string | _name |
Definition at line 11 of file StiGenericDetectorGroup.h.
void StiGenericDetectorGroup::setGroupId | ( | int | id | ) |
Get a pid calculator appropriate for this detector group A dedx calculator is used after the track are fitted to determine the average (or appropriate measure) dedx. Get an energy loss calculator appropriate for this detector group An eloss calculator is used in the kalman propagation to determine the track energy loss.
Definition at line 41 of file StiGenericDetectorGroup.cxx.
References _groupId.