Fork me on GitHub

Changeset 2c8865f in git for cards


Ignore:
Timestamp:
Feb 24, 2022, 6:01:00 AM (3 years ago)
Author:
youngkwon jo <cccpy98@…>
Children:
46b3e01
Parents:
dd263e4
Message:

add code for keeping the BHadrons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS.tcl

    rdd263e4 r2c8865f  
    585585module PdgCodeFilter NeutrinoFilter {
    586586
    587   set InputArray Delphes/stableParticles
     587  #set InputArray Delphes/stableParticles
     588  set InputArray Delphes/allParticles
    588589  set OutputArray filteredParticles
    589590
    590591  set PTMin 0.0
     592  set RequireStatus true
     593  set RequireKeepGhostBHadron true
    591594
    592595  add PdgCode {12}
     
    783786# add Branch InputArray BranchName BranchClass
    784787  add Branch Delphes/allParticles Particle GenParticle
     788#  add Branch NeutrinoFilter/filteredParticles Particle2 GenParticle
    785789
    786790  add Branch TrackMerger/tracks Track Track
Note: See TracChangeset for help on using the changeset viewer.