![]() |
AliPhysics
56f1704 (56f1704)
|
Public Member Functions | |
MakeMCCorrTrain (const char *name) | |
![]() | |
TrainSetup (const TString &name) | |
TrainSetup (const TrainSetup &o) | |
TrainSetup & | operator= (const TrainSetup &o) |
virtual | ~TrainSetup () |
Bool_t | Init () |
void | PrintTimer (TStopwatch &timer, const char *where) |
Bool_t | Run () |
OptionList & | Options () |
void | Print (Option_t *="") const |
Bool_t | Version (std::ostream &o=std::cout) |
Bool_t | Help (std::ostream &o=std::cout, bool asProg=false) |
Protected Member Functions | |
void | CreateTasks (AliAnalysisManager *mgr) |
void | CreatePhysicsSelection (Bool_t mc, AliAnalysisManager *mgr) |
virtual AliVEventHandler * | CreateOutputHandler (UShort_t) |
const char * | ClassName () const |
void | SaveSetup (Bool_t asShellScript) |
void | SaveExtract () |
void | SaveSummarize () |
void | SaveDraw () |
void | PostShellCode (std::ostream &f) |
![]() | |
virtual void | AddMonitor (const TString &name) |
virtual void | CreateMonitors () |
virtual AliAnalysisManager * | CreateAnalysisManager (const char *name) |
virtual AliVEventHandler * | CreateInputHandler (UShort_t type, Bool_t esdRecPoints=false) |
virtual AliVEventHandler * | CreateMCHandler (UShort_t, bool mc) |
virtual void | CreateCentralitySelection (Bool_t mc) |
virtual AliAnalysisTask * | CoupleCar (const TString ¯o, const TString &args) |
virtual AliAnalysisTask * | CoupleCar (const TString ¯o) |
virtual AliAnalysisTaskSE * | CoupleSECar (const TString ¯o, const TString &args, UInt_t mask=0) |
virtual AliAnalysisTaskSE * | CoupleSECar (const TString ¯o, UInt_t mask=0) |
virtual AliAnalysisTask * | FindCar (const TString &name, Bool_t verbose=true) const |
void | LoadOADB (Bool_t asPar=false) |
void | SetOnTask (AliAnalysisTaskSE *task, const char *what, UInt_t val) |
void | SetOnTask (AliAnalysisTaskSE *task, const char *what, Int_t val) |
void | SetOnTask (AliAnalysisTaskSE *task, const char *what, Long64_t val) |
void | SetOnTask (AliAnalysisTaskSE *task, const char *what, Double_t val) |
void | SetOnTask (AliAnalysisTaskSE *task, const char *what, Bool_t val) |
void | SetOnTask (AliAnalysisTaskSE *task, const char *what, const char *val) |
void | SetOnTaskGeneric (AliAnalysisTaskSE *task, const char *what, const char *val) |
void | FromOption (AliAnalysisTaskSE *task, const char *what, const char *opt, Double_t defval) |
void | FromOption (AliAnalysisTaskSE *task, const char *what, const char *opt, Bool_t) |
void | FromOption (AliAnalysisTaskSE *task, const char *what, const char *opt, const char *defval) |
void | FromOption (AliAnalysisTaskSE *task, const char *what, const char *opt, Int_t defval) |
void | FromOption (AliAnalysisTaskSE *task, const char *what, const char *opt, Long64_t defval) |
virtual Bool_t | HasMCHandler () const |
virtual void | AddOCDBConnect () |
virtual void * | AddTenderSupply (void *tender, UShort_t flag, Int_t debug) |
virtual void | AddTender (const TString &sup) |
virtual void | AddTender (UShort_t which) |
Bool_t | SetupWorkingDirectory () |
void | SavePostShellScript () |
Additional Inherited Members | |
![]() | |
enum | { kVersion = 2 } |
![]() | |
static Bool_t | Main (const TString &name, const TString &cls, const TCollection *opts, Bool_t asProg=true, Bool_t spawn=false) |
![]() | |
enum | { kTenderV0 = 0x0001, kTenderTPC = 0x0002, kTenderPtFix = 0x0004, kTenderT0 = 0x0008, kTenderTOF = 0x0010, kTenderTRD = 0x0020, kTenderVTX = 0x0040, kTenderEMCAL = 0x0080, kTenderPID = 0x0100, kTenderHMPID = 0x0200, kTenderPHOS = 0x0400 } |
![]() | |
static TString | EscapeName (const char *name, TString &datimeStr) |
static void | SaveSetupShell (const TString &out, const TString &cls, const TString &name, const OptionList &opts, const OptionList *uopts) |
static void | SaveSetupROOT (const TString &out, const TString &cls, const TString &name, const OptionList &opts, const OptionList *uopts) |
![]() | |
TString | fName |
TString | fEscapedName |
TString | fDatimeString |
OptionList | fOptions |
Railway * | fRailway |
Analysis train to make Forward and Central MC corrections
Definition at line 20 of file MakeMCCorrTrain.C.
|
inline |
Constructor. Date and time must be specified when running this in Termiante mode on Grid
name | Name of train (free form) |
Definition at line 29 of file MakeMCCorrTrain.C.
|
inlineprotectedvirtual |
Do not the centrality selection
Implements TrainSetup.
Definition at line 121 of file MakeMCCorrTrain.C.
Referenced by SaveDraw(), SaveExtract(), and SaveSummarize().
|
inlineprotectedvirtual |
Reimplemented from TrainSetup.
Definition at line 115 of file MakeMCCorrTrain.C.
|
inlineprotectedvirtual |
Create physics selection , and add to manager
mc | Whether this is for MC |
mgr | Manager |
Reimplemented from TrainSetup.
Definition at line 89 of file MakeMCCorrTrain.C.
|
inlineprotectedvirtual |
Create the tasks
mgr | Analysis manager |
Implements TrainSetup.
Definition at line 45 of file MakeMCCorrTrain.C.
|
inlineprotectedvirtual |
Write shell code to do post processing after terminate. This code should deal with a single run (or run range). The following shell variables are available to the code:
$prefix
Relative path to job directory or empty$dest
Destination for output to be storedNote, the code is injected into a shell function, and should therefor not define new functions or the like.
o | The output stream. |
Reimplemented from TrainSetup.
Definition at line 216 of file MakeMCCorrTrain.C.
|
inlineprotected |
Write a ROOT script to draw overview
Definition at line 189 of file MakeMCCorrTrain.C.
Referenced by SaveSetup().
|
inlineprotected |
Definition at line 137 of file MakeMCCorrTrain.C.
Referenced by SaveSetup().
|
inlineprotectedvirtual |
Overloaded to create new Extract.C in the output directory
asShellScript |
Reimplemented from TrainSetup.
Definition at line 129 of file MakeMCCorrTrain.C.
|
inlineprotected |
Write a ROOT script to draw summary
Definition at line 158 of file MakeMCCorrTrain.C.
Referenced by SaveSetup().