AliRoot Core
3dc7879 (3dc7879)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
RunAnaESD.C
Go to the documentation of this file.
1
// void
2
// RunAnaESD(Bool_t bg=true)
3
{
4
Int_t v2 = 6;
5
Int_t
nBins
= 1;
6
Bool_t
bg
= kTRUE;
7
// gROOT->LoadMacro("Compile.C");
8
Compile
(
"AliFMDAnaFlowRing.h"
);
9
Compile
(
"AliFMDAnaFlow.C"
);
10
AliFMDAnaFlow
af
(nBins,bg);
11
af
.Run();
12
TBrowser
b
;
13
b.Add(&
af
);
14
af
.ToFile(Form(
"flow_v%02d_b%02d_%s.root"
, v2, nBins, (bg?
"bg"
:
"nobg"
)));
15
}
b
TBrowser b
Definition:
RunAnaESD.C:12
nBins
Int_t nBins
Definition:
RunAnaESD.C:5
Compile
Compile("AliFMDAnaFlowRing.h")
af
b Add & af
Definition:
RunAnaESD.C:13
bg
Bool_t bg
Definition:
RunAnaESD.C:6
FMD
scripts
RunAnaESD.C
Generated on Mon Nov 5 2018 17:14:15 for AliRoot Core by
1.8.11