Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
eyigitba committed Oct 25, 2022
1 parent 5459581 commit 1735dc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions L1Trigger/L1TMuonEndCap/src/ConditionHelper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ unsigned int ConditionHelper::get_pc_lut_version() const {
return 0;
} else if (params_->firmwareVersion_ < 1537467271) { // From the beginning of 2017
return 1; // Corresponding to FW timestamps before Sept. 20, 2018
} else if (params_->firmwareVersion_ < 1664468309){ // Corresponds to September 29, 2022. The firmware got deployed on October 6, 2022.
return 2; // Starting September 26, 2018 with run 323556 (data only, not in MC)
} else if (params_->firmwareVersion_ <
1664468309) { // Corresponds to September 29, 2022. The firmware got deployed on October 6, 2022.
return 2; // Starting September 26, 2018 with run 323556 (data only, not in MC)
} else {
return 3; // Starting October 6, 2022 with run 359924 (data only, not in MC)
}
Expand Down

0 comments on commit 1735dc0

Please sign in to comment.