]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowEventSimple.h
gain set to 1 for all ch
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowEventSimple.h
index aaf569e8a6fd636a1980c48035c7f5e60fa38f60..905d101bb275f10066154b8620490222f8f78ce5 100644 (file)
@@ -17,9 +17,9 @@ class AliFlowTrackSimple;
 class AliFlowEventSimple: public TObject {
 
  public:
-  AliFlowEventSimple(Int_t lenght);
-  AliFlowEventSimple(const AliFlowEventSimple& event);
-  AliFlowEventSimple& operator=(const AliFlowEventSimple& event);
+  AliFlowEventSimple(Int_t aLenght);
+  AliFlowEventSimple(const AliFlowEventSimple& anEvent);
+  AliFlowEventSimple& operator=(const AliFlowEventSimple& anEvent);
   virtual  ~AliFlowEventSimple();
   
   Int_t NumberOfTracks() const              { return this->fNumberOfTracks; }
@@ -28,11 +28,10 @@ class AliFlowEventSimple: public TObject {
   void SetEventNSelTracksIntFlow(Int_t nr)  { this->fEventNSelTracksIntFlow = nr; }
   AliFlowTrackSimple* GetTrack(Int_t i);
   TObjArray* TrackCollection() const        { return this->fTrackCollection; }
-  AliFlowVector GetQ() ;
+  AliFlowVector GetQ(Int_t n=2);//default harmonic n=2
   
  private:
   TObjArray*           fTrackCollection;         // collection of tracks
-  AliFlowTrackSimple*  fTrack;                   // track object
   Int_t                fNumberOfTracks;          // number of tracks
   Int_t                fEventNSelTracksIntFlow;  // number of tracks selected for integrated flow calculation
   
@@ -41,3 +40,4 @@ class AliFlowEventSimple: public TObject {
 
 #endif
 
+