CMS 3D CMS Logo

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

Variables

tuple monophotonSkimSequence
 
tuple onePhotonPt130HOverE05
 
tuple pfMETCounterMono
 
tuple pfMETSelectorMono
 
tuple photonCandsPt130HOverE05Barrel
 Monophoton CS. More...
 

Variable Documentation

tuple PDWG_MonoPhoton_cff.monophotonSkimSequence
Initial value:
1 = cms.Sequence(
2  photonCandsPt130HOverE05Barrel *
3  onePhotonPt130HOverE05 *
4  pfMETSelectorMono *
5  pfMETCounterMono
6  )

Definition at line 25 of file PDWG_MonoPhoton_cff.py.

tuple PDWG_MonoPhoton_cff.onePhotonPt130HOverE05
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("photonCandsPt130HOverE05Barrel"),
3  minNumber = cms.uint32(1),
4  )

Definition at line 10 of file PDWG_MonoPhoton_cff.py.

tuple PDWG_MonoPhoton_cff.pfMETCounterMono
Initial value:
1 = cms.EDFilter(
2  "CandViewCountFilter",
3  src = cms.InputTag("pfMETSelectorMono"),
4  minNumber = cms.uint32(1),
5  )

Definition at line 20 of file PDWG_MonoPhoton_cff.py.

tuple PDWG_MonoPhoton_cff.pfMETSelectorMono
Initial value:
1 = cms.EDFilter(
2  "CandViewSelector",
3  src = cms.InputTag("pfMet"),
4  cut = cms.string( "pt()>120" )
5  )

Definition at line 14 of file PDWG_MonoPhoton_cff.py.

tuple PDWG_MonoPhoton_cff.photonCandsPt130HOverE05Barrel
Initial value:
1 = cms.EDFilter("PhotonRefSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string("(pt > 130) && (hadTowOverEm < 0.05) && (isEB == 1)"),
4  )

Monophoton CS.

Definition at line 5 of file PDWG_MonoPhoton_cff.py.