]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/macros/showSpread.C
renamed estimateSpread to showSpread
[u/mrichter/AliRoot.git] / PWG2 / FLOW / macros / showSpread.C
similarity index 99%
rename from PWG2/FLOW/macros/estimateSpread.C
rename to PWG2/FLOW/macros/showSpread.C
index 4fbe0a4f86573def93a7e66486d4bb5209cc5749..79f950e6510454f4b98cd5630b823a6d28f2469b 100644 (file)
@@ -6,7 +6,7 @@ enum libModes {mLocal,mLocalSource};
 //mLocalSource: Analyze data on your computer using root + source files
 
 //void compareFlowResults(TString type="",Int_t mode=mLocalSource)
-void estimateSpread(const Int_t nRuns=10, TString type="",Int_t mode=mLocal)
+void showSpread(const Int_t nRuns=10, TString type="",Int_t mode=mLocal)
 { 
  // load needed libraries:                       
  LoadPlotLibraries(mode);