CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1Reco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # L1 reconstruction sequence for data and MC
4 # L1Extra (all BxInEvent)
5 # L1GtTriggerMenuLite
6 # l1GtRecord - requires functional L1 O2O
7 # l1L1GtObjectMap - L1 trigger object maps, now produced with the convertor
8 #
9 # V.M. Ghete 2009-07-11
10 
11 
12 # L1Extra
14 l1extraParticles.centralBxOnly = False
15 
16 # L1 GT lite record
18 
19 # L1GtTriggerMenuLite
21 
22 # If the Stage 1 trigger is running, there is also some different configuration.
23 # Note that this file does nothing if the stage1L1Trigger era is not active, so
24 # it is safe to import even if the Stage 1 trigger is not required.
26 
27 # conditions in edm
28 import EventFilter.L1GlobalTriggerRawToDigi.conditionDumperInEdm_cfi
29 conditionsInEdm = EventFilter.L1GlobalTriggerRawToDigi.conditionDumperInEdm_cfi.conditionDumperInEdm.clone()
30 
31 # l1L1GtObjectMap
33 l1L1GtObjectMap = convertObjectMapRecord.clone()
34 
35 # sequences
36 
37 L1Reco_L1Extra = cms.Sequence(l1extraParticles)
38 L1Reco_L1Extra_L1GtRecord = cms.Sequence(l1extraParticles+l1GtRecord)
39 #
40 L1Reco = cms.Sequence(l1extraParticles+l1GtTriggerMenuLite+conditionsInEdm+l1L1GtObjectMap)
L1REPACK: redo GCT,GT, using Run-1 or Run-2 input, making Run-2 output.