CMS 3D CMS Logo

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

Variables

tuple genMetTrue
 
tuple genMetTrueSequence
 
tuple genParticlesForMETAllVisible
 

Variable Documentation

tuple genMetTrue_cff.genMetTrue
Initial value:
1 = cms.EDProducer("METProducer",
2  src = cms.InputTag("genParticlesForMETAllVisible"), ## Input product label
3 
4  METType = cms.string('GenMET'), ## Output MET type
5 
6  alias = cms.string('GenMETAllVisible'), ## Alias for FWLite
7 
8  noHF = cms.bool(False), ## do not exclude HF
9 
10  globalThreshold = cms.double(0.0), ## Global Threshold for input objects
11 
12  InputType = cms.string('CandidateCollection') ## Input product type
13 
14 )

Definition at line 21 of file genMetTrue_cff.py.

Referenced by METTester.analyze().

tuple genMetTrue_cff.genMetTrueSequence
Initial value:
1 = cms.Sequence(
2  genParticlesForMETAllVisible *
3  genMetTrue
4  )

Definition at line 36 of file genMetTrue_cff.py.

tuple genMetTrue_cff.genParticlesForMETAllVisible
Initial value:
1 = cms.EDFilter(
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, 2000012, 2000014,
11  2000016, 1000039, 5000039,
12  4000012, 9900012, 9900014,
13  9900016, 39, 12, 14, 16
14  )
15  )

Definition at line 5 of file genMetTrue_cff.py.