star-travex
|
#include <StiScanEvent.h>
Public Member Functions | |
StiScanEvent () | |
![]() | |
TStiEvent () | |
TStiEvent (const StiVolumeFilter &stiVolumeFilter) | |
bool | AcceptTrack (const StiKalmanTrack &track) const |
bool | AcceptTrackNode (const StiKalmanTrackNode &node) const |
virtual EReturnCodes | Fill (const StiTrackContainer &stiTrackContainer) |
virtual EReturnCodes | Fill (StiHitContainer &stiHitContainer) |
virtual EReturnCodes | PostFill () |
std::pair< std::set< TStiHit >::iterator, bool > | InsertStiHit (const TStiHit &stiHit) |
const std::set< TStiHit > & | GetStiHits () const |
virtual void | Clear (Option_t *opt="") |
virtual void | Print (Option_t *opt="") const |
const std::vector< TStiKalmanTrack > & | GetTStiKalmanTracks () const |
Additional Inherited Members | |
![]() | |
const StiVolumeFilter & | fStiVolumeFilter |
A singleton allowing to impose various requirements on tracks and/or track nodes. More... | |
std::vector< TStiKalmanTrack > | fTStiKalmanTracks |
A collection of all Sti tracks of interest in this event. More... | |
std::set< TStiHit > | fTStiHits |
A collection of all Sti hits of interest in this event. More... | |
Definition at line 7 of file StiScanEvent.h.
StiScanEvent::StiScanEvent | ( | ) |
Definition at line 6 of file StiScanEvent.cxx.