Skip to content

Commit

Permalink
improve unit testing adding plot_SiPixelDynamicInefficiencyPUParamCom…
Browse files Browse the repository at this point in the history
…parisonTwoTags
  • Loading branch information
mmusich committed May 4, 2023
1 parent 894a7de commit f9bc1b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CondCore/SiPixelPlugins/test/testSiPixelPayloadInspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ int main(int argc, char** argv) {
histo29.process(connectionString, PI::mk_input(tag2, start, end));
edm::LogPrint("testSiPixelPayloadInspector") << histo29.data() << std::endl;

SiPixelDynamicInefficiencyPUParamComparisonTwoTags histo30;
histo30.process(connectionString, PI::mk_input(tag, start, end, tag2, start2, start2));
edm::LogPrint("testSiPixelPayloadInspector") << histo30.data() << std::endl;

inputs.clear();
#if PY_MAJOR_VERSION >= 3
// TODO I don't know why this Py_INCREF is necessary...
Expand Down

0 comments on commit f9bc1b8

Please sign in to comment.