Changeset f76741a in git
- Timestamp:
- May 25, 2021, 10:57:13 AM (3 years ago)
- Branches:
- master
- Children:
- b4786d3
- Parents:
- db316cd (diff), 7e6c201 (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. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (05/25/21 10:57:13)
- git-committer:
- GitHub <noreply@…> (05/25/21 10:57:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_MuonColliderDet.tcl
rdb316cd rf76741a 1200 1200 set ResolutionFormula { 1201 1201 (abs(eta) <= 0.78 ) * sqrt(energy^2*0.01^2 + energy*0.156^2)+ 1202 (abs(eta) > 0.78 && abs(eta) <=0.83 ) * sqrt( energy^ 0.01^2 + energy*0.175^2 ) +1202 (abs(eta) > 0.78 && abs(eta) <=0.83 ) * sqrt( energy^2*0.01^2 + energy*0.175^2 ) + 1203 1203 (abs(eta) <= 2.5 && abs(eta) > 0.83) * sqrt( energy^2*0.01^2 + energy*0.151^2 )} 1204 1204 }
Note:
See TracChangeset
for help on using the changeset viewer.