![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Class to loop over all manus of MUON Tracker. More...
#include <AliMpManuIterator.h>
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... | |
AliMpManuIterator & | operator= (const AliMpManuIterator &rhs) |
not implemented More... | |
Private Attributes | |
TIterator * | fIterator |
internal iterator More... | |
AliMpBusPatch * | fCurrentBusPatch |
current bus patch More... | |
Int_t | fCurrentManuIndex |
current manu index in current bus patch More... | |
Class to loop over all manus of MUON Tracker.
Class to loop over all manus of MUON Tracker
Definition at line 22 of file AliMpManuIterator.h.
AliMpManuIterator::AliMpManuIterator | ( | ) |
ctor
Definition at line 36 of file AliMpManuIterator.cxx.
|
virtual |
dtor
Definition at line 47 of file AliMpManuIterator.cxx.
|
private |
not implemented
Bool_t AliMpManuIterator::Next | ( | Int_t & | detElemId, |
Int_t & | manuId | ||
) |
Set the next (de,manu) pair and return kTRUE, or kFALSE if ended.
Definition at line 55 of file AliMpManuIterator.cxx.
Referenced by AliMUONPadStatusMapMaker::AliMUONPadStatusMapMaker(), AliMUONQAMappingCheck::AliMUONQAMappingCheck(), AliMUONTrackerData::CompareData(), AliMUONPainterDataRegistry::CreateInteractiveReadOutConfig(), AliMUONTrackerConditionDataMaker::CreateLVStore(), AliMUONTrackerConditionDataMaker::CreateStatusMapStore(), AliMUONTrackerConditionDataMaker::CreateStatusStore(), AliMUONManuContourMaker::GenerateManuContours(), GetBadChannels(), AliMUONCDB::MakeOccupancyMapStore(), AliMUONCDB::MakePedestalStore(), AliMUONPadStatusMaker::Report(), AliMUONCDB::ShowConfig(), and AliMUON2DStoreValidator::Validate().
|
private |
not implemented
void AliMpManuIterator::Reset | ( | void | ) |
Rewind the iterator
Definition at line 81 of file AliMpManuIterator.cxx.
|
private |
current bus patch
Definition at line 42 of file AliMpManuIterator.h.
|
private |
current manu index in current bus patch
Definition at line 43 of file AliMpManuIterator.h.
|
private |
internal iterator
Definition at line 41 of file AliMpManuIterator.h.
Referenced by Next(), Reset(), and ~AliMpManuIterator().