Skip to content

Commit

Permalink
Merge pull request #27658 from mmusich/SiPixelPayloadInspector_dev_11_0
Browse files Browse the repository at this point in the history
Introduce Payload Inspector for SiPixel conditions
  • Loading branch information
cmsbuild committed Aug 12, 2019
2 parents 0869c12 + 611c8bc commit eaed829
Show file tree
Hide file tree
Showing 7 changed files with 1,877 additions and 0 deletions.
630 changes: 630 additions & 0 deletions CondCore/SiPixelPlugins/interface/SiPixelPayloadInspectorHelper.h

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions CondCore/SiPixelPlugins/plugins/BuildFile.xml
@@ -0,0 +1,15 @@
<library file="SiPixelQuality_PayloadInspector.cc" name="SiPixelQuality_PayloadInspector">
<use name="CondCore/Utilities"/>
<use name="CondCore/CondDB"/>
<use name="CondFormats/Common"/>
<use name="CalibTracker/StandaloneTrackerTopology"/>
<use name="boost_python"/>
</library>

<library file="SiPixelLorentzAngle_PayloadInspector.cc" name="SiPixelLorentzAngle_PayloadInspector">
<use name="CondCore/Utilities"/>
<use name="CondCore/CondDB"/>
<use name="CondFormats/Common"/>
<use name="CalibTracker/StandaloneTrackerTopology"/>
<use name="boost_python"/>
</library>

0 comments on commit eaed829

Please sign in to comment.