CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ALCARECOAlCaPCCRandomFromRECO_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 OutALCARECOAlCaPCCRandomFromRECO_noDrop = cms.PSet(
5  SelectEvents = cms.untracked.PSet(
6  SelectEvents = cms.vstring('pathALCARECOAlCaPCCRandomFromRECO')
7  ),
8  outputCommands = cms.untracked.vstring(
9  'keep *_*alcaPCCProducerRandom_*_*')
10 )
11 
12 
13 
14 import copy
15 OutALCARECOAlCaPCCRandomFromRECO=copy.deepcopy(OutALCARECOAlCaPCCRandomFromRECO_noDrop)
16 OutALCARECOAlCaPCCRandomFromRECO.outputCommands.insert(0,"drop *")