]> 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 34488a2cf3e59d7139b1ec06ce2b081c10049c3b..641fc30b3c56a315cf1e10e155ccfe8b5529c869 100644 (file)
@@ -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 );