1 #ifndef ALIMUONCLUSTERSTOREV2ITERATOR_H
2 #define ALIMUONCLUSTERSTOREV2ITERATOR_H
15 #ifndef ROOT_TIterator
16 # include "TIterator.h"
25 Int_t firstChamberId, Int_t lastChamberId);
Int_t fFirstChamberId
first chamber
AliMUONClusterStoreV2Iterator(const AliMUONClusterStoreV2 *store, Int_t firstChamberId, Int_t lastChamberId)
Int_t fCurrentChamberId
current chamber
Int_t fLastChamberId
last chamber
Implementation of VClusterStore.
AliMUONClusterStoreV2Iterator & operator=(const AliMUONClusterStoreV2Iterator &rhs)
Not implemented.
TIterator * fChamberIterator
helper iterator
TObject * NextInCurrentChamber() const
virtual const TCollection * GetCollection() const
Return 0 as we're not dealing with TCollection objects really.
virtual ~AliMUONClusterStoreV2Iterator()
Base implementation of TIterator for AliMUONClusterStoreV2.
const AliMUONClusterStoreV2 * fkStore
store to iterate upon