Fork me on GitHub

source: git/cards/CLIC/CLICdet_LumiCalF_Binning.tcl@ 27197df

Last change on this file since 27197df was 47327f8, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago

New CLICdet model for 3 TeV stage, including forward calorimeters

  • Property mode set to 100644
File size: 360 bytes
Line 
1# Copy of ILCDelphes implementation by P.Sopicki
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.