CMS 3D CMS Logo

Functions | Variables
customiseL1CustomReco Namespace Reference

Functions

def getJECFromSQLite (process)
 
def L1NtupleCustomReco (process)
 

Variables

 algo
 
 dataFormat
 Custom E/Gamma reco ####. More...
 
 egmGsfElectronIDSequence
 
 egmPhotonIDSequence
 
 getJetMCFlavour
 
 idmod
 
 idmod_photon
 
 jetCorrections
 
 jetSource
 
 l1CustomReco
 
 labelName
 Custom Jet reco ####. More...
 
 muons
 Custom Met Filter reco. More...
 
 pfCandidates
 
 PFCandidates
 
 physicsObjectSrc
 
 rParam
 
 src
 

Function Documentation

◆ getJECFromSQLite()

def customiseL1CustomReco.getJECFromSQLite (   process)

Definition at line 95 of file customiseL1CustomReco.py.

95 def getJECFromSQLite(process):
96 
97  process.load("CondCore.CondDB.CondDB_cfi")
98 
99  process.jec = cms.ESSource(
100  "PoolDBESSource",
101  DBParameters = cms.PSet(
102  messageLevel = cms.untracked.int32(0)
103  ),
104  timetype = cms.string('runnumber'),
105  toGet = cms.VPSet(
106  cms.PSet(
107  record = cms.string('JetCorrectionsRecord'),
108  # for data
109  tag = cms.string('JetCorrectorParametersCollection_Summer15_25nsV6_DATA_AK4PFchs'),
110  # for MC
111  #tag = cms.string('JetCorrectorParametersCollection_Fall15_25nsV2_MC_AK4PFchs'),
112  label = cms.untracked.string('AK4PFCHS')
113  ),
114  ),
115  connect = cms.string('sqlite:Summer15_25nsV6_DATA.db')
116  # uncomment above tag lines and this comment to use MC JEC
117  # connect = cms.string('sqlite:Fall15_25nsV2_MC.db')
118  )
119 
120  process.es_prefer_jec = cms.ESPrefer('PoolDBESSource','jec')
121 
122  return process
123 

◆ L1NtupleCustomReco()

def customiseL1CustomReco.L1NtupleCustomReco (   process)

Definition at line 10 of file customiseL1CustomReco.py.

Referenced by customiseL1Ntuple.L1NtupleAOD(), and customiseL1Ntuple.L1NtupleAODCalo().

10 def L1NtupleCustomReco(process):
11 
12 

Variable Documentation

◆ algo

customiseL1CustomReco.algo

Definition at line 29 of file customiseL1CustomReco.py.

◆ dataFormat

customiseL1CustomReco.dataFormat

Custom E/Gamma reco ####.

Definition at line 61 of file customiseL1CustomReco.py.

◆ egmGsfElectronIDSequence

customiseL1CustomReco.egmGsfElectronIDSequence

Definition at line 64 of file customiseL1CustomReco.py.

◆ egmPhotonIDSequence

customiseL1CustomReco.egmPhotonIDSequence

Definition at line 74 of file customiseL1CustomReco.py.

◆ getJetMCFlavour

customiseL1CustomReco.getJetMCFlavour

Definition at line 30 of file customiseL1CustomReco.py.

◆ idmod

customiseL1CustomReco.idmod

Definition at line 66 of file customiseL1CustomReco.py.

◆ idmod_photon

customiseL1CustomReco.idmod_photon

Definition at line 75 of file customiseL1CustomReco.py.

◆ jetCorrections

customiseL1CustomReco.jetCorrections

Definition at line 27 of file customiseL1CustomReco.py.

◆ jetSource

customiseL1CustomReco.jetSource

Definition at line 26 of file customiseL1CustomReco.py.

◆ l1CustomReco

customiseL1CustomReco.l1CustomReco

Definition at line 78 of file customiseL1CustomReco.py.

◆ labelName

◆ muons

customiseL1CustomReco.muons

Custom Met Filter reco.

Definition at line 48 of file customiseL1CustomReco.py.

◆ pfCandidates

customiseL1CustomReco.pfCandidates

Definition at line 28 of file customiseL1CustomReco.py.

◆ PFCandidates

customiseL1CustomReco.PFCandidates

Definition at line 49 of file customiseL1CustomReco.py.

◆ physicsObjectSrc

customiseL1CustomReco.physicsObjectSrc

Definition at line 72 of file customiseL1CustomReco.py.

◆ rParam

customiseL1CustomReco.rParam

Definition at line 29 of file customiseL1CustomReco.py.

◆ src

customiseL1CustomReco.src

Definition at line 73 of file customiseL1CustomReco.py.