![]() |
AliPhysics
720d1f3 (720d1f3)
|
Go to the source code of this file.
Functions | |
TCollection * | GetCollection (TDirectory *dir, const TString &name) |
TObject * | GetObject (const TCollection *parent, const TString &name, const TClass *cls=0) |
TCollection * | GetCollection (const TCollection *parent, const TString &name) |
void | RerunTrackELoss (Bool_t forceSet=false, const TString &input="forward_mctracks.root", Bool_t shift=true, const TString &output="") |
TCollection* GetCollection | ( | TDirectory * | dir, |
const TString & | name | ||
) |
Get a collection from a file directory
dir | Parent directory |
name | Name of collection |
Definition at line 9 of file RerunTrackELoss.C.
Referenced by RerunTrackELoss().
TCollection* GetCollection | ( | const TCollection * | parent, |
const TString & | name | ||
) |
Get a collection contained in another collection
parent | Parent collection |
name | Name of collection to find |
Definition at line 63 of file RerunTrackELoss.C.
TObject* GetObject | ( | const TCollection * | parent, |
const TString & | name, | ||
const TClass * | cls = 0 |
||
) |
Get an object from a collection. Optionally, we check that the type of the possibly found object matches the request.
parent | Parent collection |
name | Name of object |
cls | If specified, check that the found object (if any) is of this class. |
Definition at line 35 of file RerunTrackELoss.C.
Referenced by GetCollection(), and RerunTrackELoss().
void RerunTrackELoss | ( | Bool_t | forceSet = false , |
const TString & | input = "forward_mctracks.root" , |
||
Bool_t | shift = true , |
||
const TString & | output = "" |
||
) |
Re-run the energy loss fitter on a merged output file
input | File name of merged output file |
output | If specified, the file the new results are written to. If this is not specified, it defaults to the name of the input file with "_rerun" attached to the base name |
forceSet | Forcibly set things |
input | Input file |
shift | Enable shift |
output | Output file |
Definition at line 82 of file RerunTrackELoss.C.