X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONCheckItem.h;h=803f668ef53aed0d5077aecc0e333403e43fef0e;hb=033da0c5a0ff365a812cabb30788262ae2b1e5f7;hp=8bbdae62005f05e6e01278bd5b2c81399f6d845b;hpb=ea23f04b60e0228e162b94f230094df42166d7e7;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONCheckItem.h b/MUON/AliMUONCheckItem.h index 8bbdae62005..803f668ef53 100644 --- a/MUON/AliMUONCheckItem.h +++ b/MUON/AliMUONCheckItem.h @@ -6,29 +6,27 @@ // $Id$ -/// \ingroup rec +/// \ingroup core /// \class AliMUONCheckItem /// \brief A structure used to gather information at different levels (ch,manu,de,chamber) /// -/// \author Laurent Aphecetche +// Author Laurent Aphecetche #ifndef ROOT_TNamed # include "TNamed.h" #endif class AliMpExMap; -class TExMapIter; -class AliMUONCheckItemIterator; +class TIterator; class AliMUONCheckItem : public TNamed { - friend class AliMUONCheckItemIterator; - public: AliMUONCheckItem(Int_t id, Int_t maxNumber, const char* name); virtual ~AliMUONCheckItem(); + /// Return the identifier of this item Int_t GetID() const { return fID; } TObject* GetItem(Int_t id) const; @@ -39,9 +37,14 @@ public: void Print(Option_t* opt="") const; + TIterator* CreateIterator() const; + private: + /// Not implemented AliMUONCheckItem(const AliMUONCheckItem&); + /// Not implemented AliMUONCheckItem& operator=(const AliMUONCheckItem&); + void ComputeDead() const; private: