Fork me on GitHub

Changeset 3e1fe17 in git


Ignore:
Timestamp:
Mar 1, 2018, 3:54:31 AM (7 years ago)
Author:
emanuele usai <eusai@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
e4cc3f7
Parents:
193c0693
Message:

H-HGCAL linear cell size 0.0174 --> 0.07

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CMS_PhaseII/CMS_PhaseII_200PU_v03.tcl

    r193c0693 r3e1fe17  
    603603
    604604  set PhiBins {}
    605   for {set i -180} {$i <= 180} {incr i} {
    606     add PhiBins [expr {$i * $pi/180.0}]
     605  for {set i -45} {$i <= 45} {incr i} {
     606    add PhiBins [expr {$i * $pi/45.0}]
    607607  }
    608608
    609609  # 0.02 unit in eta up to eta = 3
    610   for {set i 1} {$i <= 84} {incr i} {
    611     set eta [expr { -2.958 + $i * 0.0174}]
     610  for {set i 1} {$i <= 21} {incr i} {
     611    set eta [expr { -2.958 + $i * 0.0696}]
    612612    add EtaPhiBins $eta $PhiBins
    613613  }
    614614
    615   for {set i 1} {$i <= 84} {incr i} {
    616     set eta [expr { 1.4964 + $i * 0.0174}]
     615  for {set i 1} {$i <= 21} {incr i} {
     616    set eta [expr { 1.4964 + $i * 0.0696}]
    617617    add EtaPhiBins $eta $PhiBins
    618618  }
Note: See TracChangeset for help on using the changeset viewer.