Skip to content

Commit

Permalink
Merge pull request #5437 from ggovi/new-conddb-HCAL-OOT-0
Browse files Browse the repository at this point in the history
Enabling import of HCAL OOT related types
  • Loading branch information
davidlange6 committed Sep 23, 2014
2 parents e8af5c4 + 32a2674 commit eade8ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CondCore/Utilities/src/CondDBImport.cc
Expand Up @@ -254,6 +254,8 @@ namespace cond {
IMPORT_PAYLOAD_CASE( lumi::LumiSectionData )
IMPORT_PAYLOAD_CASE( MixingModuleConfig )
IMPORT_PAYLOAD_CASE( MuScleFitDBobject )
IMPORT_PAYLOAD_CASE( OOTPileupCorrectionBuffer )
IMPORT_PAYLOAD_CASE( StorableDoubleMap<AbsOOTPileupCorrection> )
IMPORT_PAYLOAD_CASE( PhysicsTools::Calibration::MVAComputerContainer )
IMPORT_PAYLOAD_CASE( PCaloGeometry )
IMPORT_PAYLOAD_CASE( PGeometricDet )
Expand Down Expand Up @@ -468,6 +470,8 @@ namespace cond {
FETCH_PAYLOAD_CASE( HcalRespCorrs )
FETCH_PAYLOAD_CASE( HcalTimeCorrs )
FETCH_PAYLOAD_CASE( HcalZSThresholds )
FETCH_PAYLOAD_CASE( OOTPileupCorrectionBuffer )
FETCH_PAYLOAD_CASE( StorableDoubleMap<AbsOOTPileupCorrection> )
FETCH_PAYLOAD_CASE( JetCorrectorParametersCollection )
FETCH_PAYLOAD_CASE( L1CaloEcalScale )
FETCH_PAYLOAD_CASE( L1CaloEtScale )
Expand Down
3 changes: 3 additions & 0 deletions CondCore/Utilities/src/CondFormats.h
Expand Up @@ -55,7 +55,10 @@
#include "CondFormats/EcalObjects/interface/EcalTimeBiasCorrections.h"
#include "CondFormats/EcalObjects/interface/EcalTimeDependentCorrections.h"
#include "CondFormats/EgammaObjects/interface/GBRForest.h"
#include "CondFormats/HcalObjects/interface/AbsOOTPileupCorrection.h"
#include "CondFormats/HcalObjects/interface/HcalElectronicsMap.h"
#include "CondFormats/HcalObjects/interface/OOTPileupCorrectionBuffer.h"
#include "CondFormats/HcalObjects/interface/StorableDoubleMap.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 eade8ad

Please sign in to comment.