1 #ifndef LCRelationBranches_h
2 #define LCRelationBranches_h 1
4 #include "LCTupleConf.h"
6 #include "CollectionBranches.h"
28 virtual void initBranches( TTree* tree,
const std::string& prefix=
"" ) ;
30 virtual void fill(
const EVENT::LCCollection* col, EVENT::LCEvent* evt ) ;
38 int _from[ LCT_RELATION_MAX ] ;
39 int _to [ LCT_RELATION_MAX ] ;
40 float _wgt [ LCT_RELATION_MAX ] ;
LCRelationBranches holds branches created from LCRelations.
Definition: LCRelationBranches.h:22
CWBranchesSet holds a set of branches in a columnwise ntuple that are filled from one collection...
Definition: CWBranchesSet.h:20