]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
put defaults back to ESD and showing stats
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Oct 2009 10:05:06 +0000 (10:05 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Oct 2009 10:05:06 +0000 (10:05 +0000)
PWG2/FLOW/macros/compareFlowResults.C

index 9f1e3adf7b181de76706aea4eb9725485c9d9d2f..e3ea15782b47f3be58aa64037967e533a20a53ce 100644 (file)
@@ -6,13 +6,13 @@ enum libModes {mLocal,mLocalSource};
 //mLocalSource: Analyze data on your computer using root + source files
 
 //void compareFlowResults(TString type="",Int_t mode=mLocalSource)
-void compareFlowResults(TString type="",Int_t mode=mLocal)
+void compareFlowResults(TString type="ESD",Int_t mode=mLocal)
 { 
 
   // load needed libraries:                       
   LoadPlotLibraries(mode);
 
-  Bool_t plotLegendIntFlow = kFALSE; // plot legend with average multiplicity and number of events for each method in all plots for integrated flow
+  Bool_t plotLegendIntFlow = kTRUE; // plot legend with average multiplicity and number of events for each method in all plots for integrated flow
 
   //==================================================================================
   //             set here which plots will be shown by default