From b5f1b4fdd18a1daa2d6b3c116d100ababb35a636 Mon Sep 17 00:00:00 2001 From: Bill Balunas Date: Tue, 26 Mar 2024 11:29:47 +0100 Subject: [PATCH] Fix incorrect mc20d PRW filepath --- xAODAnaHelpers/BasicEventSelection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xAODAnaHelpers/BasicEventSelection.h b/xAODAnaHelpers/BasicEventSelection.h index cc97aa4a4..a84e7da49 100644 --- a/xAODAnaHelpers/BasicEventSelection.h +++ b/xAODAnaHelpers/BasicEventSelection.h @@ -108,7 +108,7 @@ class BasicEventSelection : public xAH::Algorithm /// @brief Common PRW file for the MC20a campaign (2015/16). Added to the PRW tool when using PRW autoconfiguration with common PRW files option. std::string m_commonPRWFileMC20a = "PileupReweighting/mc20_common/mc20a.284500.physlite.prw.v1.root"; /// @brief Common PRW file for the MC20d campaign (2017). Added to the PRW tool when using PRW autoconfiguration with common PRW files option. - std::string m_commonPRWFileMC20d = "PileupReweighting/mc20_common/mc20a.284500.physlite.prw.v1.root"; + std::string m_commonPRWFileMC20d = "PileupReweighting/mc20_common/mc20d.300000.physlite.prw.v1.root"; /// @brief Common PRW file for the MC20e campaign (2018). Added to the PRW tool when using PRW autoconfiguration with common PRW files option. std::string m_commonPRWFileMC20e = "PileupReweighting/mc20_common/mc20e.310000.physlite.prw.v1.root"; /// @brief Common PRW file for the MC23a campaign (2022). Added to the PRW tool when using PRW autoconfiguration with common PRW files option.