CMS 3D CMS Logo

btagDijet_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 btagDijet = cms.EDFilter("EtMinCaloJetCountFilter",
4  src = cms.InputTag("iterativeCone5CaloJets"),
5  etMin = cms.double(20.0),
6  minNumber = cms.uint32(2)
7 )
8 
9