5 #include "TStreamerInfo.h" 19 : file_(), fileName_(
fileName), reportToken_(0), inputType_(inputType) {
27 TDirectory::TContext contextEraser;
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);
void setException(std::exception_ptr e)
std::string moduleName(StableProvenance const &provenance, ProcessHistory const &history)
std::exception_ptr getException()
Log< level::System, true > LogAbsolute