8#ifndef TimeWalkSelector_h
9#define TimeWalkSelector_h
37 virtual Int_t
Version()
const {
return 2; }
47#ifdef TimeWalkSelector_cxx
51 if(tree->SetBranchAddress(
"TGriffin", &
fGrif) == TTree::kMissingBranch) {
54 if(tree->SetBranchAddress(
"TSceptar", &
fScep) == TTree::kMissingBranch) {
void SetOutputPrefix(const char *prefix)
virtual Int_t Version() const
void InitializeBranches(TTree *tree)
virtual ~TimeWalkSelector()=default
TimeWalkSelector(TTree *=nullptr)
ClassDef(TimeWalkSelector, 2)