StRoot
1
|
#include <StiSsdHitLoader.h>
Public Member Functions | |
StiSsdHitLoader (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. | |
Additional Inherited Members | |
Protected Member Functions inherited from Named | |
Named (const string &aName=" ") | |
Only derived class are Named. | |
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 |
StiSsdHitLoader 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 36 of file StiSsdHitLoader.h.