Skip to content

Commit

Permalink
Merge pull request #18141 from slava77/CMSSW_9_1_X_2017-03-30-2300/si…
Browse files Browse the repository at this point in the history
…gn890/addEcalSrFlags

add ecal digi SR flags to FEVT and RECO
  • Loading branch information
cmsbuild committed Apr 1, 2017
2 parents d3632ef + 713d5c2 commit 076461f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
6 changes: 5 additions & 1 deletion RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py
Expand Up @@ -14,7 +14,9 @@
'keep recoPhotons_gedPhotonsTmp_*_*',
'keep recoHIPhotonIsolationedmValueMap_photonIsolationHIProducerGED_*_*',
'keep recoElectronSeeds_ecalDrivenElectronSeeds_*_*',
'keep recoTrackExtras_electronGsfTracks_*_*'
'keep recoTrackExtras_electronGsfTracks_*_*',
'keep EBSrFlagsSorted_ecalDigis__*',
'keep EESrFlagsSorted_ecalDigis__*'
)
)

Expand Down Expand Up @@ -54,6 +56,8 @@
#'keep EcalRecHitsSorted_*_*_*',
'keep EcalRecHitsSorted_ecalRecHit_*_*',
'keep EcalRecHitsSorted_ecalPreshowerRecHit_*_*',
'keep EBSrFlagsSorted_ecalDigis__*',
'keep EESrFlagsSorted_ecalDigis__*',
#'keep floatedmValueMap_*_*_*', # isolation not created yet in RECO step, but in case it is later
'keep floatedmValueMap_hiDetachedTripletStepQual_MVAVals_*',
'keep floatedmValueMap_hiDetachedTripletStepSelector_MVAVals_*',
Expand Down
Expand Up @@ -9,7 +9,9 @@
'keep *_ecalFixedAlphaBetaFitUncalibRecHit_*_*',
'keep *_ecalPreshowerRecHit_*_*',
'keep *_ecalRecHit_*_*',
'keep ESDataFramesSorted_ecalPreshowerDigis_*_*'
'keep ESDataFramesSorted_ecalPreshowerDigis_*_*',
'keep EBSrFlagsSorted_ecalDigis__*',
'keep EESrFlagsSorted_ecalDigis__*'
)
)
# RECO content
Expand All @@ -19,7 +21,9 @@
'keep *_ecalPreshowerRecHit_*_*',
'keep *_ecalRecHit_*_*',
'keep *_ecalCompactTrigPrim_*_*',
'keep ESDataFramesSorted_ecalPreshowerDigis_*_*'
'keep ESDataFramesSorted_ecalPreshowerDigis_*_*',
'keep EBSrFlagsSorted_ecalDigis__*',
'keep EESrFlagsSorted_ecalDigis__*'
)
)
# AOD content
Expand Down
Expand Up @@ -13,15 +13,20 @@
outputCommands = cms.untracked.vstring(
'keep *_ecalMultiFitUncalibRecHit_*_*',
'keep *_ecalPreshowerRecHit_*_*',
'keep *_ecalRecHit_*_*')
'keep *_ecalRecHit_*_*',
'keep EBSrFlagsSorted_ecalDigis__*',
'keep EESrFlagsSorted_ecalDigis__*'
)
)
#RECO content
ecalLocalRecoRECO = cms.PSet(
outputCommands = cms.untracked.vstring(
'keep *_ecalPreshowerRecHit_*_*',
'keep *_ecalRecHit_*_*',
'keep *_ecalCompactTrigPrim_*_*',
'keep *_ecalTPSkim_*_*'
'keep *_ecalTPSkim_*_*',
'keep EBSrFlagsSorted_ecalDigis__*',
'keep EESrFlagsSorted_ecalDigis__*'
)
)
#AOD content
Expand Down

0 comments on commit 076461f

Please sign in to comment.