- Timestamp:
- Apr 17, 2014, 12:03:45 PM (11 years ago)
- Location:
- trunk/examples
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/delphes_card_ATLAS.tcl
r1357 r1378 522 522 ################## 523 523 524 525 524 # tracks, towers and eflow objects are not stored by default in the output. 526 # if needed (for jet constituent or other studies), uncomment the relevant 527 # "add Branch ..." lines. 528 525 # if needed (for jet constituent or other studies), uncomment the relevant 526 # "add Branch ..." lines. 529 527 530 528 module TreeWriter TreeWriter { … … 534 532 # add Branch TrackMerger/tracks Track Track 535 533 # add Branch Calorimeter/towers Tower Tower 534 536 535 # add Branch Calorimeter/eflowTracks EFlowTrack Track 537 536 # add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 538 537 # add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 539 538 540 539 add Branch GenJetFinder/jets GenJet Jet 541 540 add Branch UniqueObjectFinder/jets Jet Jet -
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 -
trunk/examples/delphes_card_CMS.tcl
r1357 r1378 535 535 536 536 # tracks, towers and eflow objects are not stored by default in the output. 537 # if needed (for jet constituent or other studies), uncomment the relevant 538 # "add Branch ..." lines. 537 # if needed (for jet constituent or other studies), uncomment the relevant 538 # "add Branch ..." lines. 539 539 540 540 module TreeWriter TreeWriter { 541 541 # add Branch InputArray BranchName BranchClass 542 543 542 add Branch Delphes/allParticles Particle GenParticle 544 543 545 544 # add Branch TrackMerger/tracks Track Track 546 545 # add Branch Calorimeter/towers Tower Tower 547 add Branch Calorimeter/eflowTracks EFlowTrack Track 548 add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 549 add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 550 546 547 # add Branch Calorimeter/eflowTracks EFlowTrack Track 548 # add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 549 # add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 550 551 551 add Branch GenJetFinder/jets GenJet Jet 552 552 add Branch UniqueObjectFinder/jets Jet Jet -
trunk/examples/delphes_card_CMS_PileUp.tcl
r1363 r1378 68 68 # average expected pile up 69 69 set MeanPileUp 10 70 71 # maximum spread in the beam direction in m 70 71 # maximum spread in the beam direction in m 72 72 set ZVertexSpread 0.10 73 73 74 74 # maximum spread in time in s 75 75 set TVertexSpread 1.5E-09 76 76 77 77 # vertex smearing formula f(z,t) (z,t need to be respectively given in m,s) 78 78 79 79 set VertexDistributionFormula {exp(-(t^2/(2*(0.05/2.99792458E8*exp(-(z^2/(2*(0.05)^2))))^2)))} 80 80 … … 329 329 add InputArray ElectronEnergySmearing/electrons electrons 330 330 add InputArray MuonMomentumSmearing/muons muons 331 331 332 332 set VertexInputArray PileUpMerger/vertices 333 333 # assume perfect pile-up subtraction for tracks with |z| > fZVertexResolution … … 379 379 set ParameterR 0.6 380 380 set GhostEtaMax 5.0 381 381 382 382 add RhoEtaRange 0.0 2.5 383 383 add RhoEtaRange 2.5 5.0 … … 435 435 # Z vertex resolution in m 436 436 set ZVertexResolution 0.0001 437 437 438 438 set OutputArray jets 439 439 … … 676 676 677 677 # tracks, towers and eflow objects are not stored by default in the output. 678 # if needed (for jet constituent or other studies), uncomment the relevant 679 # "add Branch ..." lines. 680 678 # if needed (for jet constituent or other studies), uncomment the relevant 679 # "add Branch ..." lines. 681 680 682 681 module TreeWriter TreeWriter { 683 682 # add Branch InputArray BranchName BranchClass 684 685 683 add Branch Delphes/allParticles Particle GenParticle 686 684 687 685 # add Branch TrackMerger/tracks Track Track 688 686 # add Branch Calorimeter/towers Tower Tower 687 689 688 # add Branch Calorimeter/eflowTracks EFlowTrack Track 690 689 # add Branch Calorimeter/eflowPhotons EFlowPhoton Tower -
trunk/examples/delphes_card_FCC_basic.tcl
r1370 r1378 498 498 add Branch GenJetFinder/jets GenJet Jet 499 499 500 add Branch ChargedHadronMomentumSmearing/chargedHadrons ChargedHadron Track 500 501 add Branch Hcal/eflowNeutralHadrons NeutralHadron Tower 501 502 add Branch Ecal/eflowPhotons Photon Photon 502 add Branch ChargedHadronMomentumSmearing/chargedHadrons ChargedHadron Track 503 503 504 add Branch ElectronEnergySmearing/electrons Electron Electron 504 505 add Branch MuonMomentumSmearing/muons Muon Muon
Note:
See TracChangeset
for help on using the changeset viewer.