Skip to content

Commit

Permalink
add LHCTransport by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Apr 6, 2022
1 parent 2b7d9e8 commit d7f99e7
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -19,6 +19,7 @@
'keep GenLumiInfoProduct_generator_*_*',
'keep GenEventInfoProduct_generator_*_*',
'keep edmHepMCProduct_generatorSmeared_*_*',
'keep edmHepMCProduct_LHCTransport_*_*',
'keep GenFilterInfo_*_*_*',
'keep *_genParticles_*_*'
)
Expand All @@ -34,6 +35,7 @@
'keep GenLumiInfoProduct_generator_*_*',
'keep GenEventInfoProduct_generator_*_*',
'keep edmHepMCProduct_generatorSmeared_*_*',
'keep edmHepMCProduct_LHCTransport_*_*',
'keep GenFilterInfo_*_*_*',
'keep *_genParticles_*_*'
)
Expand All @@ -52,9 +54,3 @@
'keep *_genParticles_*_*'
)
)

from Configuration.Eras.Modifier_run3_common_cff import run3_common
run3_common.toModify(GeneratorInterfaceRAW,
outputCommands = GeneratorInterfaceRAW.outputCommands+['keep edmHepMCProduct_LHCTransport_*_*'])
run3_common.toModify(GeneratorInterfaceRECO,
outputCommands = GeneratorInterfaceRECO.outputCommands+['keep edmHepMCProduct_LHCTransport_*_*'])

0 comments on commit d7f99e7

Please sign in to comment.