CMS 3D CMS Logo

ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # AlCaReco for track based calibration using MinBias events
4 OutALCARECOAlCaPCCZeroBiasFromRECO_noDrop = cms.PSet(
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring('pathALCARECOAlCaPCCZeroBiasFromRECO')
7  ),
8  outputCommands = cms.untracked.vstring(
9  'keep *_*alcaPCCProducerZeroBias*_*_*')
10 )
11 
12 
13 
14 import copy
15 OutALCARECOAlCaPCCZeroBiasFromRECO=copy.deepcopy(OutALCARECOAlCaPCCZeroBiasFromRECO_noDrop)
16 OutALCARECOAlCaPCCZeroBiasFromRECO.outputCommands.insert(0,"drop *")