Skip to content

Commit

Permalink
Applied code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Purva-Chaudhari committed Jul 30, 2021
1 parent e18153f commit 9223cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CondCore/SiStripPlugins/test/testSiStripPayloadInspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ int main(int argc, char** argv) {
edm::LogPrint("testSiStripPayloadInspector") << histo11.data() << std::endl;

SiStripPedestalPerDetId histoPedestalForDetId;
inputs["DetIds"] = inputs["DetIds"].cast<std::string>() + ",470065830,369121594,369124670,470177668"; // add a bunch of other DetIds
inputs["DetIds"] =
inputs["DetIds"].cast<std::string>() + ",470065830,369121594,369124670,470177668"; // add a bunch of other DetIds
histoPedestalForDetId.setInputParamValues(inputs);
histoPedestalForDetId.process(connectionString, PI::mk_input(tag, start, start));
edm::LogPrint("testSiStripPayloadInspector") << histoPedestalForDetId.data() << std::endl;
Expand Down

0 comments on commit 9223cae

Please sign in to comment.