X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONCheckItem.h;h=803f668ef53aed0d5077aecc0e333403e43fef0e;hb=2afdea6931eac40fee865628e30669825f13a13e;hp=02683e5784cc9a8550f310ba258017693207f5fa;hpb=78649106ec7f71baeb897efa54274a4011675b87;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONCheckItem.h b/MUON/AliMUONCheckItem.h index 02683e5784c..803f668ef53 100644 --- a/MUON/AliMUONCheckItem.h +++ b/MUON/AliMUONCheckItem.h @@ -6,7 +6,7 @@ // $Id$ -/// \ingroup rec +/// \ingroup core /// \class AliMUONCheckItem /// \brief A structure used to gather information at different levels (ch,manu,de,chamber) /// @@ -17,18 +17,16 @@ #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: