]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONChamberCalibrationTask.h
*** V interface for TPCCalibTasks ***
[u/mrichter/AliRoot.git] / MUON / AliMUONChamberCalibrationTask.h
index 9e1685c831de24c6c5ef47f354c263192ba7de9f..641fc30b3c56a315cf1e10e155ccfe8b5529c869 100644 (file)
@@ -35,10 +35,10 @@ class AliMUONChamberCalibrationTask : public AliAnalysisTaskSE
 
   /// enumerate the list of the available modes for the calibration
   enum Calibration_t { 
-    NOGAIN, 
-    GAINCONSTANTCAPA, 
-    GAIN, 
-    INJECTIONGAIN 
+    kNOGAIN, 
+    kGAINCONSTANTCAPA, 
+    kGAIN, 
+    kINJECTIONGAIN 
   }; 
 
   // Constructors
@@ -59,7 +59,7 @@ class AliMUONChamberCalibrationTask : public AliAnalysisTaskSE
 
   // Getters
   /// Return TTree filled with the cluster information
-  TTree* OutputTree() { return fClusterInfoTree; }
+  TTree* OutputTree() const { return fClusterInfoTree; }
 
   UInt_t BuildClusterMap( AliMUONTrack &track );