StRoot
1
|
#include <StiIstHitLoader.h>
Public Member Functions | |
StiIstHitLoader (StiHitContainer *hitContainer, Factory< StiHit > *hitFactory, StiDetectorBuilder *detector) | |
virtual void | loadHits (StEvent *source, Filter< StiTrack > *trackFilter, Filter< StiHit > *hitFilter) |
StiIstHitLoader (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. | |
Protected Attributes | |
UInt_t | n |
StMcIstHit * | saveHit |
long | evNum |
![]() | |
StiHitContainer * | _hitContainer |
StiTrackContainer * | _trackContainer |
Factory< StiHit > * | _hitFactory |
Factory< StiKalmanTrack > * | _trackFactory |
StiDetectorBuilder * | _detector |
![]() | |
string | _name |
Additional Inherited Members | |
![]() | |
Named (const string &aName=" ") | |
Only derived class are Named. | |
StiIstHitLoader 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 StiIstDetectorBuilder methods.
This class is substantially morphed from the class StiHitFiller originally written by Mike Miller.
StiIstHitLoader 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 StiIstDetectorBuilder methods.
This class is substantially morphed from the class StiHitFiller originally written by Mike Miller.
Definition at line 22 of file StiIstHitLoader.h.