Changeset 2c8865f in git for cards/delphes_card_CMS.tcl
- Timestamp:
- Feb 24, 2022, 6:01:00 AM (3 years ago)
- Children:
- 46b3e01
- Parents:
- dd263e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CMS.tcl
rdd263e4 r2c8865f 585 585 module PdgCodeFilter NeutrinoFilter { 586 586 587 set InputArray Delphes/stableParticles 587 #set InputArray Delphes/stableParticles 588 set InputArray Delphes/allParticles 588 589 set OutputArray filteredParticles 589 590 590 591 set PTMin 0.0 592 set RequireStatus true 593 set RequireKeepGhostBHadron true 591 594 592 595 add PdgCode {12} … … 783 786 # add Branch InputArray BranchName BranchClass 784 787 add Branch Delphes/allParticles Particle GenParticle 788 # add Branch NeutrinoFilter/filteredParticles Particle2 GenParticle 785 789 786 790 add Branch TrackMerger/tracks Track Track
Note:
See TracChangeset
for help on using the changeset viewer.