]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterDrawAZ.h
Introduced new DE names unique to each det element;
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterDrawAZ.h
index c1d0e91ea7cb726d57f4687bca852d9c85cdde36..3c3c0b0174624d04398c4421ccdbd8261e69cdd0 100644 (file)
@@ -8,6 +8,8 @@
 /// \ingroup rec
 /// \class AliMUONClusterDrawAZ
 /// \brief Cluster drawing object for AZ cluster finder in MUON arm of ALICE
+///
+/// \author Alexander Zinchenko, JINR Dubna
 
 #include "AliMUONClusterDrawAZ.h"
 
@@ -32,24 +34,22 @@ public:
   void     ResetMuon() { fxyMu[0][6] = fxyMu[1][6] = 9999; } // reset muons
   void     UpdateCluster(Int_t npad); // update cluster after removing non-overlapped pads
 
-protected:
-  AliMUONClusterDrawAZ(const AliMUONClusterDrawAZ& rhs);
-  AliMUONClusterDrawAZ& operator=(const AliMUONClusterDrawAZ& rhs);
-
 private:
-  AliMUONData *fData; //! pointer to muon data container
-  AliMUONClusterFinderAZ* fFind; //! pointer to ClusterFinder
-  TH2D*      fHist[4]; // ! histograms
-  Int_t      fnMu; // ! number of muons passing thru the selected area
-  Double_t   fxyMu[2][7]; // ! muon information
-  Int_t      fEvent; // ! current event
-  Int_t      fChamber; //! current chamber
-  Int_t      fidDE; //! current Det. Elem.
-  Int_t      fDebug; // ! debug level
-  Int_t      fModif; // ! modification flag (modified ROOT)
+  AliMUONData *fData; //! pointer to muon data container
+  AliMUONClusterFinderAZ* fFind; //! pointer to ClusterFinder
+  TH2D*      fHist[4]; //!<  histograms
+  Int_t      fnMu; //!<  number of muons passing thru the selected area
+  Double_t   fxyMu[2][7]; //!<  muon information
+  Int_t      fEvent; //!<  current event
+  Int_t      fChamber; //! current chamber
+  Int_t      fidDE; //! current Det. Elem.
+  Int_t      fDebug; //!<  debug level
+  Int_t      fModif; //!<  modification flag (modified ROOT)
 
   // Functions
 
+  AliMUONClusterDrawAZ(const AliMUONClusterDrawAZ& rhs);
+  AliMUONClusterDrawAZ& operator=(const AliMUONClusterDrawAZ& rhs);
   void   Init(); // initialization
   void   ModifyHistos(); // modify histograms
   void   DrawHits(); // draw simulated and reconstructed hits