Skip to content

Commit

Permalink
Revert "Updating MicroEventContent to include offlineSlimmedPrimaryVe…
Browse files Browse the repository at this point in the history
…rticesWithBS"

This reverts commit b1e635c.
  • Loading branch information
AdrianoDee committed May 19, 2021
1 parent b1e635c commit 0cbab0b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
'drop *_*_genJets_*',
'keep *_offlineBeamSpot_*_*',
'keep *_offlineSlimmedPrimaryVertices_*_*',
'keep *_offlineSlimmedPrimaryVerticesWithBS_*_*',
'keep patPackedCandidates_packedPFCandidates_*_*',
'keep *_isolatedTracks_*_*',
# low energy conversions for BPH
Expand All @@ -67,8 +66,8 @@
'keep *_l1extraParticles_*_*',
'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*',
# stage 2 L1 trigger
'keep GlobalExtBlkBXVector_simGtExtUnprefireable_*_*',
'keep *_gtStage2Digis__*',
'keep GlobalExtBlkBXVector_simGtExtUnprefireable_*_*',
'keep *_gtStage2Digis__*',
'keep *_gmtStage2Digis_Muon_*',
'keep *_caloStage2Digis_Jet_*',
'keep *_caloStage2Digis_Tau_*',
Expand Down Expand Up @@ -173,7 +172,6 @@
cms.untracked.PSet(branch = cms.untracked.string("patPackedGenParticles_packedGenParticles__*"),splitLevel=cms.untracked.int32(99)),
cms.untracked.PSet(branch = cms.untracked.string("patJets_slimmedJets__*"),splitLevel=cms.untracked.int32(99)),
cms.untracked.PSet(branch = cms.untracked.string("recoVertexs_offlineSlimmedPrimaryVertices__*"),splitLevel=cms.untracked.int32(99)),
cms.untracked.PSet(branch = cms.untracked.string("recoVertexs_offlineSlimmedPrimaryVerticesWithBS__*"),splitLevel=cms.untracked.int32(99)),
cms.untracked.PSet(branch = cms.untracked.string("recoCaloClusters_reducedEgamma_reducedESClusters_*"),splitLevel=cms.untracked.int32(99)),
cms.untracked.PSet(branch = cms.untracked.string("EcalRecHitsSorted_reducedEgamma_reducedEBRecHits_*"),splitLevel=cms.untracked.int32(99)),
cms.untracked.PSet(branch = cms.untracked.string("EcalRecHitsSorted_reducedEgamma_reducedEERecHits_*"),splitLevel=cms.untracked.int32(99)),
Expand Down

0 comments on commit 0cbab0b

Please sign in to comment.