]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.h
rulechecker
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowCommon / AliFlowEventSimpleMakerOnTheFly.h
index 744a8ed66e0f0bcd101f19496c117aa210da1b44..a3ae843b0d2237a394f9fe0b288fc46b3e73a2af 100644 (file)
 class TF1;
 class TRandom3;
 
-#include "AliFlowEventSimple.h" // needed as include
-#include "AliFlowTrackSimpleCuts.h"
-    
+class AliFlowEventSimple;
+class AliFlowTrackSimple;
+class AliFlowTrackSimpleCuts;
+        
 class AliFlowEventSimpleMakerOnTheFly{
  public:
   AliFlowEventSimpleMakerOnTheFly(UInt_t uiSeed = 0); // constructor
   virtual ~AliFlowEventSimpleMakerOnTheFly(); // destructor
   virtual void Init();   
   Bool_t AcceptOrNot(AliFlowTrackSimple *pTrack);  
-  AliFlowEventSimple* CreateEventOnTheFly(AliFlowTrackSimpleCuts *cutsRP, AliFlowTrackSimpleCuts *cutsPOI); 
+  AliFlowEventSimple* CreateEventOnTheFly(AliFlowTrackSimpleCuts const *cutsRP, AliFlowTrackSimpleCuts const *cutsPOI); 
   // Setters and getters:
   void SetMinMult(Int_t iMinMult) {this->fMinMult = iMinMult;}
   Int_t GetMinMult() const {return this->fMinMult;}