AliPhysics  958ad07 (958ad07)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMCTreeTools.h
Go to the documentation of this file.
1 #ifndef ALIMCTREETOOLS_H
2 #define ALIMCTREETOOLS_H
3 
4 
5 class AliMCTreeTools : public TNamed
6 {
7  public:
9  static void SetWDir(TString dir);
10  static void ClearCache();
11  static void InitStack(Int_t iEvent);
12  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);
13  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);
14  ClassDef(AliMCTreeTools, 1)
15 };
16 
17 #endif
double Double_t
Definition: External.C:58
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)
int Int_t
Definition: External.C:63
static void ClearCache()
static void SetWDir(TString dir)
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)
static void InitStack(Int_t iEvent)
TDirectoryFile * dir