Changeset 91ef0b8 in git for cards/delphes_card_IDEAtrkCov.tcl
- Timestamp:
- Mar 7, 2021, 9:48:26 AM (4 years ago)
- Branches:
- master
- Children:
- bd33fce
- Parents:
- 0d65492 (diff), 363e269 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_IDEAtrkCov.tcl
r0d65492 r91ef0b8 8 8 # michele.selvaggi@cern.ch 9 9 ##################################################################### 10 # 10 11 set B 2.0 12 11 13 ####################################### 12 14 # Order of execution of various modules … … 59 61 TreeWriter 60 62 } 61 62 63 63 64 ################################# … … 80 81 81 82 # magnetic field, in T 82 set Bz 2.083 set Bz $B 83 84 } 84 85 … … 310 311 } 311 312 312 set Bz 2.0 313 } 314 313 set Bz $B 314 } 315 315 316 316 ############## … … 767 767 add Branch MissingET/momentum MissingET MissingET 768 768 add Branch ScalarHT/energy ScalarHT ScalarHT 769 } 769 770 # add Info InfoName InfoValue 771 add Info Bz $B 772 }
Note:
See TracChangeset
for help on using the changeset viewer.