Changeset e4cc3f7 in git
- Timestamp:
- Mar 1, 2018, 10:14:29 AM (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CMS_PhaseII/CMS_PhaseII_200PU_v03.tcl
r193c0693 re4cc3f7 603 603 604 604 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}] 607 607 } 608 608 609 609 # 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.0 174}]610 for {set i 1} {$i <= 21} {incr i} { 611 set eta [expr { -2.958 + $i * 0.0696}] 612 612 add EtaPhiBins $eta $PhiBins 613 613 } 614 614 615 for {set i 1} {$i <= 84} {incr i} {616 set eta [expr { 1.4964 + $i * 0.0 174}]615 for {set i 1} {$i <= 21} {incr i} { 616 set eta [expr { 1.4964 + $i * 0.0696}] 617 617 add EtaPhiBins $eta $PhiBins 618 618 }
Note:
See TracChangeset
for help on using the changeset viewer.