CMS 3D CMS Logo

PDWG_EXOHighMET_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 
6 
7 
8 CondMETSelectorEXOHighMETSkim = cms.EDProducer(
9  "CandViewShallowCloneCombiner",
10  decay = cms.string("pfMet caloMetM"),
11  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 ) " )
12  )
13 
14 CondMETCounterEXOHighMETSkim = cms.EDFilter(
15  "CandViewCountFilter",
16  src = cms.InputTag("CondMETSelectorEXOHighMETSkim"),
17  minNumber = cms.uint32(1),
18  )
19 
20 EXOHighMETSequence = cms.Sequence(
21  primaryVertexFilter*
22  CondMETSelectorEXOHighMETSkim*
23  CondMETCounterEXOHighMETSkim
24  )
select events with at least one good PV