Changeset 48fd831 in git
- Timestamp:
- Mar 16, 2018, 11:40:36 AM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 5ec2b23
- Parents:
- a15ac11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CLICdet/CLICdet_JetScale.tcl
ra15ac11 r48fd831 4 4 5 5 # Scale Formula 6 set ScaleFormula { (abs(eta) < 0.76) * ( 1.0 7) + (abs(eta) >= 0.76 ) * (1.1)}6 set ScaleFormula { (abs(eta) < 0.76) * ( 1.02 ) + (abs(eta) >= 0.76 ) * (1.1)} 7 7 } 8 8 module EnergyScale JetEnergyScale_VLCR05N3 {
Note:
See TracChangeset
for help on using the changeset viewer.