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
 
 getJetMCFlavour
 
 idmod
 
 jetCorrections
 
 jetSource
 
 l1CustomReco
 
 labelName
 Custom Jet reco ####. More...
 
 muons
 Custom Met Filter reco. More...
 
 pfCandidates
 
 PFCandidates
 
 rParam
 

Function Documentation

◆ getJECFromSQLite()

def customiseL1CustomReco.getJECFromSQLite (   process)

Definition at line 88 of file customiseL1CustomReco.py.

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

◆ 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.

◆ getJetMCFlavour

customiseL1CustomReco.getJetMCFlavour

Definition at line 30 of file customiseL1CustomReco.py.

◆ idmod

customiseL1CustomReco.idmod

Definition at line 66 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 72 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.

◆ rParam

customiseL1CustomReco.rParam

Definition at line 29 of file customiseL1CustomReco.py.