CMS 3D CMS Logo

Variables

softJetsSkim_cff Namespace Reference

Variables

tuple electronTrigger
tuple muonTrigger
tuple photonTrigger
tuple singleJetTrigger

Variable Documentation

Initial value:
00001 cms.EDFilter("HLTHighLevel",
00002     HLTPaths = cms.vstring('HLT_IsoEle18_L1R'),
00003     byName = cms.bool(True),
00004     andOr = cms.bool(True),
00005     TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
00006 )

Definition at line 24 of file softJetsSkim_cff.py.

Initial value:
00001 cms.EDFilter("HLTHighLevel",
00002     HLTPaths = cms.vstring('HLT_Mu15_L1Mu7'),
00003     byName = cms.bool(True),
00004     andOr = cms.bool(True),
00005     TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
00006 )

Definition at line 17 of file softJetsSkim_cff.py.

Initial value:
00001 cms.EDFilter("HLTHighLevel",
00002     HLTPaths = cms.vstring('HLT_IsoPhoton40_L1R'),
00003     byName = cms.bool(True),
00004     andOr = cms.bool(True),
00005     TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
00006 )

Definition at line 31 of file softJetsSkim_cff.py.

Initial value:
00001 cms.EDFilter("QCDSingleJetFilter",
00002     TriggerJetCollectionB = cms.InputTag("midPointCone7CaloJets"),
00003     MinPt = cms.double(20.0),
00004     TriggerJetCollectionA = cms.InputTag("midPointCone7CaloJets")
00005 )

Definition at line 11 of file softJetsSkim_cff.py.