CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ALCARECOPromptCalibProdLumiPCC_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # ------------------------------------------------------------------------------
4 # configure a filter to run only on the events selected by TkAlMinBias AlcaReco
5 import copy
7 ALCARECOPCCRandomFilter = copy.deepcopy(hltHighLevel)
8 ALCARECOPCCRandomFilter.HLTPaths = ['pathALCARECOAlCaPCCRandom']
9 ALCARECOPCCRandomFilter.throw = True ## dont throw on unknown path names
10 ALCARECOPCCRandomFilter.TriggerResultsTag = cms.InputTag("TriggerResults","","RECO")
11 
13 
14 seqALCARECOPromptCalibProdLumiPCC = cms.Sequence(ALCARECOPCCRandomFilter *
15  rawPCCProd)
dont throw on unknown path names