Skip to content

Commit

Permalink
Merge pull request #8976 from mmusich/fixCondCore_for_MF
Browse files Browse the repository at this point in the history
Fixing import script for DTRecoConditions
  • Loading branch information
cmsbuild committed May 8, 2015
2 parents 9b5bea3 + 9c8e876 commit 2b7026c
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 @@ -65,6 +65,7 @@ namespace cond {
FETCH_PAYLOAD_CASE( DTLVStatus )
FETCH_PAYLOAD_CASE( DTMtime )
FETCH_PAYLOAD_CASE( DTReadOutMapping )
FETCH_PAYLOAD_CASE( DTRecoConditions )
FETCH_PAYLOAD_CASE( DTRecoUncertainties )
FETCH_PAYLOAD_CASE( DTStatusFlag )
FETCH_PAYLOAD_CASE( DTT0 )
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondDBImport.cc
Expand Up @@ -80,6 +80,7 @@ namespace cond {
IMPORT_PAYLOAD_CASE( DTLVStatus )
IMPORT_PAYLOAD_CASE( DTMtime )
IMPORT_PAYLOAD_CASE( DTReadOutMapping )
IMPORT_PAYLOAD_CASE( DTRecoConditions )
IMPORT_PAYLOAD_CASE( DTRecoUncertainties )
IMPORT_PAYLOAD_CASE( DTStatusFlag )
IMPORT_PAYLOAD_CASE( DTT0 )
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondFormats.h
Expand Up @@ -37,6 +37,7 @@
#include "CondFormats/DTObjects/interface/DTT0.h"
#include "CondFormats/DTObjects/interface/DTTPGParameters.h"
#include "CondFormats/DTObjects/interface/DTTtrig.h"
#include "CondFormats/DTObjects/interface/DTRecoConditions.h"
#include "CondFormats/DTObjects/interface/DTRecoUncertainties.h"
#include "CondFormats/ESObjects/interface/ESEEIntercalibConstants.h"
#include "CondFormats/ESObjects/interface/ESGain.h"
Expand Down

0 comments on commit 2b7026c

Please sign in to comment.