Fork me on GitHub

Changeset 4564cba in git for cards


Ignore:
Timestamp:
Mar 7, 2022, 8:57:55 PM (2 years ago)
Author:
GitHub <noreply@…>
Parents:
7dbc149 (diff), 54ec182 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Young-Kwon Jo <cccpy98@…> (03/07/22 20:57:55)
git-committer:
GitHub <noreply@…> (03/07/22 20:57:55)
Message:

Merge 54ec182fe38fb844b7fade1332f5742a7081e2f5 into 7dbc149c352934669e33e09cd38531519b916d62

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS.tcl

    r7dbc149 r4564cba  
    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}
Note: See TracChangeset for help on using the changeset viewer.