Changeset d0f661b in git
- Timestamp:
- Aug 26, 2016, 4:53:40 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 94cacb6
- Parents:
- 32677fb (diff), feada94 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS.tcl
r32677fb rd0f661b 128 128 set EfficiencyFormula { (pt <= 0.1) * (0.00) + 129 129 (abs(eta) <= 1.5) * (pt > 0.1 && pt <= 1.0) * (0.75) + 130 (abs(eta) <= 1.5) * (pt > 1.0) * (0.99) + 130 (abs(eta) <= 1.5) * (pt > 1.0 && pt <= 1.0e3) * (0.99) + 131 (abs(eta) <= 1.5) * (pt > 1.0e3 ) * (0.99 * exp(0.5 - pt*5.0e-4)) + 132 131 133 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 0.1 && pt <= 1.0) * (0.70) + 132 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 1.0) * (0.98) + 134 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 1.0 && pt <= 1.0e3) * (0.98) + 135 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 1.0e3) * (0.98 * exp(0.5 - pt*5.0e-4)) + 133 136 (abs(eta) > 2.5) * (0.00)} 134 137 }
Note:
See TracChangeset
for help on using the changeset viewer.