CMS 3D CMS Logo

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

Variables

tuple solutions
 

Variable Documentation

tuple StEvtSolProducer_cfi.solutions
Initial value:
1 = cms.EDProducer("StEvtSolutionMaker",
2  metSource = cms.InputTag("patMETs"),
3  muonSource = cms.InputTag("selectedPatMuons"),
4  electronSource = cms.InputTag("selectedPatElectrons"),
5  jetSource = cms.InputTag("selectedPatJets"),
6 
7  ## lepton flavor
8  leptonFlavour = cms.string('muon'),
9 
10  ## choose jet correction scheme
11  jetCorrectionScheme = cms.int32(0),
12 
13  ## match to gen event?
14  matchToGenEvt = cms.bool(False),
15 
16  ## configuration of kinemtaic fit
17  doKinFit = cms.bool(True),
18  maxNrIter = cms.int32(200),
19  maxDeltaS = cms.double(5e-05),
20  maxF = cms.double(0.0001),
21  constraints = cms.vint32(1, 2),
22  jetParametrisation = cms.int32(0),
23  metParametrisation = cms.int32(0),
24  lepParametrisation = cms.int32(0),
25 
26  ## configuration of private LH ratio method
27  addLRJetComb = cms.bool(False),
28  lrJetCombFile = cms.string('TopQuarkAnalysis/TopJetCombination/data/to_be_added.root')
29 )

Definition at line 7 of file StEvtSolProducer_cfi.py.

Referenced by HelixExtrapolatorToLine2Order.pathLengthFromCoefficients().