8#ifndef ExampleEventSelector_h
9#define ExampleEventSelector_h
39 virtual Int_t
Version()
const {
return 2; }
49#ifdef ExampleEventSelector_cxx
53 if(tree->SetBranchAddress(
"TGriffin", &
fGrif) == TTree::kMissingBranch) {
56 if(tree->SetBranchAddress(
"TSceptar", &
fScep) == TTree::kMissingBranch) {
59 if(tree->SetBranchAddress(
"TGriffinBgo", &
fGriffinBgo) == TTree::kMissingBranch) {
TGriffinBgo * fGriffinBgo
virtual Int_t Version() const
void InitializeBranches(TTree *tree)
ClassDef(ExampleEventSelector, 2)
virtual ~ExampleEventSelector()=default
ExampleEventSelector(TTree *=nullptr)
void SetOutputPrefix(const char *prefix)