CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ALCARECOPromptCalibProd_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 ALCARECOTkAlMinBiasFilterForBS = copy.deepcopy(hltHighLevel)
8 ALCARECOTkAlMinBiasFilterForBS.HLTPaths = ['pathALCARECOTkAlMinBias']
9 ALCARECOTkAlMinBiasFilterForBS.throw = True ## dont throw on unknown path names
10 ALCARECOTkAlMinBiasFilterForBS.TriggerResultsTag = cms.InputTag("TriggerResults","","RECO")
11 #process.TkAlMinBiasFilterForBS.eventSetupPathsKey = 'pathALCARECOTkAlMinBias:RECO'
12 #ALCARECODtCalibHLTFilter.andOr = True ## choose logical OR between Triggerbits
13 
14 
15 # ------------------------------------------------------------------------------
16 # configure the beam-spot production
18 
19 
20 # ------------------------------------------------------------------------------
21 # this is for filtering on L1 technical trigger bit
22 # Set the HLT paths
24 ALCARECOHltFilterForBS = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
25  andOr = True, ## choose logical OR between Triggerbits
26 ## HLTPaths = [
27 ## #Minimum Bias
28 ## "HLT_MinBias*"
29 ## ],
30  eventSetupPathsKey = 'PromptCalibProd',
31  throw = False # tolerate triggers stated above, but not available
32  )
33 
34 seqALCARECOPromptCalibProd = cms.Sequence(ALCARECOTkAlMinBiasFilterForBS *
35  ALCARECOHltFilterForBS *
36  alcaBeamSpotProducer)
dont throw on unknown path names