]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Streamable data members required for PROOF.
authorrvernet <rvernet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Jun 2008 18:18:43 +0000 (18:18 +0000)
committerrvernet <rvernet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Jun 2008 18:18:43 +0000 (18:18 +0000)
CORRFW/AliCFPair.h
CORRFW/AliCFPairIsPrimaryCuts.h
CORRFW/AliCFPairPidCut.h

index 9e37d80160535d0ea4587f91ee6103a2538b5d3b..ce5442d5d7be5bc3d166d7502cfe733c554e93b8 100755 (executable)
@@ -70,10 +70,10 @@ class AliCFPair : public AliVParticle {
 
 
  private:
-  Bool_t fIsV0;            //! true if V0 passed to the constructor
-  AliESDtrack* fTrackNeg;  //! pointer to the negative track
-  AliESDtrack* fTrackPos;  //! pointer to the positive track
-  AliESDv0*    fV0;        //! pointer to the V0 if V0 is passed to the constructor
+  Bool_t fIsV0;            // true if V0 passed to the constructor
+  AliESDtrack* fTrackNeg;  // pointer to the negative track
+  AliESDtrack* fTrackPos;  // pointer to the positive track
+  AliESDv0*    fV0;        // pointer to the V0 if V0 is passed to the constructor
   
   ClassDef(AliCFPair,0);
 };
index 5f76e931b8179a81a7218415422f76f5dbad3760..893a59971155962ffd6d87fb3de5f79a4b4ac875 100755 (executable)
@@ -46,8 +46,8 @@ class AliCFPairIsPrimaryCuts : public AliCFCutBase
   ClassDef(AliCFPairIsPrimaryCuts,1);
 
  private :
-  AliCFTrackIsPrimaryCuts *fCutNeg ; //! isprimary cut on negative daughter
-  AliCFTrackIsPrimaryCuts *fCutPos ; //! isprimary cut on positive daughter
+  AliCFTrackIsPrimaryCuts *fCutNeg ; // isprimary cut on negative daughter
+  AliCFTrackIsPrimaryCuts *fCutPos ; // isprimary cut on positive daughter
 
 };
 
index 6e4c375c351bbb8c2cdf6e894d88a4e4e79c691a..86fcacc5e5949519a116dc1f4d05f960b4697140 100755 (executable)
@@ -56,8 +56,8 @@ class AliCFPairPidCut : public AliCFCutBase
   Bool_t IsSelected(TObject *obj); //boolean for detectors
   Bool_t IsSelected(TList* /*list*/) {return kTRUE;}
  private:
-  AliCFTrackCutPid* fCutNeg; //! PID cut on negative daughter
-  AliCFTrackCutPid* fCutPos; //! PID cut on positive daughter
+  AliCFTrackCutPid* fCutNeg; // PID cut on negative daughter
+  AliCFTrackCutPid* fCutPos; // PID cut on positive daughter
 
   ClassDef(AliCFPairPidCut,1);
 };