Skip to content

Commit

Permalink
Make the tier definition fully encapsulated and dependent on smaller …
Browse files Browse the repository at this point in the history
…ones
  • Loading branch information
fabiocos committed Jun 22, 2021
1 parent 0540f9e commit 211c7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#FEVT
RecoLocalFastTimeFEVT = cms.PSet(
outputCommands = cms.untracked.vstring(
'keep *_mtdRecHits_*_*',
'keep *_mtdClusters_*_*',
'keep *_mtdUncalibratedRecHits_*_*',
'keep *_mtdTrackingRecHits_*_*',
)
Expand Down
4 changes: 2 additions & 2 deletions RecoMTD/Configuration/python/RecoMTD_EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#RECO content
RecoMTDRECO = cms.PSet(
outputCommands = cms.untracked.vstring(
'keep *_trackExtenderWithMTD_*_*',
'keep *_mtdTrackQualityMVA_*_*',
'keep recoTrack*_trackExtenderWithMTD_*_*',
'keep TrackingRecHitsOwned_trackExtenderWithMTD_*_*',
)
)
RecoMTDRECO.outputCommands.extend(RecoMTDAOD.outputCommands)
Expand Down

0 comments on commit 211c7bd

Please sign in to comment.