Skip to content

Commit

Permalink
add SimBeamSpotObjects to standard payload utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Jun 13, 2023
1 parent f590b17 commit bec539c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CondCore/Utilities/plugins/Module_2XML.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ PAYLOAD_2XML_MODULE(pluginUtilities_payload2xml) {
PAYLOAD_2XML_CLASS(RPFlatParams);
PAYLOAD_2XML_CLASS(RecoIdealGeometry);
PAYLOAD_2XML_CLASS(RunInfo);
PAYLOAD_2XML_CLASS(SimBeamSpotObjects);
PAYLOAD_2XML_CLASS(SiPhase2OuterTrackerLorentzAngle);
PAYLOAD_2XML_CLASS(SiPixel2DTemplateDBObject);
PAYLOAD_2XML_CLASS(SiPixelCPEGenericErrorParm);
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondDBFetch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ namespace cond {
FETCH_PAYLOAD_CASE(RPFlatParams)
FETCH_PAYLOAD_CASE(RecoIdealGeometry)
FETCH_PAYLOAD_CASE(RunInfo)
FETCH_PAYLOAD_CASE(SimBeamSpotObjects)
FETCH_PAYLOAD_CASE(SiPhase2OuterTrackerLorentzAngle)
FETCH_PAYLOAD_CASE(SiPixelCalibConfiguration)
FETCH_PAYLOAD_CASE(SiPixelCPEGenericErrorParm)
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondDBImport.cc
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ namespace cond {
IMPORT_PAYLOAD_CASE(RPFlatParams)
IMPORT_PAYLOAD_CASE(RecoIdealGeometry)
IMPORT_PAYLOAD_CASE(RunInfo)
IMPORT_PAYLOAD_CASE(SimBeamSpotObjects)
IMPORT_PAYLOAD_CASE(SiPhase2OuterTrackerLorentzAngle)
IMPORT_PAYLOAD_CASE(SiPixelCalibConfiguration)
IMPORT_PAYLOAD_CASE(SiPixelCPEGenericErrorParm)
Expand Down
1 change: 1 addition & 0 deletions CondCore/Utilities/src/CondFormats.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "CondFormats/Alignment/interface/Alignments.h"
#include "CondFormats/BeamSpotObjects/interface/BeamSpotObjects.h"
#include "CondFormats/BeamSpotObjects/interface/BeamSpotOnlineObjects.h"
#include "CondFormats/BeamSpotObjects/interface/SimBeamSpotObjects.h"
#include "CondFormats/CastorObjects/interface/CastorElectronicsMap.h"
#include "CondFormats/CastorObjects/interface/CastorSaturationCorrs.h"
#include "CondFormats/HIObjects/interface/CentralityTable.h"
Expand Down

0 comments on commit bec539c

Please sign in to comment.