]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
o make eta correction flag streamable
authorwiechula <wiechula@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2013 22:21:15 +0000 (22:21 +0000)
committerwiechula <wiechula@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2013 22:21:15 +0000 (22:21 +0000)
ANALYSIS/AliAnalysisTaskPIDResponse.h

index ce2a0b38ed34f2e762bc76eb41a0074aa6414a71..0406a3a34ea55a35cf7498f4003ed864049301bc 100644 (file)
@@ -63,7 +63,7 @@ private:
   Bool_t  fIsTunedOnData;              // flag to tune MC on data (dE/dx)
   Int_t   fRecoPassTuned;              // Reco pass tuned on data for MC
   
-  Bool_t  fUseTPCEtaCorrection;        //! Use TPC eta correction
+  Bool_t  fUseTPCEtaCorrection;        // Use TPC eta correction
   
   //
   void SetRecoInfo();
@@ -71,6 +71,6 @@ private:
   AliAnalysisTaskPIDResponse(const AliAnalysisTaskPIDResponse &other);
   AliAnalysisTaskPIDResponse& operator=(const AliAnalysisTaskPIDResponse &other);
   
-  ClassDef(AliAnalysisTaskPIDResponse,4)  // Task to properly set the PID response functions of all detectors
+  ClassDef(AliAnalysisTaskPIDResponse,5)  // Task to properly set the PID response functions of all detectors
 };
 #endif