CMS 3D CMS Logo

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

Variables

tuple ak4PFJetSequenceForPFNoPUMEt = cms.Sequence(calibratedAK4PFJetsForPFNoPUMEt)
 
tuple calibratedAK4PFJetsForPFNoPUMEt
 
tuple jvfJetIdForPFNoPUMEt
 
tuple pfCandidateToVertexAssociationForPFNoPUMEt
 
tuple pfMETcorrType0ForPFNoPUMEt
 
tuple pfNoPUMEt
 
tuple pfNoPUMEtData
 
tuple pfNoPUMEtSequence = cms.Sequence()
 
tuple puJetIdForPFNoPUMEt
 

Variable Documentation

tuple pfNoPUMET_cff.ak4PFJetSequenceForPFNoPUMEt = cms.Sequence(calibratedAK4PFJetsForPFNoPUMEt)

Definition at line 10 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.calibratedAK4PFJetsForPFNoPUMEt
Initial value:
1 = cms.EDProducer('PFJetCorrectionProducer',
2  src = cms.InputTag('ak4PFJets'),
3  correctors = cms.vstring('ak4PFL1FastL2L3') # NOTE: use "ak4PFL1FastL2L3" for MC / "ak4PFL1FastL2L3Residual" for Data
4 )

Definition at line 6 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.jvfJetIdForPFNoPUMEt
Initial value:
1 = cms.EDProducer("JVFJetIdProducer",
2  srcJets = cms.InputTag('calibratedAK4PFJetsForPFNoPUMEt'),
3  srcPFCandidates = cms.InputTag('particleFlow'),
4  srcPFCandToVertexAssociations = cms.InputTag('pfCandidateToVertexAssociationForPFNoPUMEt'),
5  srcHardScatterVertex = cms.InputTag('selectedPrimaryVertexHighestPtTrackSumForPFMEtCorrType0'),
6  minTrackPt = cms.double(1.),
7  dZcut = cms.double(0.2), # cm
8  JVFcut = cms.double(0.75),
9  neutralJetOption = cms.string("noPU")
10 )

Definition at line 43 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.pfCandidateToVertexAssociationForPFNoPUMEt
Initial value:
1 = pfCandidateToVertexAssociation.clone(
2  MaxNumberOfAssociations = cms.int32(1),
3  doReassociation = cms.bool(False),
4  FinalAssociation = cms.untracked.int32(1),
5  nTrackWeight = cms.double(0.)
6 )

Definition at line 31 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.pfMETcorrType0ForPFNoPUMEt
Initial value:
1 = pfMETcorrType0.clone(
2  srcPFCandidateToVertexAssociations = cms.InputTag('pfCandidateToVertexAssociationForPFNoPUMEt')
3 )

Definition at line 38 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.pfNoPUMEt
Initial value:
1 = cms.EDProducer("NoPileUpPFMEtProducer",
2  srcMEt = cms.InputTag('pfMet'),
3  srcMEtCov = cms.InputTag(''), # NOTE: leave empty to take MET covariance matrix from reco::PFMET object //MM 08/29/14, bypass hardcoded as this variable has never been used so far
4  srcPUSubMETDataJet = cms.InputTag('pfNoPUMEtData','jetInfos'),
5  srcPUSubMETDataPFCands = cms.InputTag('pfNoPUMEtData','pfCandInfos'),
6  srcLeptons = cms.VInputTag(), # NOTE: you need to set this to collections of electrons, muons and tau-jets
7  # passing the lepton reconstruction & identification criteria applied in your analysis
8  srcPUSubMETDataJetLeptonMatch = cms.InputTag('pfNoPUMEtData','jetInfos'),
9  srcPUSubMETDataPFCandsLeptonMatch = cms.InputTag('pfNoPUMEtData','pfCandInfos'),
10  srcType0Correction = cms.InputTag('pfMETcorrType0ForPFNoPUMEt'),
11  sfNoPUjets = cms.double(1.0),
12  sfNoPUjetOffsetEnCorr = cms.double(0.0),
13  sfPUjets = cms.double(1.0),
14  sfNoPUunclChargedCands = cms.double(1.0),
15  sfPUunclChargedCands = cms.double(1.0),
16  sfUnclNeutralCands = cms.double(0.6),
17  sfType0Correction = cms.double(1.0),
18  sfLeptonIsoCones = cms.double(0.6),
19  resolution = met_config.METSignificance_params,
20  sfMEtCovMin = cms.double(0.6),
21  sfMEtCovMax = cms.double(1.0),
22  saveInputs = cms.bool(True),
23  verbosity = cms.int32(0)
24 )

Definition at line 75 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.pfNoPUMEtData
Initial value:
1 = cms.EDProducer("NoPileUpPFMEtDataProducer",
2  srcJets = cms.InputTag('calibratedAK4PFJetsForPFNoPUMEt'),
3  srcJetIds = cms.InputTag('puJetIdForPFNoPUMEt', 'full53xId'),
4  #srcJetIds = cms.InputTag('jvcJetIdForPFNoPUMEt', 'Id'),
5  minJetPt = cms.double(30.0),
6  jetIdSelection = cms.string('loose'),
7  jetEnOffsetCorrLabel = cms.string("ak4PFL1Fastjet"),
8  srcPFCandidates = cms.InputTag('particleFlow'),
9  srcPFCandToVertexAssociations = cms.InputTag('pfCandidateToVertexAssociationForPFNoPUMEt'),
10  srcJetsForMEtCov = cms.InputTag('ak4PFJets'),
11  minJetPtForMEtCov = cms.double(10.),
12  # minJetPtForMEtCov = cms.double(8.), # FOR TESTING ONLY !!
13  srcHardScatterVertex = cms.InputTag('selectedPrimaryVertexHighestPtTrackSumForPFMEtCorrType0'),
14  dZcut = cms.double(0.2), # cm
15  resolution = met_config.METSignificance_params,
16  verbosity = cms.int32(0)
17 )

Definition at line 56 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.pfNoPUMEtSequence = cms.Sequence()

Definition at line 3 of file pfNoPUMET_cff.py.

tuple pfNoPUMET_cff.puJetIdForPFNoPUMEt
Initial value:
1 = pileupJetId.clone(
2  algos = cms.VPSet(
3  full_53x,
4  cutbased,
5  PhilV1
6  ),
7 # label = cms.string("fullId"), #MM does not work for weird reasons, cannot be cloned properly
8  produceJetIds = cms.bool(True),
9  runMvas = cms.bool(True),
10  jets = cms.InputTag("calibratedAK4PFJetsForPFNoPUMEt"),
11  applyJec = cms.bool(False),
12  inputIsCorrected = cms.bool(True),
13  )

Definition at line 14 of file pfNoPUMET_cff.py.