Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
silviodonato committed May 16, 2022
1 parent 1d2f9d3 commit 6d1821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TGlobal/src/GlobalBoard.cc
Expand Up @@ -1170,7 +1170,7 @@ void l1t::GlobalBoard::printGmtData(const int iBxInEvent) const {

//initializer prescale counter using a semi-random value between [1, prescale value]
const std::vector<double> l1t::GlobalBoard::semirandomNumber(const edm::Event& iEvent,
const std::vector<double>& prescaleFactorsAlgoTrig) {
const std::vector<double>& prescaleFactorsAlgoTrig) {
auto out = prescaleFactorsAlgoTrig;
// pick a random number from a combination of run, lumi, event numbers
std::srand(iEvent.id().run());
Expand Down

0 comments on commit 6d1821b

Please sign in to comment.