Fork me on GitHub

Changeset e4cc3f7 in git


Ignore:
Timestamp:
Mar 1, 2018, 10:14:29 AM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
010117a, 0203656, a2152c2
Parents:
193c0693 (diff), 3e1fe17 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Michele Selvaggi <michele.selvaggi@…> (03/01/18 10:14:29)
git-committer:
GitHub <noreply@…> (03/01/18 10:14:29)
Message:

Merge pull request #49 from emanueleusai/newHGCAL3

CMS Phase2 detector card: 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 re4cc3f7  
    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.