1 #ifndef ALIMUONVHITSTORE_H
2 #define ALIMUONVHITSTORE_H
15 #ifndef ALIMUONVSTORE_H
30 virtual Bool_t
Add(TObject*
object);
Virtual store to hold digit.
virtual Int_t GetSize() const =0
The number of objects stored.
virtual ~AliMUONVHitStore()
virtual AliMUONVStore * Create() const =0
Create an empty copy of this.
virtual TCollection * Collection()=0
Must be implemented to allow connection using MCApp()->AddHitList()
virtual Bool_t Add(TObject *object)
Add an object, if of type AliMUONHit.
virtual TIterator * CreateIterator() const =0
Return an iterator to loop over hits.
Base class for MUON data stores.