CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HLTFastReco_cff Namespace Reference

Variables

tuple HLTBeginSequence
 
tuple HLTBeginSequenceBPTX = cms.Sequence(HLTBeginSequence)
 
tuple hltL1GtTrigReport = L1Trigger.GlobalTriggerAnalyzer.l1GtTrigReport_cfi.l1GtTrigReport.clone()
 
tuple L1Emulator
 
tuple options
 

Variable Documentation

tuple HLTFastReco_cff.HLTBeginSequence
Initial value:
1 = cms.Sequence(
2  siTrackerGaussianSmearingRecHits+ # repetition if RECO is executed; needed by the next line
3  iterativeTracking + # repetition if RECO is executed; needed by the next line
4  caloRecHits + # repetition if RECO is executed; needed to allow -s GEN,SIM,HLT without RECO
5  L1Emulator +
6  l1extraParticles +
7  cms.SequencePlaceholder("offlineBeamSpot")
8 )

Definition at line 104 of file HLTFastReco_cff.py.

tuple HLTFastReco_cff.HLTBeginSequenceBPTX = cms.Sequence(HLTBeginSequence)

Definition at line 113 of file HLTFastReco_cff.py.

Definition at line 89 of file HLTFastReco_cff.py.

tuple HLTFastReco_cff.L1Emulator
Initial value:
1 = cms.Sequence(simRctDigis +
2  simGctDigis +
3  SimL1MuTriggerPrimitives +
4  SimL1MuTrackFinders +
5  simRpcTriggerDigis +
6  simGmtDigis +
7  simGtDigis)

Definition at line 56 of file HLTFastReco_cff.py.

tuple HLTFastReco_cff.options
Initial value:
1 = cms.untracked.PSet(
2  wantSummary = cms.untracked.bool(True) ## default is false
3 )

Definition at line 95 of file HLTFastReco_cff.py.