Skip to content

Commit

Permalink
Merge pull request #9105 from mmusich/fixCondDBImportScriptHBHENegati…
Browse files Browse the repository at this point in the history
…veEnergyFilter

Fixing import script for HBHENegativeEFilter
  • Loading branch information
cmsbuild committed May 16, 2015
2 parents 99e181b + 542a065 commit f0cd4c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondDBFetch.cc
Expand Up @@ -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 )
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondDBImport.cc
Expand Up @@ -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 )
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondFormats.h
Expand Up @@ -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"
Expand Down

0 comments on commit f0cd4c4

Please sign in to comment.