Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Payload Inspector for SiPixel conditions #27658

Merged
merged 25 commits into from Aug 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f6d27cc
stub of SiPixelQuality inspection
mmusich Oct 18, 2018
4a5321e
add SiPixelQuality Map (for Barrel)
mmusich Feb 21, 2019
b8d4a7a
Add helper function file, add map for FPix, include testing script
mmusich Feb 22, 2019
bc9384d
semi-working for permanently bad
mmusich Feb 25, 2019
e4c4812
working for FPix permanent too!
mmusich Feb 26, 2019
6236ee1
add printing IOV of interest into canvas
mmusich Feb 28, 2019
71e3301
add SiPixelLorentzAngle Payload Inspector stub
mmusich Jun 20, 2019
6bdb73e
more code-format and adding plots
mmusich Jun 20, 2019
45ec40d
fix the LA axis titles
mmusich Jul 22, 2019
58a1239
beautify
mmusich Jul 22, 2019
dadab3b
add LA tests
mmusich Jul 22, 2019
2795b7f
add comparison of LA values by region
mmusich Jul 23, 2019
2df5d3f
update tests
mmusich Jul 29, 2019
a3f91e0
make colors consistent in the ByValue and ByRegion comparisons
mmusich Jul 29, 2019
b98bd3c
revert test update
mmusich Jul 29, 2019
c5d9118
fix the switch of colors
mmusich Jul 29, 2019
ebd0f4a
clean-up SiPixelQuality_PayloadInspector
mmusich Jul 29, 2019
10b19db
wip
mmusich Jul 29, 2019
1a160c2
almost working, needs to fix flipping in BPix Layers>1
mmusich Jul 30, 2019
f8bc611
colz scale
mmusich Jul 30, 2019
d555757
working now also for BPix
mmusich Jul 30, 2019
52fc069
clean-up SiPixelLorentzAngle_PayloadInspector
mmusich Jul 31, 2019
012b3b8
clean-up SiPixelQuality_PayloadInspector
mmusich Jul 31, 2019
89c2311
update tests
mmusich Jul 31, 2019
611c8bc
apply code-format
mmusich Jul 31, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>