CMS 3D CMS Logo

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

Variables

tuple corrCaloMetType1
 
tuple corrCaloMetType2
 ____________________________________________________________________________|| More...
 
tuple correctionTermsCaloMet
 ____________________________________________________________________________|| More...
 
tuple muCaloMetCorr
 ____________________________________________________________________________|| More...
 

Variable Documentation

tuple correctionTermsCaloMet_cff.corrCaloMetType1
Initial value:
1 = cms.EDProducer(
2  "CaloJetMETcorrInputProducer",
3  src = cms.InputTag('ak4CaloJets'),
4  jetCorrLabel = cms.InputTag("ak4CaloL2L3Corrector"), # NOTE: use "ak4CaloL2L3Corrector" for MC / "ak4CaloL2L3ResidualCorrector" for Data
5  jetCorrEtaMax = cms.double(9.9),
6  type1JetPtThreshold = cms.double(20.0),
7  skipEM = cms.bool(True),
8  skipEMfractionThreshold = cms.double(0.90),
9  srcMET = cms.InputTag('caloMetM')
10 )

Definition at line 6 of file correctionTermsCaloMet_cff.py.

tuple correctionTermsCaloMet_cff.corrCaloMetType2
Initial value:
1 = cms.EDProducer(
2  "Type2CorrectionProducer",
3  srcUnclEnergySums = cms.VInputTag(
4  cms.InputTag('corrCaloMetType1', 'type2'),
5  cms.InputTag('muCaloMetCorr') # NOTE: use this for 'caloMetM', do **not** use it for 'met' !!
6  ),
7  type2CorrFormula = cms.string("A + B*TMath::Exp(-C*x)"),
8  type2CorrParameter = cms.PSet(
9  A = cms.double(2.0),
10  B = cms.double(1.3),
11  C = cms.double(0.1)
12  )
13  )

____________________________________________________________________________||

Definition at line 24 of file correctionTermsCaloMet_cff.py.

tuple correctionTermsCaloMet_cff.correctionTermsCaloMet
Initial value:
1 = cms.Sequence(
2  ak4CaloL2L3CorrectorChain + # NOTE: use "ak4CaloL2L3CorrectorChain" for MC / "ak4CaloL2L3ResidualCorrectorChain" for Data
3  corrCaloMetType1 +
4  muCaloMetCorr +
5  corrCaloMetType2
6  )

____________________________________________________________________________||

Definition at line 39 of file correctionTermsCaloMet_cff.py.

tuple correctionTermsCaloMet_cff.muCaloMetCorr
Initial value:
1 = cms.EDProducer("MuonMETcorrInputProducer",
2  src = cms.InputTag('muons'),
3  srcMuonCorrections = cms.InputTag('muonMETValueMapProducer', 'muCorrData')
4 )

____________________________________________________________________________||

Definition at line 18 of file correctionTermsCaloMet_cff.py.