Skip to content

Commit

Permalink
Merge pull request #36192 from bsunanda/Run3-alca211C
Browse files Browse the repository at this point in the history
Run3-alca211C Add generatedparticles to the list of saved objects for IsoTrack AlCaRecoDB
  • Loading branch information
cmsbuild committed Nov 30, 2021
2 parents 8f61929 + b9c007c commit ab2c820
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'keep *_generalTracksExtra_*_*',
'keep *_offlinePrimaryVertices_*_*',
'keep *_TkAlIsoProdFilter_*_*',
'keep *_genParticles_*_*',
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'keep *_generalTracksExtra_*_*',
'keep *_offlinePrimaryVertices_*_*',
'keep *_TkAlIsoProdFilter_*_*',
'keep *_genParticles_*_*',
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'keep *_hbhereco_*_*',
'keep edmTriggerResults_*_*_*',
'keep triggerTriggerEvent_*_*_*',
'keep *_genParticles_*_*',
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
outputCommands = cms.untracked.vstring(
'keep *_alcaHcalIsotrkProducer_HcalIsoTrack_*',
'keep *_alcaHcalIsotrkProducer_HcalIsoTrackEvent_*',
'keep *_genParticles_*_*',
)
)

Expand Down

0 comments on commit ab2c820

Please sign in to comment.