36 virtual void Clear(Option_t *opt =
"");
37 virtual void Print(Option_t *opt =
"")
const;
virtual void AddTrack(const Track &track)
std::pair< typename std::set< Hit >::iterator, bool > AddHitResult_t
virtual void Print(Option_t *opt="") const
TrackContainer_t fTracks
< A collection of all (possibly preselected) tracks in this event
A simple class to contain basic properties of a hit registered by an active material in a detector...
A simple persistent class describing a reconstructed charged particle track with a collection of trac...
virtual void AddHits(const HitContainer_t &hits)
A templated abstract base class interface with a basic functionality common to all events recorded by...
std::list< Track > TrackContainer_t
virtual void AddTracks(const TrackContainer_t &tracks)
A simple persistent event container holding collections of tracks and hits.
virtual AddHitResult_t AddHit(const Hit &hit)
Event()
Creates an empty event with no tracks and no hits.
std::set< Hit > HitContainer_t
virtual void Clear(Option_t *opt="")
virtual const HitContainer_t & GetHits() const
virtual const TrackContainer_t & GetTracks() const