Changeset 5953e02 in git
- Timestamp:
- Jan 25, 2018, 4:46:06 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 5554fa9
- Parents:
- 8297d2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CLICdet.tcl
r8297d2d r5953e02 653 653 654 654 # set EfficiencyFormula {efficiency formula as a function of eta and pt} 655 set EfficiencyFormula {(abs( eta)<0.7 )*( 0.89)+ 656 (abs(eta) > 0.7 && abs(eta) < 3)*( 0.8)} 655 657 656 658 # efficiency formula for electrons 657 set EfficiencyFormula { (pt <= 10.0) * (0.00) +658 (abs(eta) <= 1.5) * (pt > 10.0) * (0.95) +659 (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0) * (0.95) +660 (abs(eta) > 2.5) * (0.00)}659 # set EfficiencyFormula { (pt <= 10.0) * (0.00) + 660 # (abs(eta) <= 1.5) * (pt > 10.0) * (0.95) + 661 # (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0) * (0.95) + 662 # (abs(eta) > 2.5) * (0.00)} 661 663 } 662 664
Note:
See TracChangeset
for help on using the changeset viewer.