#include <AliMCTreeTools.h>
|
static void | SetWDir (TString dir) |
|
static void | ClearCache () |
|
static void | InitStack (Int_t iEvent) |
|
static Double_t | GetValueAt (Int_t iEvent, Int_t itrack, Double_t x, Double_t y, Double_t z, Int_t returnValue, Int_t interpolationType, Int_t verbose, Double_t rotation=0) |
|
static Double_t | FindNearestReference (Int_t iEvent, Int_t itrack, Double_t x, Double_t y, Double_t z, Int_t returnValue, Int_t verbose=0) |
|
static TChain * | MakeKineChain (const char *inputList="kinematics.list") |
|
Definition at line 5 of file AliMCTreeTools.h.
void AliMCTreeTools::ClearCache |
( |
| ) |
|
|
static |
- Parameters
-
iEvent | - event number |
itrack | - track(particleID) |
x | - global x |
y | - global y |
z | - global z |
returnValue | - |
verbose | - verbosity flag |
- Returns
- - index of closest reference (in case returnValue==0) or distance to closet reference (returnValue==0)
Definition at line 282 of file AliMCTreeTools.cxx.
Referenced by GetValueAt().
- Parameters
-
iEvent | |
itrack | |
x | - input global x |
y | - input global y |
z | - global z |
returnValue | |
interpolationType | |
verbose | |
- Returns
Definition at line 123 of file AliMCTreeTools.cxx.
void AliMCTreeTools::InitStack |
( |
Int_t |
iEvent | ) |
|
|
static |
TChain * AliMCTreeTools::MakeKineChain |
( |
const char * |
inputList = "kinematics.list" | ) |
|
|
static |
Mak kinematic chain and add as a friend TrackReferences chain
- Parameters
-
- Returns
Definition at line 354 of file AliMCTreeTools.cxx.
void AliMCTreeTools::SetWDir |
( |
TString |
dir | ) |
|
|
static |
TChain * AliMCTreeTools::fKineChain =0 |
|
static |
TChain * AliMCTreeTools::fTRChain =0 |
|
static |
Int_t AliMCTreeTools::fVerobse |
The documentation for this class was generated from the following files: