]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONChamberCalibrationTask.h
more debug messages to monitor number of tracks
[u/mrichter/AliRoot.git] / MUON / AliMUONChamberCalibrationTask.h
index b531e87fd9a87eb7ec04f8f336abb3778815216d..641fc30b3c56a315cf1e10e155ccfe8b5529c869 100644 (file)
@@ -33,9 +33,13 @@ class AliMUONChamberCalibrationTask : public AliAnalysisTaskSE
 
  public:
 
-  // enumarate the list of the available modes for the calibration
-  enum Calibration_t { NOGAIN, GAINCONSTANTCAPA, GAIN, INJECTIONGAIN }; 
-  typedef Calibration_t Calibration_t;
+  /// enumerate the list of the available modes for the calibration
+  enum Calibration_t { 
+    kNOGAIN, 
+    kGAINCONSTANTCAPA, 
+    kGAIN, 
+    kINJECTIONGAIN 
+  }; 
 
   // Constructors
   AliMUONChamberCalibrationTask();
@@ -54,7 +58,8 @@ class AliMUONChamberCalibrationTask : public AliAnalysisTaskSE
   virtual void Terminate( Option_t* option = "" ); 
 
   // Getters
-  TTree* OutputTree() { return fClusterInfoTree; }
+  /// Return TTree filled with the cluster information
+  TTree* OutputTree() const { return fClusterInfoTree; }
 
   UInt_t BuildClusterMap( AliMUONTrack &track );