]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
In AliMUONErrorCounter:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 15:37:57 +0000 (15:37 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 15:37:57 +0000 (15:37 +0000)
Adding ClassDef and ClassImp macros.

MUON/AliMUONErrorCounter.cxx
MUON/AliMUONErrorCounter.h

index 11c8dfca68d227d7f6138d7e5fad0e3f92fcc806..089f755ef8d05465b938a6a998bb202ae08e3536 100644 (file)
 /// \author Alberto Baldisseri, JL Charvet (05/05/2009)
 //-----------------------------------------------------------------------------
 
+/// \cond CLASSIMP
+ClassImp(AliMUONErrorCounter)
+/// \endcond
+
 //______________________________________________________________________________
 AliMUONErrorCounter::AliMUONErrorCounter(Int_t bp, Int_t manu, Int_t ev) 
   : fBusPatch(bp), 
index 9b8524b5640395850f51b8d2179ca6c3acf426fc..6f5bc6d1047289460e5bf7e542122c69b322a47d 100644 (file)
@@ -35,6 +35,8 @@ class AliMUONErrorCounter : public TNamed
     Int_t fBusPatch; ///< Buspath ID
     Int_t fManuId;   ///< Manu ID
     Int_t fEvents;   ///< Events with error in this buspatch
+
+  ClassDef(AliMUONErrorCounter,1) // 
 };
 
 #endif //ALIMUONERRORCOUNTER_H