Last change
on this file since d489660 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 |
|
---|
3 | set pi [expr {acos(-1)} ]
|
---|
4 |
|
---|
5 | # LHCAL eta range 2.8 - 3.8
|
---|
6 | # Front part
|
---|
7 | set PhiBins {}
|
---|
8 | for {set i -12} {$i <= 12} {incr i} {
|
---|
9 | add PhiBins [expr {$i * $pi/12.0} ]
|
---|
10 | }
|
---|
11 |
|
---|
12 | for {set i 0} {$i <= 32} {incr i} {
|
---|
13 | set eta [expr {2.8 + $i * 1.0/32.0} ]
|
---|
14 | add EtaPhiBins $eta $PhiBins
|
---|
15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.