KaliVeda
Toolkit for HIC analysis
KVPartitionFromLeaf.h
1 
4 #ifndef __KVPARTITIONFROMLEAF_H
5 #define __KVPARTITIONFROMLEAF_H
6 
7 #include "KVPartition.h"
8 #include "TLeaf.h"
9 
51 
52 protected:
56 
57 public:
59  virtual ~KVPartitionFromLeaf();
60 
61  void ConnectToLeaf(TLeaf* lf);
62  void ReadEntry(Long64_t entry = -1);
63 
64  void SetZmin(Int_t val);
65  void SetZmax(Int_t val);
66  void SetZminZmax(Int_t vmin, Int_t vmax);
67 
68 
69  ClassDef(KVPartitionFromLeaf, 1) //Derived form KVPartition to optimize filling from a tree
70 };
71 
72 #endif
int Int_t
bool Bool_t
#define ClassDef(name, id)
Derived form KVPartition to optimize filling from a tree.
void ReadEntry(Long64_t entry=-1)
virtual ~KVPartitionFromLeaf()
Destructor.
KVPartitionFromLeaf()
Default constructor.
void SetZminZmax(Int_t vmin, Int_t vmax)
void ConnectToLeaf(TLeaf *lf)
Handle partitions.
Definition: KVPartition.h:31
long long Long64_t