Skip to content

Commit

Permalink
add a phase-2 lorentz angle comparison test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Oct 19, 2023
1 parent 6dae4fc commit eba763e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CondCore/SiPixelPlugins/test/testSiPixelLorentzAngle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ fi

mkdir $W_DIR/plots_LA

getPayloadData.py \
--plugin pluginSiPixelLorentzAngle_PayloadInspector \
--plot plot_SiPixelLorentzAngleValuesBarrelCompareTwoTags \
--tag SiPixelLorentzAngle_phase2_T19_v1_mc \
--tagtwo SiPixelLorentzAngle_phase2_T15_v5_mc \
--time_type Run \
--iovs '{"start_iov": "1", "end_iov": "1"}' \
--iovstwo '{"start_iov": "1", "end_iov": "1"}' \
--db Prod \
--test ;

getPayloadData.py \
--plugin pluginSiPixelLorentzAngle_PayloadInspector \
--plot plot_SiPixelLorentzAngleValuesBarrelCompareTwoTags \
Expand Down

0 comments on commit eba763e

Please sign in to comment.