StRoot
1
|
#include <StiSvtHitLoader.h>
Public Member Functions | |
StiSvtHitLoader (StiHitContainer *hitContainer, Factory< StiHit > *hitFactory, StiDetectorBuilder *detector) | |
virtual void | loadHits (StEvent *source, Filter< StiTrack > *trackFilter, Filter< StiHit > *hitFilter) |
![]() | |
StiHitLoader (const string &name) | |
StiHitLoader (const string &name, StiHitContainer *hitContainer, Factory< StiHit > *hitFactory, StiDetectorBuilder *detector) | |
virtual void | loadEvent (Source1 *source1, Filter< StiTrack > *trackFilter, Filter< StiHit > *hitFilter) |
virtual void | loadHits (Source1 *source, Filter< StiTrack > *trackFilter, Filter< StiHit > *hitFilter) |
virtual void | setHitContainer (StiHitContainer *hitContainer) |
virtual void | setHitFactory (Factory< StiHit > *hitFactory) |
virtual void | setDetector (StiDetectorBuilder *detector) |
void | setMaxTimes (int nMaxTimes) |
virtual StiDetectorBuilder * | getDetector () |
![]() | |
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. | |
Static Public Member Functions | |
static Int_t | getSvtBarrel (Int_t svtLayer) |
static Int_t | getLayer (Int_t svtLayer) |
static Int_t | getLadder (Int_t, Int_t svtLadder) |
Additional Inherited Members | |
![]() | |
Named (const string &aName=" ") | |
Only derived class are Named. | |
![]() | |
StiHitContainer * | _hitContainer |
StiTrackContainer * | _trackContainer |
Factory< StiHit > * | _hitFactory |
Factory< StiKalmanTrack > * | _trackFactory |
StiDetectorBuilder * | _detector |
![]() | |
string | _name |
StiSvtHitLoader is a concrete class implementing the StiHitLoader abstract interface. It is used to load hits from Star StEvent into the StiHitContainer for Sti tracking. StEvent hits from the TPC are converted using the StiDetectorBuilder class.
This class is essentially morphed from the class StiHitFiller originally written by Mike Miller.
Definition at line 19 of file StiSvtHitLoader.h.