]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCheckItem.h
new functionality and new class added
[u/mrichter/AliRoot.git] / MUON / AliMUONCheckItem.h
index d19f311ae10541789dc8c10d62975cfc988203c1..803f668ef53aed0d5077aecc0e333403e43fef0e 100644 (file)
@@ -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)
 /// 
 #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);
@@ -40,6 +37,8 @@ public:
   
   void Print(Option_t* opt="") const;
   
+    TIterator* CreateIterator() const;
+    
 private:
   /// Not implemented
   AliMUONCheckItem(const AliMUONCheckItem&);