Changeset b8a6aa3 in git for cards/delphes_card_IDEA.tcl
- Timestamp:
- Mar 17, 2021, 3:49:24 PM (4 years ago)
- Branches:
- master
- Children:
- fd4b326
- Parents:
- b1cb322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_IDEA.tcl
rb1cb322 rb8a6aa3 2 2 # FCC-ee IDEA detector model 3 3 # 4 # Authors: Elisa Fontanesi, Lorenzo Pezzotti, Massimiliano Antonello 4 # Authors: Elisa Fontanesi, Lorenzo Pezzotti, Massimiliano Antonello, Michele Selvaggi 5 5 # email: efontane@bo.infn.it, 6 6 # lorenzo.pezzotti01@universitadipavia.it, 7 7 # m.antonello@uninsubria.it, 8 # michele.selvaggi@cern.ch 8 9 ##################################################################### 9 # 10 11 set B 2.0 12 10 13 ####################################### 11 14 # Order of execution of various modules … … 29 32 PhotonIsolation 30 33 34 MuonFilter 35 31 36 ElectronFilter 32 37 ElectronEfficiency 33 38 ElectronIsolation 34 39 35 MuonFilter36 40 MuonEfficiency 37 41 MuonIsolation … … 57 61 TreeWriter 58 62 } 59 60 63 61 64 ################################# … … 78 81 79 82 # magnetic field, in T 80 set Bz 2.083 set Bz $B 81 84 } 82 85 … … 158 161 159 162 module TrackCovariance TrackSmearing { 163 set InputArray TrackMergerPre/tracks 164 set OutputArray tracks 165 166 160 167 set InputArray TrackMergerPre/tracks 161 168 set OutputArray tracks … … 184 191 # measurement flag = T, scattering only = F 185 192 186 187 193 # barrel name zmin zmax r w (m) X0 n_meas th_up (rad) th_down (rad) reso_up (m) reso_down (m) flag 188 194 189 1 PIPE -100 100 0.015 0.0012 0.35276 0 0 0 0 0 0 195 # barrel name zmin zmax r w (m) X0 n_meas th_up (rad) th_down (rad) reso_up (m) reso_down (m) flag 196 197 1 PIPE -100 100 0.015 0.001655 0.2805 0 0 0 0 0 0 190 198 1 VTXLOW -0.12 0.12 0.017 0.00028 0.0937 2 0 1.5708 3e-006 3e-006 1 191 199 1 VTXLOW -0.16 0.16 0.023 0.00028 0.0937 2 0 1.5708 3e-006 3e-006 1 … … 323 331 1 MAG -2.5 2.5 2.25 0.05 0.0658 0 0 0 0 0 0 324 332 1 BPRESH -2.55 2.55 2.45 0.02 1 2 0 1.5708 7e-005 0.01 1 325 326 327 333 2 DCHWALL 0.345 2.02 2.125 0.25 5.55 0 0 0 0 0 0 328 334 2 DCHWALL 0.345 2.02 -2.125 0.25 5.55 0 0 0 0 0 0 … … 337 343 } 338 344 339 } 340 345 set Bz $B 346 } 341 347 342 348 ############## … … 503 509 } 504 510 505 506 511 ################# 507 512 # Muon filter … … 553 558 } 554 559 555 556 560 ################# 557 561 # Muon efficiency … … 795 799 add Branch MissingET/momentum MissingET MissingET 796 800 add Branch ScalarHT/energy ScalarHT ScalarHT 797 } 801 802 # add Info InfoName InfoValue 803 add Info Bz $B 804 }
Note:
See TracChangeset
for help on using the changeset viewer.