CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
python.TCMET_cfi Namespace Reference

Variables

tuple tcMetAnalyzer
 

Variable Documentation

tuple python.TCMET_cfi.tcMetAnalyzer
Initial value:
1 = cms.EDAnalyzer(
2  "METTester",
3  InputMETLabel = cms.InputTag("tcMet"),
4  InputCaloMETLabel = cms.InputTag("met"),
5  InputTrackLabel = cms.InputTag("generalTracks"),
6  InputMuonLabel = cms.InputTag("muons"),
7  InputElectronLabel = cms.InputTag("gsfElectrons"),
8  InputBeamSpotLabel = cms.InputTag("offlineBeamSpot"),
9  METType = cms.untracked.string('TCMET'),
10  FineBinning = cms.untracked.bool(True),
11  FolderName = cms.untracked.string("RecoMETV/MET_Global/"),
12  minhits = cms.int32(6),
13  maxd0 = cms.double(0.1),
14  maxchi2 = cms.double(5),
15  maxeta = cms.double(2.65),
16  maxpt = cms.double(100.),
17  maxPtErr = cms.double(0.2),
18  trkQuality = cms.vint32(2),
19  trkAlgos = cms.vint32()
20  )

Definition at line 9 of file TCMET_cfi.py.