Skip to content

Commit

Permalink
Removing hard-coded eta dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spandeyehep committed Jan 11, 2019
1 parent 4c1d73d commit ff23e26
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit ff23e26

Please sign in to comment.