HeavyIonAnalysis/AnalysisTree

Event cuts does not request branch from the input

Closed this issue · 0 comments

event_cuts_ gets its branch from branch map

throw std::runtime_error("EventHeader " + event_cuts_->GetBranchName() + " is not found to apply event cuts");

but during the initialization event_cuts_ do not participate in forming the input branches.