CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECOEcalCalPhiSym_Output_cff.py
Go to the documentation of this file.
2 
3 # output block for alcastream EcalPhiSym
4 # keep L1 info and laser-recalibrated hits :
5 # non-recalibrated hits have HLT as parent process
6 
7 OutALCARECOEcalCalPhiSym_noDrop = cms.PSet(
8  # put this if you have a filter
9  SelectEvents = cms.untracked.PSet(
10  SelectEvents = cms.vstring('pathALCARECOEcalCalPhiSym')
11  ),
12  outputCommands = cms.untracked.vstring(
13  'keep *_ecalPhiSymCorrected_phiSymEcalRecHitsEB_*',
14  'keep *_ecalPhiSymCorrected_phiSymEcalRecHitsEE_*',
15  'keep L1GlobalTriggerReadoutRecord_hltGtDigis_*_*')
16 )
17 
18 
19 import copy
20 OutALCARECOEcalCalPhiSym=copy.deepcopy(OutALCARECOEcalCalPhiSym_noDrop)
21 OutALCARECOEcalCalPhiSym.outputCommands.insert(0,"drop *")