Skip to content

Commit

Permalink
removing unecessary statment
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 11, 2018
1 parent d3a078f commit 80cb061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
'ResonanceDecayFilter:filter = on',
'ResonanceDecayFilter:exclusive = on', #off: require at least the specified number of daughters, on: require exactly the specified number of daughters
'ResonanceDecayFilter:mothers = 25', #list of mothers not specified -> count all particles in hard process+resonance decays (better to avoid specifying mothers when including leptons from the lhe in counting, since intermediate resonances are not gauranteed to appear in general
'ResonanceDecayFilter:wzAsEquivalent = on',
'ResonanceDecayFilter:daughters = 15,15,15,15',
),
parameterSets = cms.vstring('pythia8CommonSettings',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
'ResonanceDecayFilter:filter = on',
'ResonanceDecayFilter:exclusive = on', #off: require at least the specified number of daughters, on: require exactly the specified number of daughters
'ResonanceDecayFilter:mothers = 25', #list of mothers not specified -> count all particles in hard process+resonance decays (better to avoid specifying mothers when including leptons from the lhe in counting, since intermediate resonances are not gauranteed to appear in general
'ResonanceDecayFilter:wzAsEquivalent = on',
'ResonanceDecayFilter:daughters = 15,15,15,15',
),
parameterSets = cms.vstring('pythia8CommonSettings',
Expand Down

0 comments on commit 80cb061

Please sign in to comment.