5 #include "TStreamerInfo.h"
19 file_(), fileName_(fileName), reportToken_(0), inputType_(inputType) {
22 file_.reset(TFile::Open(fileName));
24 if(e != std::exception_ptr()) {
26 std::rethrow_exception(e);
31 if(
file_->IsZombie()) {
49 std::vector<std::string>
const& branchNames) {
70 reportSvc->reportInputRunNumber(run);
76 reportSvc->reportInputLumiSection(run, lumi);
82 reportSvc->reportSkippedFile(fileName, logicalFileName);
88 reportSvc->reportFallbackAttempt(pfn, logicalFileName, errorMessage);
115 reportSvc->reportReadBranches();
121 reportSvc->reportReadBranch(inputType, branchName);
std::string moduleName(Provenance const &provenance)
void setException(std::exception_ptr e)
std::exception_ptr getException()