CMS 3D CMS Logo

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

Variables

tuple particleLevel
 

Variable Documentation

tuple particleLevel_cfi.particleLevel
Initial value:
1 = cms.EDProducer("ParticleLevelProducer",
2  src = cms.InputTag("genParticles2HepMC:unsmeared"),
3 
4  usePromptFinalStates = cms.bool(True), # for leptons, photons, neutrinos
5  excludePromptLeptonsFromJetClustering = cms.bool(True),
6  excludeNeutrinosFromJetClustering = cms.bool(True),
7 
8  particleMinPt = cms.double(0.),
9  particleMaxEta = cms.double(5.), # HF range. Maximum 6.0 on MiniAOD
10 
11  lepConeSize = cms.double(0.1), # for photon dressing
12  lepMinPt = cms.double(15.),
13  lepMaxEta = cms.double(2.5),
14 
15  jetConeSize = cms.double(0.4),
16  jetMinPt = cms.double(30.),
17  jetMaxEta = cms.double(2.4),
18 
19  fatJetConeSize = cms.double(0.8),
20  fatJetMinPt = cms.double(200.),
21  fatJetMaxEta = cms.double(2.4),
22 )

Definition at line 3 of file particleLevel_cfi.py.