]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowEventSimpleMaker.h
enabling MC comparison
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowEventSimpleMaker.h
index 8483700a0f6e02aad474f63c54bc17c3b218ce21..0d08af0a33ae00a55c4c2426c6894f1c40c932bc 100644 (file)
@@ -33,6 +33,9 @@ class AliFlowEventSimpleMaker {
   AliFlowEventSimple* FillTracks(TTree* fInput);
   AliFlowEventSimple* FillTracks(AliMCEvent* fInput);
   AliFlowEventSimple* FillTracks(AliESDEvent* fInput);
+  AliFlowEventSimple* FillTracks(AliESDEvent* fInput, AliMCEvent* fInputMc, Int_t fOption);
+  // fOption = 0 : kine from ESD
+  // fOption = 1 : kine from MC
   AliFlowEventSimple* FillTracks(AliAODEvent* fInput);
     
  private: