Skip to content

Commit

Permalink
Merge pull request #44460 from saumyaphor4252/alca-GEM_Channel_Dump_C…
Browse files Browse the repository at this point in the history
…ontent

Add GEM channel and strip payload dump utilities
  • Loading branch information
cmsbuild authored Mar 20, 2024
2 parents f7474fb + 760f7be commit 6b884c8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CondCore/Utilities/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<use name="CondFormats/ESObjects"/>
<use name="CondFormats/EcalObjects"/>
<use name="CondFormats/GBRForest"/>
<use name="CondFormats/GEMObjects"/>
<use name="CondFormats/Luminosity"/>
<use name="CondFormats/HcalObjects"/>
<use name="CondFormats/JetMETObjects"/>
Expand Down
3 changes: 3 additions & 0 deletions CondCore/Utilities/plugins/Module_2XML.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ PAYLOAD_2XML_MODULE(pluginUtilities_payload2xml) {
PAYLOAD_2XML_CLASS(FileBlob);
PAYLOAD_2XML_CLASS(GBRForest);
PAYLOAD_2XML_CLASS(GBRForestD);
PAYLOAD_2XML_CLASS(GEMChMap);
PAYLOAD_2XML_CLASS(GEMMaskedStrips);
PAYLOAD_2XML_CLASS(GEMDeadStrips);
//PAYLOAD_2XML_CLASS( HBHENegativeEFilter );
PAYLOAD_2XML_CLASS(HcalChannelQuality);
PAYLOAD_2XML_CLASS(HcalDcsValues);
Expand Down
3 changes: 3 additions & 0 deletions CondCore/Utilities/src/CondDBFetch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ namespace cond {
FETCH_PAYLOAD_CASE(FileBlob)
FETCH_PAYLOAD_CASE(GBRForest)
FETCH_PAYLOAD_CASE(GBRForestD)
FETCH_PAYLOAD_CASE(GEMChMap)
FETCH_PAYLOAD_CASE(GEMMaskedStrips)
FETCH_PAYLOAD_CASE(GEMDeadStrips)
FETCH_PAYLOAD_CASE(HBHENegativeEFilter)
FETCH_PAYLOAD_CASE(HFPhase1PMTParams)
FETCH_PAYLOAD_CASE(HcalChannelQuality)
Expand Down
3 changes: 3 additions & 0 deletions CondCore/Utilities/src/CondDBImport.cc
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ namespace cond {
IMPORT_PAYLOAD_CASE(FileBlob)
IMPORT_PAYLOAD_CASE(GBRForest)
IMPORT_PAYLOAD_CASE(GBRForestD)
IMPORT_PAYLOAD_CASE(GEMChMap)
IMPORT_PAYLOAD_CASE(GEMMaskedStrips)
IMPORT_PAYLOAD_CASE(GEMDeadStrips)
IMPORT_PAYLOAD_CASE(HBHENegativeEFilter)
IMPORT_PAYLOAD_CASE(HFPhase1PMTParams)
IMPORT_PAYLOAD_CASE(HcalChannelQuality)
Expand Down
3 changes: 3 additions & 0 deletions CondCore/Utilities/src/CondFormats.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
#include "CondFormats/EcalObjects/interface/EcalEBPhase2TPGTimeWeights.h"
#include "CondFormats/GBRForest/interface/GBRForest.h"
#include "CondFormats/GBRForest/interface/GBRForestD.h"
#include "CondFormats/GEMObjects/interface/GEMChMap.h"
#include "CondFormats/GEMObjects/interface/GEMMaskedStrips.h"
#include "CondFormats/GEMObjects/interface/GEMDeadStrips.h"
#include "CondFormats/HcalObjects/interface/AbsOOTPileupCorrection.h"
#include "CondFormats/HcalObjects/interface/HcalElectronicsMap.h"
#include "CondFormats/HcalObjects/interface/OOTPileupCorrectionBuffer.h"
Expand Down

0 comments on commit 6b884c8

Please sign in to comment.