Variables | |
tuple | HBHENoiseFilter = CommonTools.RecoAlgos.HBHENoiseFilter_cfi.HBHENoiseFilter.clone() |
tuple | pfMETCounter |
tuple | pfMETSelector |
select events with high pfMET | |
tuple | pfMETSelSeq |
tuple | pvFilter |
select events with at least one good PV | |
tuple | tcMETCounter |
tuple | tcMETSelector |
select events with high tcMET | |
tuple | tcMETSelSeq |
tuple HighMETSkim_cff::HBHENoiseFilter = CommonTools.RecoAlgos.HBHENoiseFilter_cfi.HBHENoiseFilter.clone() |
Definition at line 15 of file HighMETSkim_cff.py.
00001 cms.EDFilter( 00002 "CandViewCountFilter", 00003 src = cms.InputTag("pfMETSelector"), 00004 minNumber = cms.uint32(1), 00005 )
Definition at line 25 of file HighMETSkim_cff.py.
00001 cms.EDFilter( 00002 "CandViewSelector", 00003 src = cms.InputTag("pfMet"), 00004 cut = cms.string( "pt()>150" ) 00005 )
select events with high pfMET
Definition at line 19 of file HighMETSkim_cff.py.
Definition at line 31 of file HighMETSkim_cff.py.
00001 cms.EDFilter( 00002 "VertexSelector", 00003 src = cms.InputTag("offlinePrimaryVertices"), 00004 cut = cms.string("!isFake && ndof > 4 && abs(z) <= 24 && position.Rho <= 2"), 00005 filter = cms.bool(True), # otherwise it won't filter the events, just produce an empty vertex collection. 00006 )
select events with at least one good PV
Definition at line 5 of file HighMETSkim_cff.py.
00001 cms.EDFilter( 00002 "CandViewCountFilter", 00003 src = cms.InputTag("tcMETSelector"), 00004 minNumber = cms.uint32(1), 00005 )
Definition at line 46 of file HighMETSkim_cff.py.
00001 cms.EDFilter( 00002 "CandViewSelector", 00003 src = cms.InputTag("tcMet"), 00004 cut = cms.string( "pt()>150" ) 00005 )
select events with high tcMET
Definition at line 40 of file HighMETSkim_cff.py.
Definition at line 52 of file HighMETSkim_cff.py.