]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowCommon/AliFlowEventSimple.h
fill the refmult
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowCommon / AliFlowEventSimple.h
index d7121bd95eb47ada119e822b78fa7d0f233339f0..5aca536141ef3674811612fd32bb39f7ab57d190 100644 (file)
@@ -52,8 +52,8 @@ class AliFlowEventSimple: public TObject {
   void    Print(Option_t* option = "") const;      //method to print stats
   
   Int_t    NumberOfTracks() const                   { return fNumberOfTracks; }
-  Int_t    GetRefMultiplicity() const               { return fRefMultiplicity; }
-  void     SetRefMultiplicity( Int_t m )            { fRefMultiplicity = m; }
+  Int_t    GetReferenceMultiplicity() const               { return fReferenceMultiplicity; }
+  void     SetReferenceMultiplicity( Int_t m )            { fReferenceMultiplicity = m; }
   Int_t    GetEventNSelTracksRP() const             { return fNumberOfRPs; } 
   void     SetEventNSelTracksRP(Int_t nr)           { fNumberOfRPs = nr; }  
   Double_t GetMCReactionPlaneAngle() const          { return fMCReactionPlaneAngle; }
@@ -84,7 +84,7 @@ class AliFlowEventSimple: public TObject {
 
  protected:
   TObjArray*              fTrackCollection;           //-> collection of tracks
-  Int_t                   fRefMultiplicity;           // reference multiplicity
+  Int_t                   fReferenceMultiplicity;           // reference multiplicity
   Int_t                   fNumberOfTracks;            // number of tracks
   Int_t                   fNumberOfRPs;               // number of tracks that have passed the RP selection
   Double_t                fMCReactionPlaneAngle;      // the angle of the reaction plane from the MC truth