CMS 3D CMS Logo

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

Variables

tuple genMetCalo
 

Variable Documentation

tuple genMetCalo_cfi.genMetCalo
Initial value:
1 = cms.EDProducer("METProducer",
2  src = cms.InputTag("genCandidatesForMET"), ## Input product label
3 
4  METType = cms.string('GenMET'), ## Output MET type
5 
6  alias = cms.string('GenMETCalo'), ## Alias for FWLite
7 
8  onlyFiducialParticles = cms.bool(True), ## Use Only Fiducial Gen Particles
9 
10  globalThreshold = cms.double(0.0), ## Global Threshold for input objects
11 
12  usePt = cms.untracked.bool(True), ## using Pt instead Et
13 
14  InputType = cms.string('CandidateCollection') ## Input product type
15 
16 )

Definition at line 8 of file genMetCalo_cfi.py.

Referenced by METTester.analyze().