Variables | |
tuple | monophotonSkimSequence |
tuple | onePhotonPt130HOverE05 |
tuple | pfMETCounterMono |
tuple | pfMETSelectorMono |
tuple | photonCandsPt130HOverE05Barrel |
Monophoton CS. |
00001 cms.Sequence( 00002 photonCandsPt130HOverE05Barrel * 00003 onePhotonPt130HOverE05 * 00004 pfMETSelectorMono * 00005 pfMETCounterMono 00006 )
Definition at line 25 of file PDWG_MonoPhoton_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag("photonCandsPt130HOverE05Barrel"), 00003 minNumber = cms.uint32(1), 00004 )
Definition at line 10 of file PDWG_MonoPhoton_cff.py.
00001 cms.EDFilter( 00002 "CandViewCountFilter", 00003 src = cms.InputTag("pfMETSelectorMono"), 00004 minNumber = cms.uint32(1), 00005 )
Definition at line 20 of file PDWG_MonoPhoton_cff.py.
00001 cms.EDFilter( 00002 "CandViewSelector", 00003 src = cms.InputTag("pfMet"), 00004 cut = cms.string( "pt()>120" ) 00005 )
Definition at line 14 of file PDWG_MonoPhoton_cff.py.
00001 cms.EDFilter("PhotonRefSelector", 00002 src = cms.InputTag("photons"), 00003 cut = cms.string("(pt > 130) && (hadTowOverEm < 0.05) && (isEB == 1)"), 00004 )
Monophoton CS.
Definition at line 5 of file PDWG_MonoPhoton_cff.py.