From e013832d933a3d04b0c6be574fbd1b7add03c25c Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 17 Jun 2024 19:23:19 -0500 Subject: [PATCH] Fixed artificial new files in StreamerInputModule The genuineCloseFile was incorrectly resetting the member which tracked if this is an artificial file boundary. --- IOPool/Streamer/interface/StreamerInputModule.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/IOPool/Streamer/interface/StreamerInputModule.h b/IOPool/Streamer/interface/StreamerInputModule.h index fd7fc86f042d9..a9ed15c2aa86f 100644 --- a/IOPool/Streamer/interface/StreamerInputModule.h +++ b/IOPool/Streamer/interface/StreamerInputModule.h @@ -31,8 +31,6 @@ namespace edm::streamer { private: void genuineCloseFile() override { if (didArtificialFile_) { - didArtificialFile_ = false; - return; } if (pr_.get() != nullptr)