]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterInfo.h
Updates from David Rohr to add checks for fakes and clones and several bugfixes
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterInfo.h
index 8c84f15495c25934d15136d9efb68466d04872af..d98afe77e36c7b2c2e6523508b8a5570e4dc6e1b 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup evaluatio
+/// \ingroup calig
 /// \class AliMUONClusterInfo
 /// \brief Class to summarize ESD data at cluster
 //  Author Philippe Pillot, Subatech
@@ -19,6 +19,7 @@
 class AliMUONClusterInfo : public TObject {
 public:
   AliMUONClusterInfo(); // Constructor
+  AliMUONClusterInfo(TRootIOCtor* /*rio*/); // IO constructor
   virtual ~AliMUONClusterInfo(); //< Destructor
   AliMUONClusterInfo(const AliMUONClusterInfo& cluster);
   AliMUONClusterInfo& operator=(const AliMUONClusterInfo& cluster);
@@ -201,7 +202,7 @@ protected:
   Int_t         fNPads; ///< nPads  
   TClonesArray* fPads;  ///< Array of pads attached to the cluster
     
-  ClassDef(AliMUONClusterInfo, 3)
+  ClassDef(AliMUONClusterInfo, 3) //Class to summarize ESD data at cluster
 };
 
 #endif