AliPhysics
31210d0 (31210d0)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
DrawCorrSecMap.C
Go to the documentation of this file.
1
30
void
31
DrawCorrSecMap
(
ULong_t
runNo,
UShort_t
sys,
UShort_t
sNN,
Short_t
field,
32
Bool_t
sat,
const
char
* fname=0,
Bool_t
details=
true
)
33
{
34
//__________________________________________________________________
35
// Load libraries and object
36
// const char* fwd = "$ALICE_PHYSICS/PWGLF/FORWARD/analysis2";
37
const
char
*
fwd
=
"$ALICE_PHYSICS/PWGLF/FORWARD/analysis2"
;
38
gROOT->Macro(Form(
"%s/scripts/LoadLibs.C"
, fwd));
39
gSystem
->AddIncludePath(Form(
"-I%s/scripts -I%s"
, fwd, fwd));
40
gROOT->LoadMacro(Form(
"%s/scripts/SummaryDrawer.C"
, fwd));
41
gROOT->LoadMacro(Form(
"%s/corrs/CorrDrawer.C"
, fwd));
42
43
CorrDrawer
d;
44
d.
Run
(
AliForwardCorrectionManager::kSecondaryMap
, runNo, sys, sNN, field,
45
true
, sat,
"LANDSCAPE"
, fname);
46
}
47
//
48
// EOF
49
//
CorrDrawer
Definition:
CorrDrawer.C:23
gSystem
TSystem * gSystem
AliForwardCorrectionManager::kSecondaryMap
Definition:
AliForwardCorrectionManager.h:57
CorrDrawer::Run
void Run(const Char_t *what, const Char_t *extra, Option_t *options="", const Char_t *local="")
Definition:
CorrDrawer.C:63
ULong_t
unsigned long ULong_t
Definition:
External.C:38
Short_t
short Short_t
Definition:
External.C:23
fwd
const char * fwd
Definition:
ExtractNoiseGain.C:7
UShort_t
unsigned short UShort_t
Definition:
External.C:28
DrawCorrSecMap
void DrawCorrSecMap(ULong_t runNo, UShort_t sys, UShort_t sNN, Short_t field, Bool_t sat, const char *fname=0, Bool_t details=true)
Definition:
DrawCorrSecMap.C:31
Bool_t
bool Bool_t
Definition:
External.C:53
PWGLF
FORWARD
analysis2
corrs
DrawCorrSecMap.C
Generated on Tue Aug 7 2018 16:21:35 for AliPhysics by
1.8.11