Skip to content

Commit

Permalink
Merge pull request #3987 from apfeiffer1/fixMissingQGLikelihood
Browse files Browse the repository at this point in the history
DB -- Add QGLike objects to importer
  • Loading branch information
ktf committed May 26, 2014
2 parents 8ef638d + 38975f7 commit 98ce41c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CondCore/Utilities/src/CondDBImport.cc
Expand Up @@ -245,6 +245,9 @@ namespace cond {
IMPORT_PAYLOAD_CASE( PerformancePayloadFromBinnedTFormula )
IMPORT_PAYLOAD_CASE( PerformanceWorkingPoint )
IMPORT_PAYLOAD_CASE( PhysicsTools::Calibration::HistogramD3D )
IMPORT_PAYLOAD_CASE( QGLikelihoodCategory )
IMPORT_PAYLOAD_CASE( QGLikelihoodObject )
IMPORT_PAYLOAD_CASE( QGLikelihoodSystematicsObject )
IMPORT_PAYLOAD_CASE( RPCEMap )
IMPORT_PAYLOAD_CASE( RPCClusterSize )
IMPORT_PAYLOAD_CASE( RPCStripNoises )
Expand Down Expand Up @@ -498,6 +501,9 @@ namespace cond {
FETCH_PAYLOAD_CASE( PerformancePayloadFromBinnedTFormula )
FETCH_PAYLOAD_CASE( PerformanceWorkingPoint )
FETCH_PAYLOAD_CASE( PhysicsTools::Calibration::HistogramD3D )
FETCH_PAYLOAD_CASE( QGLikelihoodCategory )
FETCH_PAYLOAD_CASE( QGLikelihoodObject )
FETCH_PAYLOAD_CASE( QGLikelihoodSystematicsObject )
FETCH_PAYLOAD_CASE( RPCEMap )
FETCH_PAYLOAD_CASE( RPCClusterSize )
FETCH_PAYLOAD_CASE( RPCStripNoises )
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondFormats.h
Expand Up @@ -57,6 +57,7 @@
#include "CondFormats/EgammaObjects/interface/GBRForest.h"
#include "CondFormats/HcalObjects/interface/HcalElectronicsMap.h"
#include "CondFormats/JetMETObjects/interface/JetCorrectorParameters.h"
#include "CondFormats/JetMETObjects/interface/QGLikelihoodObject.h"
#include "CondFormats/L1TObjects/interface/L1CaloEcalScale.h"
#include "CondFormats/L1TObjects/interface/L1CaloEtScale.h"
#include "CondFormats/L1TObjects/interface/L1CaloHcalScale.h"
Expand Down

0 comments on commit 98ce41c

Please sign in to comment.