CMS 3D CMS Logo

Variables

jetExtractorBlock_cff Namespace Reference

Variables

tuple MIsoJetExtractorBlock

Variable Documentation

Initial value:
00001 cms.PSet(
00002     MIsoTrackAssociatorJets,
00003     PrintTimeReport = cms.untracked.bool(False),
00004     #subtract sumEt of towers falling into the muon-veto region
00005     ExcludeMuonVeto = cms.bool(True),
00006     ComponentName = cms.string('JetExtractor'),
00007     DR_Max = cms.double(1.0),
00008     PropagatorName = cms.string('SteppingHelixPropagatorAny'),
00009     ServiceParameters = cms.PSet(
00010         Propagators = cms.untracked.vstring( 'SteppingHelixPropagatorAny' ),
00011         RPCLayers = cms.bool( False ),
00012         UseMuonNavigation = cms.untracked.bool( False )
00013     ),
00014     DR_Veto = cms.double(0.1),
00015     #count a jet if et> threshold
00016     #note: et from crossed towers and jet towers inside the veto cone are not counted
00017     Threshold = cms.double(5.0),
00018     #    InputTag JetCollectionLabel = midPointCone5CaloJets
00019     #    JetCollectionLabel = cms.InputTag("sisCone5CaloJets")
00020     JetCollectionLabel = cms.InputTag("ak5CaloJets") 
00021 )

Definition at line 5 of file jetExtractorBlock_cff.py.