From 640fd52f822b8bfe622a2ba21e2a4c01cdd5b9ab Mon Sep 17 00:00:00 2001 From: ivana Date: Wed, 10 Jun 2009 15:37:57 +0000 Subject: [PATCH] In AliMUONErrorCounter: Adding ClassDef and ClassImp macros. --- MUON/AliMUONErrorCounter.cxx | 4 ++++ MUON/AliMUONErrorCounter.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/MUON/AliMUONErrorCounter.cxx b/MUON/AliMUONErrorCounter.cxx index 11c8dfca68d..089f755ef8d 100644 --- a/MUON/AliMUONErrorCounter.cxx +++ b/MUON/AliMUONErrorCounter.cxx @@ -28,6 +28,10 @@ /// \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), diff --git a/MUON/AliMUONErrorCounter.h b/MUON/AliMUONErrorCounter.h index 9b8524b5640..6f5bc6d1047 100644 --- a/MUON/AliMUONErrorCounter.h +++ b/MUON/AliMUONErrorCounter.h @@ -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 -- 2.43.5