![]() |
AliPhysics
fffcdf3 (fffcdf3)
|
#include <TObject.h>
#include <TSystem.h>
#include <TROOT.h>
#include <TFile.h>
Go to the source code of this file.
Namespaces | |
CorrectNS | |
Functions | |
void | SimpleCorrect (UShort_t, UShort_t, const char *, const char *, Int_t, const char *) |
void | CorrectNS::AddPath (const TString &dir, Bool_t prepend=true) |
void | Correct (UShort_t flags=0x3, const char *side="middle", const char *var="none", Bool_t forceK=false) |
Variables | |
const Bool_t | kCorrectLoaded = true |
void SimpleCorrect | ( | UShort_t | flags = 0x3 , |
UShort_t | scaleMode = 1 , |
||
const char * | realFileName = "trdt.root" , |
||
const char * | simFileName = "trmc.root" , |
||
Int_t | nBins = 9 , |
||
const char * | otherFileName = "" |
||
) |
Correct measured tracklet distributions using MC. The flags select how to do the correction. It is a bit mask of options.
Scale mode can be one of
The input is two files generated by running AliTrackletTaskMulti on real and simulated data. The files are expected to be in trdt.root for real data and trmc.root for simulated data.
flags | Flags for the processing |
scaleMode | Scaling mode |
realFileName | Name of real input file |
simFileName | Name of simulation input file |
nBins | Number of bins to process |
otherFileName | Name of aux input file |
Definition at line 1678 of file SimpleCorrect.C.
Referenced by Correct().