AliRoot Core  3dc7879 (3dc7879)
AliMpManuIterator Class Reference

Class to loop over all manus of MUON Tracker. More...

#include <AliMpManuIterator.h>

Inheritance diagram for AliMpManuIterator:

Public Member Functions

 AliMpManuIterator ()
 
virtual ~AliMpManuIterator ()
 
Bool_t Next (Int_t &detElemId, Int_t &manuId)
 
void Reset ()
 

Private Member Functions

 AliMpManuIterator (const AliMpManuIterator &rhs)
 not implemented More...
 
AliMpManuIteratoroperator= (const AliMpManuIterator &rhs)
 not implemented More...
 

Private Attributes

TIterator * fIterator
 internal iterator More...
 
AliMpBusPatchfCurrentBusPatch
 current bus patch More...
 
Int_t fCurrentManuIndex
 current manu index in current bus patch More...
 

Detailed Description

Class to loop over all manus of MUON Tracker.

Class to loop over all manus of MUON Tracker

Author
Laurent Aphecetche, Subatech

Definition at line 22 of file AliMpManuIterator.h.

Constructor & Destructor Documentation

AliMpManuIterator::AliMpManuIterator ( )

ctor

Definition at line 36 of file AliMpManuIterator.cxx.

AliMpManuIterator::~AliMpManuIterator ( )
virtual

dtor

Definition at line 47 of file AliMpManuIterator.cxx.

AliMpManuIterator::AliMpManuIterator ( const AliMpManuIterator rhs)
private

not implemented

Member Function Documentation

AliMpManuIterator& AliMpManuIterator::operator= ( const AliMpManuIterator rhs)
private

not implemented

void AliMpManuIterator::Reset ( void  )

Rewind the iterator

Definition at line 81 of file AliMpManuIterator.cxx.

Member Data Documentation

AliMpBusPatch* AliMpManuIterator::fCurrentBusPatch
private

current bus patch

Definition at line 42 of file AliMpManuIterator.h.

Referenced by Next(), and Reset().

Int_t AliMpManuIterator::fCurrentManuIndex
private

current manu index in current bus patch

Definition at line 43 of file AliMpManuIterator.h.

Referenced by Next(), and Reset().

TIterator* AliMpManuIterator::fIterator
private

internal iterator

Definition at line 41 of file AliMpManuIterator.h.

Referenced by Next(), Reset(), and ~AliMpManuIterator().


The documentation for this class was generated from the following files: