Skip to content

Commit 863227a

Browse files
committed
displaced collections always kept
1 parent 212fecd commit 863227a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

PhysicsTools/PatAlgos/python/slimming/MicroEventContent_cff.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
'keep recoForwardProtons_ctppsProtons_*_*',
8989
# displacedStandAlone muon collection for EXO
9090
'keep recoTracks_displacedStandAloneMuons__*',
91+
'keep recoTracks_displacedGlobalMuons__*',
92+
'keep recoTracks_displacedTracks__*',
9193
# L1 prefiring weights
9294
'keep *_prefiringweight_*_*',
9395
# patLowPtElectrons
@@ -119,12 +121,6 @@
119121
)
120122
)
121123

122-
# keep displaced objects for b-parking era
123-
from Configuration.Eras.Modifier_bParking_cff import bParking
124-
_bparking_displaced_extraCommands = ['keep recoTracks_displacedGlobalMuons_*_*',
125-
'keep recoTracks_displacedTracks_*_*',]
126-
bParking.toModify(MicroEventContent,outputCommands = MicroEventContent.outputCommands + _bparking_displaced_extraCommands)
127-
128124
# --- Only for 2018 data & MC
129125
_run2_HCAL_2018_extraCommands = ["keep *_packedPFCandidates_hcalDepthEnergyFractions_*"]
130126
from Configuration.Eras.Modifier_run2_HCAL_2018_cff import run2_HCAL_2018

0 commit comments

Comments
 (0)