KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVPartitionFromLeaf.h
Go to the documentation of this file.
1 
4 #ifndef __KVPARTITIONFROMLEAF_H
5 #define __KVPARTITIONFROMLEAF_H
6 
7 #include "KVPartition.h"
8 #include "TLeaf.h"
9 
50 
51 protected:
55 
56 public:
58  virtual ~KVPartitionFromLeaf();
59 
60  void ConnectToLeaf(TLeaf* lf);
61  void ReadEntry(Long64_t entry = -1);
62 
63  void SetZmin(Int_t val);
64  void SetZmax(Int_t val);
65  void SetZminZmax(Int_t vmin, Int_t vmax);
66 
67 
68  ClassDef(KVPartitionFromLeaf, 1) //Derived form KVPartition to optimize filling from a tree
69 };
70 
71 #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:30
long long Long64_t