CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CATopJetTagger_cfi.py
Go to the documentation of this file.
2 
3 # Cambridge-Aachen top jet tagger parameters
4 # $Id
5 CATopCaloJetTagInfos = cms.EDProducer("CATopJetTagger",
6  src = cms.InputTag("caTopCaloJets"),
7  TopMass = cms.double(171),
8  WMass = cms.double(80.4),
9  verbose = cms.bool(False)
10  )
11 
12 
13 CATopPFJetTagInfos = cms.EDProducer("CATopJetTagger",
14  src = cms.InputTag("caTopPFJets"),
15  TopMass = cms.double(171),
16  WMass = cms.double(80.4),
17  verbose = cms.bool(False)
18  )