CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hlt1CaloBJet_cfi.py
Go to the documentation of this file.
2 
3 hlt1CaloBJet= cms.EDFilter( "HLT1CaloBJet",
4  inputTag = cms.InputTag( "hltMCJetCorJetIcone5HF07" ),
5  saveTag = cms.untracked.bool( True ),
6  MinPt = cms.double( 50.0 ),
7  MaxEta = cms.double( 3.0 ),
8  MinN = cms.int32( 1 )
9 )
10