CMS 3D CMS Logo

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

Variables

tuple caloMETCounter
 
tuple caloMETSelector
 select events with high caloMET More...
 
tuple caloMETSelSeq
 
tuple CondMETCounter
 
tuple CondMETSelector
 select events with high MET dependent on PF and Calo MET Conditions More...
 
tuple CondMETSelSeq
 
tuple miniMETCounter
 
tuple miniMETSelector
 select events with PAT METs in MINIAODSIM - remember to keep the right branches in the cmsDriver More...
 
tuple miniMETSelSeq
 
tuple pfMETCounter
 
tuple pfMETSelector
 apply HBHE Noise filter import CommonTools.RecoAlgos.HBHENoiseFilter_cfi HBHENoiseFilter = CommonTools.RecoAlgos.HBHENoiseFilter_cfi.HBHENoiseFilter.clone() More...
 
tuple pfMETSelSeq
 
tuple pvFilter
 select events with at least one good PV More...
 

Variable Documentation

tuple HighMETSkim_cff.caloMETCounter
Initial value:
1 = cms.EDFilter(
2  "CandViewCountFilter",
3  src = cms.InputTag("caloMETSelector"),
4  minNumber = cms.uint32(1),
5  )

Definition at line 47 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.caloMETSelector
Initial value:
1 = cms.EDFilter(
2  "CandViewSelector",
3  src = cms.InputTag("caloMetM"),
4  cut = cms.string( "pt()>200" )
5  )

select events with high caloMET

Definition at line 41 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.caloMETSelSeq
Initial value:
1 = cms.Sequence(
2  pvFilter*
3  ##HBHENoiseFilter*
4  caloMETSelector*
5  caloMETCounter
6  )

Definition at line 53 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.CondMETCounter
Initial value:
1 = cms.EDFilter(
2  "CandViewCountFilter",
3  src = cms.InputTag("CondMETSelector"),
4  minNumber = cms.uint32(1),
5  )

Definition at line 68 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.CondMETSelector
Initial value:
1 = cms.EDProducer(
2  "CandViewShallowCloneCombiner",
3  decay = cms.string("pfMet caloMetM"),
4  cut = cms.string(" (daughter(0).pt > 200) || (daughter(0).pt/daughter(1).pt > 2 && daughter(1).pt > 150 ) || (daughter(1).pt/daughter(0).pt > 2 && daughter(0).pt > 150 ) " )
5  )

select events with high MET dependent on PF and Calo MET Conditions

Definition at line 62 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.CondMETSelSeq
Initial value:
1 = cms.Sequence(
2  pvFilter*
3  ##HBHENoiseFilter*
4  CondMETSelector*
5  CondMETCounter
6  )

Definition at line 74 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.miniMETCounter
Initial value:
1 = cms.EDFilter(
2  "CandViewCountFilter",
3  src = cms.InputTag("miniMETSelector"),
4  minNumber = cms.uint32(1),
5  )

Definition at line 90 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.miniMETSelector
Initial value:
1 = cms.EDFilter(
2  "CandViewSelector",
3  src = cms.InputTag("slimmedMETs"),
4  cut = cms.string( "pt()>200" )
5  )

select events with PAT METs in MINIAODSIM - remember to keep the right branches in the cmsDriver

Definition at line 84 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.miniMETSelSeq
Initial value:
1 = cms.Sequence(
2  ##HBHENoiseFilter*
3  miniMETSelector*
4  miniMETCounter
5  )

Definition at line 96 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.pfMETCounter
Initial value:
1 = cms.EDFilter(
2  "CandViewCountFilter",
3  src = cms.InputTag("pfMETSelector"),
4  minNumber = cms.uint32(1),
5  )

Definition at line 25 of file HighMETSkim_cff.py.

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

apply HBHE Noise filter import CommonTools.RecoAlgos.HBHENoiseFilter_cfi HBHENoiseFilter = CommonTools.RecoAlgos.HBHENoiseFilter_cfi.HBHENoiseFilter.clone()

select events with high pfMET

Definition at line 19 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.pfMETSelSeq
Initial value:
1 = cms.Sequence(
2  pvFilter*
3  ##HBHENoiseFilter*
4  pfMETSelector*
5  pfMETCounter
6  )

Definition at line 31 of file HighMETSkim_cff.py.

tuple HighMETSkim_cff.pvFilter
Initial value:
1 = cms.EDFilter(
2  "VertexSelector",
3  src = cms.InputTag("offlinePrimaryVertices"),
4  cut = cms.string("!isFake && ndof > 4 && abs(z) <= 24 && position.Rho <= 2"),
5  filter = cms.bool(True), # otherwise it won't filter the events, just produce an empty vertex collection.
6  )

select events with at least one good PV

Definition at line 5 of file HighMETSkim_cff.py.