Fork me on GitHub

source: git/cards/ILCgen/ILCgen_LHCalR_Binning.tcl@ f0f1443

Last change on this file since f0f1443 was d192152, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago

Generic ILC detector model for Delphes. First import from iLCSoft/ILCDelphes

  • Property mode set to 100644
File size: 325 bytes
Line 
1#P.Sopicki: based on plots from D.Jeans:
2
3set pi [expr {acos(-1)} ]
4
5# LHCAL eta range 2.8 - 3.8
6# Rear part
7set PhiBins {}
8 for {set i -12} {$i <= 12} {incr i} {
9 add PhiBins [expr {$i * $pi/12.0} ]
10 }
11
12for {set i 0} {$i <= 32} {incr i} {
13 set eta [expr {-3.8 + $i * 1.0/32.0} ]
14 add EtaPhiBins $eta $PhiBins
15 }
Note: See TracBrowser for help on using the repository browser.