CMS 3D CMS Logo

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

Variables

tuple genCandidatesForMET
 
tuple genMETParticles = cms.Sequence(genCandidatesForMET+genParticlesForMETAllVisible)
 
tuple genParticlesForMETAllVisible
 

Variable Documentation

tuple GenMETParticles_cff.genCandidatesForMET
Initial value:
1 = cms.EDProducer(
2  "InputGenJetsParticleSelector",
3  src = cms.InputTag("genParticles"),
4  partonicFinalState = cms.bool(False),
5  excludeResonances = cms.bool(False),
6  excludeFromResonancePids = cms.vuint32(),
7  tausAsJets = cms.bool(False),
8 
9  ###These ID's will contribute to MET because they will be skipped in the negative vector sum Et calculation performed by the MET Algorithm
10  ignoreParticleIDs = cms.vuint32(
11  1000022,
12  1000012, 1000014, 1000016,
13  2000012, 2000014, 2000016,
14  1000039, 5100039,
15  4000012, 4000014, 4000016,
16  9900012, 9900014, 9900016,
17  39, 12, 13, 14, 16
18  )
19  )

Definition at line 17 of file GenMETParticles_cff.py.

tuple GenMETParticles_cff.genMETParticles = cms.Sequence(genCandidatesForMET+genParticlesForMETAllVisible)

Definition at line 56 of file GenMETParticles_cff.py.

tuple GenMETParticles_cff.genParticlesForMETAllVisible
Initial value:
1 = cms.EDProducer(
2  "InputGenJetsParticleSelector",
3  src = cms.InputTag("genParticles"),
4  partonicFinalState = cms.bool(False),
5  excludeResonances = cms.bool(False),
6  excludeFromResonancePids = cms.vuint32(),
7  tausAsJets = cms.bool(False),
8 
9  ignoreParticleIDs = cms.vuint32(
10  1000022,
11  1000012, 1000014, 1000016,
12  2000012, 2000014, 2000016,
13  1000039, 5100039,
14  4000012, 4000014, 4000016,
15  9900012, 9900014, 9900016,
16  39, 12, 14, 16
17  )
18  )

Definition at line 37 of file GenMETParticles_cff.py.