Fork me on GitHub

source: git/cards/ILCgen/ILCgen_LumiCalF_Binning.tcl@ 224c929

Last change on this file since 224c929 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: 352 bytes
Line 
1#P.Sopicki: based on plots from D.Jeans:
2
3set pi [expr {acos(-1)} ]
4
5# LumiCal eta range 3.0 - 4.0 (no beam crossing boost)
6# Front part
7set PhiBins {}
8 for {set i -24} {$i <= 24} {incr i} {
9 add PhiBins [expr {$i * $pi/24.0} ]
10 }
11
12for {set i 0} {$i <= 64} {incr i} {
13 set eta [expr {3.0 + $i * 1.0/64.0} ]
14 add EtaPhiBins $eta $PhiBins
15 }
Note: See TracBrowser for help on using the repository browser.