1 #ifndef ALIMUONTRIGGERTRACKSTOREV1_H
2 #define ALIMUONTRIGGERTRACKSTOREV1_H
15 #ifndef ALIMUONVTRIGERTRACKSTORE_H
34 virtual void Clear(Option_t* opt=
"");
36 virtual Bool_t
Connect(TTree&
tree, Bool_t alone=kTRUE)
const;
virtual ~AliMUONTriggerTrackStoreV1()
virtual Int_t GetSize() const
The number of objects stored.
virtual TIterator * CreateIterator() const
Iterator to loop over tracks.
virtual Int_t GetSize() const =0
The number of objects stored.
Implementation of AliMUONVTriggerTrackStore.
virtual Bool_t Add(TObject *object)
Add.
TClonesArray * fTracks
internal array
Reconstructed trigger track in ALICE dimuon spectrometer.
virtual Bool_t Connect(TTree &tree, Bool_t alone=kTRUE) const
Connect us to a TTree (only valid if CanConnect()==kTRUE)
virtual Bool_t CanConnect() const
Whether the Connect(TTree&) method is implemented.
virtual void Clear(Option_t *opt="")
Clear ourselves (i.e. Reset)
AliMUONTriggerTrackStoreV1()
TClonesArray ** TracksPtr() const
Return the address of the tracks array.
Base class of a trigger track store.
TClonesArray * Tracks() const
Return the tracks array.
AliMUONTriggerTrackStoreV1 & operator=(const AliMUONTriggerTrackStoreV1 &)
Not implemented.
virtual void Add(const AliMUONTriggerTrack &track)
Add a trigger track.
virtual AliMUONTriggerTrackStoreV1 * Create() const
Create an empty copy of this.