5 #include "TStreamerInfo.h" 19 file_(), fileName_(fileName), reportToken_(0), inputType_(inputType) {
28 TDirectory::TContext contextEraser;
30 file_ = std::unique_ptr<TFile>(TFile::Open(fileName));
33 if(e != std::exception_ptr()) {
35 std::rethrow_exception(e);
40 if(
file_->IsZombie()) {
58 std::vector<std::string>
const& branchNames) {
79 reportSvc->reportInputRunNumber(run);
85 reportSvc->reportInputLumiSection(run, lumi);
91 reportSvc->reportSkippedFile(fileName, logicalFileName);
97 reportSvc->reportFallbackAttempt(pfn, logicalFileName, errorMessage);
102 if(
file_->IsOpen()) {
124 reportSvc->reportReadBranches();
130 reportSvc->reportReadBranch(inputType, branchName);
std::string moduleName(Provenance const &provenance)
void setException(std::exception_ptr e)
std::exception_ptr getException()