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) |
Public Member Functions inherited from StiHitLoader< StEvent, StiDetectorBuilder > | |
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 () |
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 Attributes | |
UInt_t | n |
StMcIstHit * | saveHit |
long | evNum |
Protected Attributes inherited from StiHitLoader< StEvent, StiDetectorBuilder > | |
StiHitContainer * | _hitContainer |
StiTrackContainer * | _trackContainer |
Factory< StiHit > * | _hitFactory |
Factory< StiKalmanTrack > * | _trackFactory |
StiDetectorBuilder * | _detector |
Protected Attributes inherited from Named | |
string | _name |
Additional Inherited Members | |
Protected Member Functions inherited from Named | |
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.