Skip to content

Commit

Permalink
Fixing import script for DTRecoConditions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed May 6, 2015
1 parent c8e0695 commit 9c8e876
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 9c8e876

Please sign in to comment.