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