From 542a06584a0546f63dd9a5c2635e800dc258aa06 Mon Sep 17 00:00:00 2001 From: mmusich Date: Fri, 15 May 2015 15:19:21 +0200 Subject: [PATCH] Fixing import script for HBHENegativeEFilter --- CondCore/Utilities/src/CondDBFetch.cc | 1 + CondCore/Utilities/src/CondDBImport.cc | 1 + CondCore/Utilities/src/CondFormats.h | 1 + 3 files changed, 3 insertions(+) diff --git a/CondCore/Utilities/src/CondDBFetch.cc b/CondCore/Utilities/src/CondDBFetch.cc index 15f0af1d563c0..dae6f75baa5ce 100644 --- a/CondCore/Utilities/src/CondDBFetch.cc +++ b/CondCore/Utilities/src/CondDBFetch.cc @@ -134,6 +134,7 @@ namespace cond { FETCH_PAYLOAD_CASE( FileBlob ) FETCH_PAYLOAD_CASE( GBRForest ) FETCH_PAYLOAD_CASE( GBRForestD ) + FETCH_PAYLOAD_CASE( HBHENegativeEFilter ) FETCH_PAYLOAD_CASE( HcalChannelQuality ) FETCH_PAYLOAD_CASE( HcalCholeskyMatrices ) FETCH_PAYLOAD_CASE( HcalElectronicsMap ) diff --git a/CondCore/Utilities/src/CondDBImport.cc b/CondCore/Utilities/src/CondDBImport.cc index 917c359d907e3..694fbf3eab690 100644 --- a/CondCore/Utilities/src/CondDBImport.cc +++ b/CondCore/Utilities/src/CondDBImport.cc @@ -149,6 +149,7 @@ namespace cond { IMPORT_PAYLOAD_CASE( FileBlob ) IMPORT_PAYLOAD_CASE( GBRForest ) IMPORT_PAYLOAD_CASE( GBRForestD ) + IMPORT_PAYLOAD_CASE( HBHENegativeEFilter ) IMPORT_PAYLOAD_CASE( HcalChannelQuality ) IMPORT_PAYLOAD_CASE( HcalCholeskyMatrices ) IMPORT_PAYLOAD_CASE( HcalDcsValues ) diff --git a/CondCore/Utilities/src/CondFormats.h b/CondCore/Utilities/src/CondFormats.h index ef146b5c365ad..235d21ccefa79 100644 --- a/CondCore/Utilities/src/CondFormats.h +++ b/CondCore/Utilities/src/CondFormats.h @@ -66,6 +66,7 @@ #include "CondFormats/HcalObjects/interface/OOTPileupCorrectionBuffer.h" #include "CondFormats/HcalObjects/interface/StorableDoubleMap.h" #include "CondFormats/HcalObjects/interface/HcalInterpolatedPulseColl.h" +#include "CondFormats/HcalObjects/interface/HBHENegativeEFilter.h" #include "CondFormats/JetMETObjects/interface/JetCorrectorParameters.h" #include "CondFormats/JetMETObjects/interface/QGLikelihoodObject.h" #include "CondFormats/L1TObjects/interface/L1CaloEcalScale.h"