From a47dc7e49a0e324ed522141089efdb0159cd2523 Mon Sep 17 00:00:00 2001 From: snelling Date: Thu, 30 Apr 2009 21:30:12 +0000 Subject: [PATCH] for mLocalSource use new class --- PWG2/FLOW/macros/runFlowAnalysisOnTheFly.C | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PWG2/FLOW/macros/runFlowAnalysisOnTheFly.C b/PWG2/FLOW/macros/runFlowAnalysisOnTheFly.C index 5e2c6399937..80241f71cde 100644 --- a/PWG2/FLOW/macros/runFlowAnalysisOnTheFly.C +++ b/PWG2/FLOW/macros/runFlowAnalysisOnTheFly.C @@ -34,7 +34,7 @@ enum anaModes {mLocal,mLocalSource,mLocalPAR,}; // mLocalPAR: Analyze data on your computer using root + PAR files // mLocalSource: Analyze data on your computer using root + source files -int runFlowAnalysisOnTheFly(Int_t mode=mLocal, Int_t nEvts=100) +int runFlowAnalysisOnTheFly(Int_t mode=mLocal, Int_t nEvts=1000) { TStopwatch timer; timer.Start(); @@ -358,9 +358,8 @@ void LoadLibraries(const anaModes mode) { gROOT->LoadMacro("AliFlowCommon/AliFlowAnalysisWithQCumulants.cxx+"); gROOT->LoadMacro("AliFlowCommon/AliFittingQDistribution.cxx+"); - // Class to fill the FlowEvent without aliroot dependence - // can be found in the directory FlowEventMakers - gROOT->LoadMacro("FlowEventMakers/FlowEventSimpleMaker.cxx+"); + // Class to fill the FlowEvent on the fly (generate Monte Carlo events) + gROOT->LoadMacro("AliFlowCommon/AliFlowEventSimpleMakerOnTheFly.cxx+"); cout << "finished loading macros!" << endl; -- 2.43.0