]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix data member streaming (A.Alici)
authorzconesa <zaida.conesa.del.valle@cern.ch>
Fri, 9 Jan 2015 16:48:14 +0000 (17:48 +0100)
committerzconesa <zaida.conesa.del.valle@cern.ch>
Fri, 9 Jan 2015 16:48:40 +0000 (17:48 +0100)
PWGHF/vertexingHF/AliAnalysisTaskSELc2V0bachelorTMVA.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 8124202..ad399f7
@@ -261,9 +261,9 @@ class AliAnalysisTaskSELc2V0bachelorTMVA : public AliAnalysisTaskSE
   TH1F* fHistoMCLcK0SpGenAcc;         //! histo with MC Lc --> K0S + p
   TH1F* fHistoMCLcK0SpGenLimAcc;      //! histo with MC Lc --> K0S + p
 
-  ULong64_t fTriggerMask;                        //! mask to the trigger word returned by the physics selection
+  ULong64_t fTriggerMask;                        // mask to the trigger word returned by the physics selection
        
-  ClassDef(AliAnalysisTaskSELc2V0bachelorTMVA, 7); // class for Lc->p K0
+  ClassDef(AliAnalysisTaskSELc2V0bachelorTMVA, 8); // class for Lc->p K0
 };
 
 #endif