From ff23e264d4d7849c92417d6e923bb9210f1b7738 Mon Sep 17 00:00:00 2001 From: Shubham Date: Fri, 11 Jan 2019 10:34:43 +0100 Subject: [PATCH] Removing hard-coded eta dependencies --- .../PFClusterTools/test/ProducePFCalibrationObject.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc b/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc index cd6091b7dac83..34991c102eae8 100644 --- a/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc +++ b/RecoParticleFlow/PFClusterTools/test/ProducePFCalibrationObject.cc @@ -72,6 +72,13 @@ void ProducePFCalibrationObject::beginRun(const edm::Run& run, const edm::EventS functType["PFfbEta_BARREL"] = PerformanceResult::PFfbEta_BARREL; functType["PFfbEta_ENDCAP"] = PerformanceResult::PFfbEta_ENDCAP; + functType["PFfcEta_BARRELH"] = PerformanceResult::PFfcEta_BARRELH; + functType["PFfcEta_ENDCAPH"] = PerformanceResult::PFfcEta_ENDCAPH; + functType["PFfdEta_ENDCAPH"] = PerformanceResult::PFfdEta_ENDCAPH; + functType["PFfcEta_BARRELEH"] = PerformanceResult::PFfcEta_BARRELEH; + functType["PFfcEta_ENDCAPEH"] = PerformanceResult::PFfcEta_ENDCAPEH; + functType["PFfdEta_ENDCAPEH"] = PerformanceResult::PFfdEta_ENDCAPEH; + // --------------------------------------------------------------------------------- // Write the payload