Changeset 1378 in svn for trunk/examples/delphes_card_ATLAS_PileUp.tcl
- Timestamp:
- Apr 17, 2014, 12:03:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/delphes_card_ATLAS_PileUp.tcl
r1357 r1378 66 66 # average expected pile up 67 67 set MeanPileUp 50 68 69 # maximum spread in the beam direction in m 68 69 # maximum spread in the beam direction in m 70 70 set ZVertexSpread 0.10 71 71 72 72 # maximum spread in time in s 73 73 set TVertexSpread 1.5E-09 74 74 75 75 # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s) 76 76 77 77 set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))} 78 78 … … 250 250 set EFlowPhotonOutputArray eflowPhotons 251 251 set EFlowNeutralHadronOutputArray eflowNeutralHadrons 252 252 253 253 set pi [expr {acos(-1)}] 254 254 … … 334 334 add InputArray Calorimeter/eflowNeutralHadrons 335 335 set OutputArray eflowTowers 336 } 336 } 337 337 338 338 … … 340 340 # Energy flow merger 341 341 #################### 342 342 343 343 module Merger EFlowMerger { 344 344 # add InputArray InputArray … … 347 347 add InputArray Calorimeter/eflowNeutralHadrons 348 348 set OutputArray eflow 349 } 349 } 350 350 351 351 … … 635 635 ################## 636 636 637 638 637 # tracks, towers and eflow objects are not stored by default in the output. 639 # if needed (for jet constituent or other studies), uncomment the relevant 640 # "add Branch ..." lines. 641 638 # if needed (for jet constituent or other studies), uncomment the relevant 639 # "add Branch ..." lines. 642 640 643 641 module TreeWriter TreeWriter { … … 647 645 # add Branch TrackMerger/tracks Track Track 648 646 # add Branch Calorimeter/towers Tower Tower 647 649 648 # add Branch Calorimeter/eflowTracks EFlowTrack Track 650 649 # add Branch Calorimeter/eflowPhotons EFlowPhoton Tower
Note:
See TracChangeset
for help on using the changeset viewer.