8#include <framework/core/InputController.h>
9#include <framework/logging/Logger.h>
30 B2FATAL(
"Event merging is already enabled, can not merge twice in the same job, aborting");
39 if (!independentPath) {
70 const TChain* chain = !independentPath ?
s_chain.first :
s_chain.second;
74 const TFile* f = chain->GetFile();
83 if (!independentPath) {
85 return s_chain.first->GetEntries();
88 return s_chain.second->GetEntries();
Abstract base class for different kinds of events.