File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
PhysicsTools/PatAlgos/python/slimming Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
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_*" ]
130126from Configuration .Eras .Modifier_run2_HCAL_2018_cff import run2_HCAL_2018
You can’t perform that action at this time.
0 commit comments