Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the HGCAL-Seeded ElectronSeed collection to the FEVT and RECO event contents. #20368

Merged
merged 5 commits into from
Sep 6, 2017
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*',
'keep *_GsfGlobalElectronTest_*_*',
'keep *_electronMergedSeeds_*_*',
'keep *_electronMergedSeedsFromMultiCl_*_*',
'keep *_electronGsfTracks_*_*'
)
)
Expand All @@ -12,6 +13,7 @@
outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*',
'keep *_GsfGlobalElectronTest_*_*',
'keep *_electronMergedSeeds_*_*',
'keep *_electronMergedSeedsFromMultiCl_*_*',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the phase-2 specific products should be added below with the era modifiers

'keep recoGsfTracks_electronGsfTracks_*_*',
'keep recoGsfTrackExtras_electronGsfTracks_*_*',
'keep recoTrackExtras_electronGsfTracks_*_*',
Expand Down