1 #ifndef CWBranchesSet_h
2 #define CWBranchesSet_h 1
24 virtual void initBranches( TTree* tree,
const std::string& prefix=
"" )=0 ;
26 virtual void fill(
const EVENT::LCCollection* col, EVENT::LCEvent* evt )=0 ;
CWBranchesSet holds a set of branches in a columnwise ntuple that are filled from one collection...
Definition: CWBranchesSet.h:20