CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTFastReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # Load subdetector specific common files
5 #
8 
9 #Specific reconstruction sequences for FastSimulation.
18 
19 # The hltbegin sequence (with L1 emulator)
20 HLTBeginSequence = cms.Sequence(
21  cms.SequencePlaceholder("offlineBeamSpot")
22  )
23 
24 HLTBeginSequenceBPTX = cms.Sequence(HLTBeginSequence)