5 #include "TStreamerInfo.h" 19 : file_(), fileName_(fileName), reportToken_(0), inputType_(inputType) {
27 TDirectory::TContext contextEraser;
29 file_ = std::unique_ptr<TFile>(TFile::Open(fileName));
32 if (e != std::exception_ptr()) {
34 std::rethrow_exception(e);
39 if (
file_->IsZombie()) {
66 reportSvc->reportInputRunNumber(run);
71 reportSvc->reportInputLumiSection(run, lumi);
76 reportSvc->reportSkippedFile(fileName, logicalFileName);
83 reportSvc->reportFallbackAttempt(pfn, logicalFileName, errorMessage);
87 if (
file_->IsOpen()) {
107 reportSvc->reportReadBranches();
112 reportSvc->reportReadBranch(inputType, branchName);
std::string moduleName(Provenance const &provenance)
void setException(std::exception_ptr e)
std::exception_ptr getException()