CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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  doJetClustering = cms.bool(True),
8 
9  particleMinPt = cms.double(0.),
10  particleMaxEta = cms.double(5.), # HF range. Maximum 6.0 on MiniAOD
11 
12  lepConeSize = cms.double(0.1), # for photon dressing
13  lepMinPt = cms.double(15.),
14  lepMaxEta = cms.double(2.5),
15 
16  jetConeSize = cms.double(0.4),
17  jetMinPt = cms.double(30.),
18  jetMaxEta = cms.double(2.4),
19 
20  fatJetConeSize = cms.double(0.8),
21  fatJetMinPt = cms.double(200.),
22  fatJetMaxEta = cms.double(2.4),
23 
24  phoIsoConeSize = cms.double(0.4),
25  phoMaxRelIso = cms.double(0.5),
26  phoMinPt = cms.double(10),
27  phoMaxEta = cms.double(2.5),
28 )

Definition at line 3 of file particleLevel_cfi.py.