AliPhysics  68dfc25 (68dfc25)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CopyELoss.C
Go to the documentation of this file.
1 void
2 CopyELoss(ULong_t tgtRun,
3  UShort_t tgtSys,
4  UShort_t tgtSNN,
5  Short_t tgtFld,
6  ULong_t srcRun,
7  UShort_t srcSys,
8  UShort_t srcSNN,
9  Short_t srcFld,
10  Bool_t mc)
11 {
12  const char* fwd = "${ALICE_PHYSICS}/PWGLF/FORWARD/analysis2";
13  gROOT->LoadMacro(Form("%s/corrs/CopyCorr.C", fwd));
14 
15  CopyCorr(true, "elossfits",
16  tgtRun, tgtSys, tgtSNN, tgtFld,
17  srcRun, srcSys, srcSNN, srcFld, mc);
18 }
19 //
20 // EOF
21 //
22 
23 
24 
25 
26 
27 
28 
Bool_t CopyCorr(Bool_t fmd, const char *table, ULong_t tgtRun, UShort_t tgtSys, UShort_t tgtSNN, Short_t tgtFld, ULong_t srcRun, UShort_t srcSys, UShort_t srcSNN, Short_t srcFld, Bool_t mc)
Definition: CopyCorr.C:2
void CopyELoss(ULong_t tgtRun, UShort_t tgtSys, UShort_t tgtSNN, Short_t tgtFld, ULong_t srcRun, UShort_t srcSys, UShort_t srcSNN, Short_t srcFld, Bool_t mc)
Definition: CopyELoss.C:2
unsigned long ULong_t
Definition: External.C:38
short Short_t
Definition: External.C:23
const char * fwd
unsigned short UShort_t
Definition: External.C:28
bool Bool_t
Definition: External.C:53