KaliVeda
Toolkit for HIC analysis
|
Compute TEventList for TTree.
Created by KVClassFactory on Thu Mar 20 11:58:48 2008 Author: Eric Bonnet
Inputs are filename, treename and space-separated list of branchnames.
Only branches containing integer values are handled.
All tree entries are read and TEventList are created when a new value of concerned branches are found.
Definition at line 30 of file KVEventListMaker.h.
#include <KVEventListMaker.h>
Public Member Functions | |
KVEventListMaker () | |
virtual | ~KVEventListMaker () |
void | Clear () |
KVString | GetBranchName () |
KVString | GetFileName () |
KVString | GetTreeName () |
Bool_t | IsReady () |
void | Process () |
void | SetBranchName (KVString name) |
void | SetFileName (KVString name) |
void | SetTreeName (KVString name) |
void | TagWithTreeName (Bool_t tag=kTRUE) |
Private Member Functions | |
void | init () |
Private Attributes | |
KVString | kbname |
KVString | kfname |
name of the file | |
Bool_t | ktag_tree |
il faut separer les noms par un espace exemple "module couronne" | |
KVString | ktname |
name of the tree | |
|
inline |
default constructor
Definition at line 47 of file KVEventListMaker.h.
|
inlinevirtual |
destructor
Definition at line 52 of file KVEventListMaker.h.
|
inline |
Definition at line 57 of file KVEventListMaker.h.
|
inline |
Definition at line 75 of file KVEventListMaker.h.
|
inline |
Definition at line 84 of file KVEventListMaker.h.
|
inline |
Definition at line 66 of file KVEventListMaker.h.
|
inlineprivate |
initialisation des variables
Definition at line 39 of file KVEventListMaker.h.
|
inline |
just check if all fields have been set
Definition at line 94 of file KVEventListMaker.h.
void KVEventListMaker::Process | ( | ) |
Definition at line 22 of file KVEventListMaker.cpp.
Definition at line 71 of file KVEventListMaker.h.
Definition at line 80 of file KVEventListMaker.h.
Definition at line 62 of file KVEventListMaker.h.
Definition at line 89 of file KVEventListMaker.h.
|
private |
name of branches, si plusieurs branches sont concernees
Definition at line 35 of file KVEventListMaker.h.
|
private |
name of the file
Definition at line 34 of file KVEventListMaker.h.
|
private |
il faut separer les noms par un espace exemple "module couronne"
Definition at line 37 of file KVEventListMaker.h.
|
private |
name of the tree
Definition at line 33 of file KVEventListMaker.h.