CMS 3D CMS Logo

Functions | Variables
jetsAK4_Puppi_cff Namespace Reference

Functions

def nanoAOD_addDeepInfoAK4 (process, addParticleNet, addRobustParTAK4=False)
 

Variables

 addBTagInfo
 
 area
 
 basicJetsPuppiForMetForT1METNano
 DeepInfoAK4:End. More...
 
 btagCSVV2
 
 btagDeepB
 
 btagDeepCvB
 
 btagDeepCvL
 
 btagDeepFlavB
 
 btagDeepFlavCvB
 
 btagDeepFlavCvL
 
 btagDeepFlavQG
 
 btagPNetB
 
 btagPNetCvB
 
 btagPNetCvL
 
 btagPNetQvG
 
 btagPNetTauVJet
 
 btagRobustParTAK4B
 
 btagRobustParTAK4CvB
 
 btagRobustParTAK4CvL
 
 btagRobustParTAK4QG
 
 calcMuonSubtrRawPtAsValueMap
 
 chEmEF
 
 chHEF
 
 chMultiplicity
 
 corrT1METJetPuppiTable
 
 cut
 
 doc
 
 electronIdx1
 
 electronIdx2
 
 EmEF
 
 eta
 
 externalVariables
 
 filterParams
 
 finalJetsPuppi
 
 float
 
 hfadjacentEtaStripsSize
 
 hfcentralEtaStripSize
 
 hfEmEF
 
 hfHEF
 
 hfJetPuppiShowerShapeforNanoAOD
 
 hfsigmaEtaEta
 
 hfsigmaPhiPhi
 
 int
 
 jetCorrEtaMax
 
 jetCorrFactorsSource
 
 jetCorrLabel
 
 jetCorrLabelRes
 
 jetId
 
 jetPuppiCorrFactorsNano
 
 jetPuppiForMETTask
 
 jetPuppiTable
 Tables for final output and docs ##########################. More...
 
 jetPuppiTablesTask
 
 jetPuppiTask
 
 jetPuppiUserDataTask
 
 jets
 
 jetSource
 
 levels
 
 muEF
 
 muonIdx1
 
 muonIdx2
 
 muonSubtrFactor
 
 muonSubtrRawPt
 
 name
 
 nanoAOD_addDeepInfoAK4_switch
 
 nanoAOD_addParticleNet_switch
 
 nanoAOD_addRobustParTAK4Tag_switch
 
 nConstituents
 
 neEmEF
 
 neHEF
 
 nElectrons
 
 neMultiplicity
 
 nMuons
 
 nSVs
 
 offsetCorrLabel
 
 payload
 
 phi
 
 PNetRegPtRawCorr
 
 PNetRegPtRawCorrNeutrino
 
 PNetRegPtRawRes
 
 precision
 
 primaryVertices
 
 quality
 
 rawFactor
 
 rawPt
 
 skipEM
 
 skipEMfractionThreshold
 
 skipMuons
 
 skipMuonSelection
 
 src
 
 svIdx1
 
 svIdx2
 
 tightId
 
 tightIdLepVeto
 
 tightJetPuppiId
 
 tightJetPuppiIdLepVeto
 
 type1JetPtThreshold
 
 updatedJetsPuppi
 
 updatedJetsPuppiWithUserData
 
 userFloats
 
 userInts
 
 variables
 
 version
 
 vertices
 

Function Documentation

◆ nanoAOD_addDeepInfoAK4()

def jetsAK4_Puppi_cff.nanoAOD_addDeepInfoAK4 (   process,
  addParticleNet,
  addRobustParTAK4 = False 
)

Definition at line 171 of file jetsAK4_Puppi_cff.py.

References join(), and print().

Referenced by nano_cff.nanoAOD_customizeCommon().

171 def nanoAOD_addDeepInfoAK4(process,addParticleNet,addRobustParTAK4=False):
172  _btagDiscriminators=[]
173  if addParticleNet:
174  print("Updating process to run ParticleNetAK4")
175  from RecoBTag.ONNXRuntime.pfParticleNetFromMiniAODAK4_cff import _pfParticleNetFromMiniAODAK4PuppiCentralJetTagsAll as pfParticleNetFromMiniAODAK4PuppiCentralJetTagsAll
176  from RecoBTag.ONNXRuntime.pfParticleNetFromMiniAODAK4_cff import _pfParticleNetFromMiniAODAK4PuppiForwardJetTagsAll as pfParticleNetFromMiniAODAK4PuppiForwardJetTagsAll
177  _btagDiscriminators += pfParticleNetFromMiniAODAK4PuppiCentralJetTagsAll
178  _btagDiscriminators += pfParticleNetFromMiniAODAK4PuppiForwardJetTagsAll
179  if addRobustParTAK4:
180  print("Updating process to run RobustParTAK4")
181  from RecoBTag.ONNXRuntime.pfParticleTransformerAK4_cff import _pfParticleTransformerAK4JetTagsAll as pfParticleTransformerAK4JetTagsAll
182  _btagDiscriminators += pfParticleTransformerAK4JetTagsAll
183  if len(_btagDiscriminators)==0: return process
184  print("Will recalculate the following discriminators: "+", ".join(_btagDiscriminators))
185  updateJetCollection(
186  process,
187  jetSource = cms.InputTag('slimmedJetsPuppi'),
188  jetCorrections = ('AK4PFPuppi', cms.vstring(['L2Relative', 'L3Absolute']), 'None'),
189  btagDiscriminators = _btagDiscriminators,
190  postfix = 'PuppiWithDeepInfo',
191  )
192  process.load("Configuration.StandardSequences.MagneticField_cff")
193  process.jetPuppiCorrFactorsNano.src = "selectedUpdatedPatJetsPuppiWithDeepInfo"
194  process.updatedJetsPuppi.jetSource = "selectedUpdatedPatJetsPuppiWithDeepInfo"
195  return process
196 
def nanoAOD_addDeepInfoAK4(process, addParticleNet, addRobustParTAK4=False)
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47
static std::string join(char **cmd)
Definition: RemoteFile.cc:19

Variable Documentation

◆ addBTagInfo

jetsAK4_Puppi_cff.addBTagInfo

Definition at line 24 of file jetsAK4_Puppi_cff.py.

◆ area

jetsAK4_Puppi_cff.area

Definition at line 92 of file jetsAK4_Puppi_cff.py.

◆ basicJetsPuppiForMetForT1METNano

jetsAK4_Puppi_cff.basicJetsPuppiForMetForT1METNano

DeepInfoAK4:End.

JETS FOR MET type1

Definition at line 209 of file jetsAK4_Puppi_cff.py.

◆ btagCSVV2

jetsAK4_Puppi_cff.btagCSVV2

Definition at line 139 of file jetsAK4_Puppi_cff.py.

◆ btagDeepB

jetsAK4_Puppi_cff.btagDeepB

Definition at line 140 of file jetsAK4_Puppi_cff.py.

◆ btagDeepCvB

jetsAK4_Puppi_cff.btagDeepCvB

Definition at line 142 of file jetsAK4_Puppi_cff.py.

◆ btagDeepCvL

jetsAK4_Puppi_cff.btagDeepCvL

Definition at line 141 of file jetsAK4_Puppi_cff.py.

◆ btagDeepFlavB

jetsAK4_Puppi_cff.btagDeepFlavB

Definition at line 102 of file jetsAK4_Puppi_cff.py.

◆ btagDeepFlavCvB

jetsAK4_Puppi_cff.btagDeepFlavCvB

Definition at line 105 of file jetsAK4_Puppi_cff.py.

◆ btagDeepFlavCvL

jetsAK4_Puppi_cff.btagDeepFlavCvL

Definition at line 104 of file jetsAK4_Puppi_cff.py.

◆ btagDeepFlavQG

jetsAK4_Puppi_cff.btagDeepFlavQG

Definition at line 106 of file jetsAK4_Puppi_cff.py.

◆ btagPNetB

jetsAK4_Puppi_cff.btagPNetB

Definition at line 110 of file jetsAK4_Puppi_cff.py.

◆ btagPNetCvB

jetsAK4_Puppi_cff.btagPNetCvB

Definition at line 112 of file jetsAK4_Puppi_cff.py.

◆ btagPNetCvL

jetsAK4_Puppi_cff.btagPNetCvL

Definition at line 111 of file jetsAK4_Puppi_cff.py.

◆ btagPNetQvG

jetsAK4_Puppi_cff.btagPNetQvG

Definition at line 113 of file jetsAK4_Puppi_cff.py.

◆ btagPNetTauVJet

jetsAK4_Puppi_cff.btagPNetTauVJet

Definition at line 114 of file jetsAK4_Puppi_cff.py.

◆ btagRobustParTAK4B

jetsAK4_Puppi_cff.btagRobustParTAK4B

Definition at line 103 of file jetsAK4_Puppi_cff.py.

◆ btagRobustParTAK4CvB

jetsAK4_Puppi_cff.btagRobustParTAK4CvB

Definition at line 108 of file jetsAK4_Puppi_cff.py.

◆ btagRobustParTAK4CvL

jetsAK4_Puppi_cff.btagRobustParTAK4CvL

Definition at line 107 of file jetsAK4_Puppi_cff.py.

◆ btagRobustParTAK4QG

jetsAK4_Puppi_cff.btagRobustParTAK4QG

Definition at line 109 of file jetsAK4_Puppi_cff.py.

◆ calcMuonSubtrRawPtAsValueMap

jetsAK4_Puppi_cff.calcMuonSubtrRawPtAsValueMap

Definition at line 220 of file jetsAK4_Puppi_cff.py.

◆ chEmEF

jetsAK4_Puppi_cff.chEmEF

Definition at line 129 of file jetsAK4_Puppi_cff.py.

◆ chHEF

jetsAK4_Puppi_cff.chHEF

Definition at line 127 of file jetsAK4_Puppi_cff.py.

◆ chMultiplicity

jetsAK4_Puppi_cff.chMultiplicity

Definition at line 124 of file jetsAK4_Puppi_cff.py.

◆ corrT1METJetPuppiTable

jetsAK4_Puppi_cff.corrT1METJetPuppiTable

Definition at line 225 of file jetsAK4_Puppi_cff.py.

◆ cut

jetsAK4_Puppi_cff.cut

Definition at line 82 of file jetsAK4_Puppi_cff.py.

◆ doc

jetsAK4_Puppi_cff.doc

Definition at line 89 of file jetsAK4_Puppi_cff.py.

◆ electronIdx1

jetsAK4_Puppi_cff.electronIdx1

Definition at line 96 of file jetsAK4_Puppi_cff.py.

◆ electronIdx2

jetsAK4_Puppi_cff.electronIdx2

Definition at line 97 of file jetsAK4_Puppi_cff.py.

◆ EmEF

jetsAK4_Puppi_cff.EmEF

Definition at line 235 of file jetsAK4_Puppi_cff.py.

◆ eta

jetsAK4_Puppi_cff.eta

Definition at line 232 of file jetsAK4_Puppi_cff.py.

◆ externalVariables

jetsAK4_Puppi_cff.externalVariables

Definition at line 90 of file jetsAK4_Puppi_cff.py.

◆ filterParams

jetsAK4_Puppi_cff.filterParams

Definition at line 30 of file jetsAK4_Puppi_cff.py.

◆ finalJetsPuppi

jetsAK4_Puppi_cff.finalJetsPuppi

Definition at line 80 of file jetsAK4_Puppi_cff.py.

◆ float

jetsAK4_Puppi_cff.float

Definition at line 92 of file jetsAK4_Puppi_cff.py.

◆ hfadjacentEtaStripsSize

jetsAK4_Puppi_cff.hfadjacentEtaStripsSize

Definition at line 76 of file jetsAK4_Puppi_cff.py.

◆ hfcentralEtaStripSize

jetsAK4_Puppi_cff.hfcentralEtaStripSize

Definition at line 75 of file jetsAK4_Puppi_cff.py.

◆ hfEmEF

jetsAK4_Puppi_cff.hfEmEF

Definition at line 132 of file jetsAK4_Puppi_cff.py.

◆ hfHEF

jetsAK4_Puppi_cff.hfHEF

Definition at line 131 of file jetsAK4_Puppi_cff.py.

◆ hfJetPuppiShowerShapeforNanoAOD

jetsAK4_Puppi_cff.hfJetPuppiShowerShapeforNanoAOD

Definition at line 64 of file jetsAK4_Puppi_cff.py.

◆ hfsigmaEtaEta

jetsAK4_Puppi_cff.hfsigmaEtaEta

Definition at line 69 of file jetsAK4_Puppi_cff.py.

◆ hfsigmaPhiPhi

jetsAK4_Puppi_cff.hfsigmaPhiPhi

Definition at line 70 of file jetsAK4_Puppi_cff.py.

◆ int

jetsAK4_Puppi_cff.int

Definition at line 121 of file jetsAK4_Puppi_cff.py.

◆ jetCorrEtaMax

jetsAK4_Puppi_cff.jetCorrEtaMax

Definition at line 211 of file jetsAK4_Puppi_cff.py.

◆ jetCorrFactorsSource

jetsAK4_Puppi_cff.jetCorrFactorsSource

Definition at line 26 of file jetsAK4_Puppi_cff.py.

◆ jetCorrLabel

jetsAK4_Puppi_cff.jetCorrLabel

Definition at line 212 of file jetsAK4_Puppi_cff.py.

◆ jetCorrLabelRes

jetsAK4_Puppi_cff.jetCorrLabelRes

Definition at line 213 of file jetsAK4_Puppi_cff.py.

◆ jetId

jetsAK4_Puppi_cff.jetId

Definition at line 118 of file jetsAK4_Puppi_cff.py.

◆ jetPuppiCorrFactorsNano

jetsAK4_Puppi_cff.jetPuppiCorrFactorsNano

Definition at line 12 of file jetsAK4_Puppi_cff.py.

◆ jetPuppiForMETTask

jetsAK4_Puppi_cff.jetPuppiForMETTask

Definition at line 242 of file jetsAK4_Puppi_cff.py.

◆ jetPuppiTable

jetsAK4_Puppi_cff.jetPuppiTable

Tables for final output and docs ##########################.

Definition at line 86 of file jetsAK4_Puppi_cff.py.

◆ jetPuppiTablesTask

jetsAK4_Puppi_cff.jetPuppiTablesTask

Definition at line 251 of file jetsAK4_Puppi_cff.py.

◆ jetPuppiTask

jetsAK4_Puppi_cff.jetPuppiTask

Definition at line 248 of file jetsAK4_Puppi_cff.py.

◆ jetPuppiUserDataTask

jetsAK4_Puppi_cff.jetPuppiUserDataTask

Definition at line 245 of file jetsAK4_Puppi_cff.py.

◆ jets

jetsAK4_Puppi_cff.jets

Definition at line 64 of file jetsAK4_Puppi_cff.py.

◆ jetSource

jetsAK4_Puppi_cff.jetSource

Definition at line 25 of file jetsAK4_Puppi_cff.py.

◆ levels

jetsAK4_Puppi_cff.levels

Definition at line 13 of file jetsAK4_Puppi_cff.py.

◆ muEF

jetsAK4_Puppi_cff.muEF

Definition at line 133 of file jetsAK4_Puppi_cff.py.

◆ muonIdx1

jetsAK4_Puppi_cff.muonIdx1

Definition at line 94 of file jetsAK4_Puppi_cff.py.

◆ muonIdx2

jetsAK4_Puppi_cff.muonIdx2

Definition at line 95 of file jetsAK4_Puppi_cff.py.

◆ muonSubtrFactor

jetsAK4_Puppi_cff.muonSubtrFactor

Definition at line 239 of file jetsAK4_Puppi_cff.py.

◆ muonSubtrRawPt

jetsAK4_Puppi_cff.muonSubtrRawPt

Definition at line 223 of file jetsAK4_Puppi_cff.py.

◆ name

jetsAK4_Puppi_cff.name

Definition at line 88 of file jetsAK4_Puppi_cff.py.

◆ nanoAOD_addDeepInfoAK4_switch

jetsAK4_Puppi_cff.nanoAOD_addDeepInfoAK4_switch

Definition at line 197 of file jetsAK4_Puppi_cff.py.

◆ nanoAOD_addParticleNet_switch

jetsAK4_Puppi_cff.nanoAOD_addParticleNet_switch

Definition at line 198 of file jetsAK4_Puppi_cff.py.

◆ nanoAOD_addRobustParTAK4Tag_switch

jetsAK4_Puppi_cff.nanoAOD_addRobustParTAK4Tag_switch

Definition at line 199 of file jetsAK4_Puppi_cff.py.

◆ nConstituents

jetsAK4_Puppi_cff.nConstituents

Definition at line 123 of file jetsAK4_Puppi_cff.py.

◆ neEmEF

jetsAK4_Puppi_cff.neEmEF

Definition at line 130 of file jetsAK4_Puppi_cff.py.

◆ neHEF

jetsAK4_Puppi_cff.neHEF

Definition at line 128 of file jetsAK4_Puppi_cff.py.

◆ nElectrons

jetsAK4_Puppi_cff.nElectrons

Definition at line 98 of file jetsAK4_Puppi_cff.py.

◆ neMultiplicity

jetsAK4_Puppi_cff.neMultiplicity

Definition at line 125 of file jetsAK4_Puppi_cff.py.

◆ nMuons

jetsAK4_Puppi_cff.nMuons

Definition at line 93 of file jetsAK4_Puppi_cff.py.

◆ nSVs

jetsAK4_Puppi_cff.nSVs

Definition at line 101 of file jetsAK4_Puppi_cff.py.

◆ offsetCorrLabel

jetsAK4_Puppi_cff.offsetCorrLabel

Definition at line 214 of file jetsAK4_Puppi_cff.py.

◆ payload

jetsAK4_Puppi_cff.payload

Definition at line 17 of file jetsAK4_Puppi_cff.py.

Referenced by LHCInfoPerFillPopConSourceHandler.addPayloadToBuffer(), SiStripDetVOffHandler.analyze(), SiPhase2BadStripChannelReader.analyze(), SiStripDetVOffTkMapPlotter.analyze(), SiStripDetVOffPrinter.analyze(), L1TMP7ZeroSupp.analyze(), SiStripDetVOffTrendPlotter.analyze(), BeamSpotRcdPrinter.analyze(), FastSiPixelFEDChannelContainerFromQuality.analyze(), SiPixelQualityPlotter.analyze(), cond::service::PoolDBOutputService.appendOneIOV(), JetCorrectorDBWriter.beginJob(), QGLikelihoodSystematicsDBWriter.beginJob(), QGLikelihoodDBWriter.beginJob(), sistrip::FEDBufferGenerator.bufferSizeInBytes(), l1t::stage2::emtf::GEMBlockUnpacker.checkFormat(), l1t::stage2::emtf::RPCBlockUnpacker.checkFormat(), l1t::stage2::emtf::SPBlockUnpacker.checkFormat(), l1t::stage2::emtf::TrailersBlockUnpacker.checkFormat(), l1t::stage2::emtf::MEBlockUnpacker.checkFormat(), l1t::stage2::emtf::CountersBlockUnpacker.checkFormat(), l1t::stage2::emtf::HeadersBlockUnpacker.checkFormat(), checkPayloadAge(), HGCalVFECompressionImpl.compress(), SiPixelGainCalibScaler.computeAndStorePalyoads(), cond::service::PoolDBOutputService.createOneIOV(), cond.default_deserialize(), SiStripBadStripFromQualityDBWriter.dqmEndJob(), L1GlobalTriggerEvmRawToDigi.dumpFedRawData(), L1GlobalTriggerRawToDigi.dumpFedRawData(), hgcal::econd.eventPacketHeader(), templateHelper::SiPixelTitles_Display< PayloadType, StoreType, TransientType >.fill(), JME::JetResolutionVsEta.fill(), PfCalibration< T >.fill(), AlignPCLThresholdPlotHelper::AlignPCLThresholds_DisplayBase< PayloadType >.fill(), JME::JetResolutionVsPt.fill(), templateHelper::SiPixelHeaderTable< PayloadType, StoreType, TransientType >.fill(), JME::JetResolutionSummary.fill(), gainCalibHelper::SiPixelGainCalibrationValues< myType, PayloadType >.fill(), templateHelper::SiPixelIDs< PayloadType, myType >.fill(), gainCalibHelper::SiPixelGainCalibrationValuesPerRegion< isBarrel, myType, PayloadType >.fill(), templateHelper::SiPixelFullPixelIDMap< PayloadType, StoreType, TransientType >.fill(), JME::JetScaleFactorVsEta< ii >.fill(), cond::payloadInspector::HistoryPlot< PayloadType, float >.fill(), JME::JetScaleFactorVsPt< ii >.fill(), cond::payloadInspector::RunHistoryPlot< PayloadType, std::pair< double, double > >.fill(), templateHelper::SiPixelTemplateHeaderInfo< PayloadType, StoreType, TransientType, myType, myParam >.fill(), JME::JetScaleFactorSummary.fill(), cond::payloadInspector::TimeHistoryPlot< PayloadType, std::pair< double, double > >.fill(), cond::payloadInspector::ScatterPlot< PayloadType, double, double >.fill(), gainCalibHelper::SiPixelGainCalibrationCorrelations< PayloadType >.fill(), cond::payloadInspector::Histogram1< AxisType, PayloadType, IOV_M >.fill(), cond::payloadInspector::Histogram2D< PayloadType, IOV_M >.fill(), gainCalibHelper::SiPixelGainCalibrationValuesByPart< myType, PayloadType >.fill(), gainCalibHelper::SiPixelGainCalibrationMap< myType, PayloadType, myDetType >.fill(), sistrip::FEDBufferGenerator.fillBuffer(), fillEBMap_SingleIOV(), fillEBMap_TwoIOVs(), fillEEMap_SingleIOV(), fillEEMap_TwoIOVs(), DataModeFRDStriped.fillFRDCollection(), SiStripPI.fillNoiseDetSummary(), gainCalibHelper::gainCalibPI.fillTheHistos(), gainCalibHelper::gainCalibPI.fillThePerModuleMap(), l1t::AMCDumpToRaw.formatRaw(), l1t::MP7BufferDumpToRaw.formatRaw(), sistrip::FEDBufferGenerator.generateBuffer(), l1t::RegionalMuonRawDigiTranslator.generatePackedShowerPayload(), L1UpgradeTfMuonTreeProducer.getAlgoFwVersion(), l1t::MTF7Payload.getBlock(), LHCInfoPopConSourceHandler.getCTPPSData(), LHCInfoPerLSPopConSourceHandler.getCTPPSData(), LHCInfoPerFillPopConSourceHandler.getCTPPSData(), LHCInfoPopConSourceHandler.getEcalData(), LHCInfoPerFillPopConSourceHandler.getEcalData(), ParametersPerRun< param, PayloadType >.getFromPayload(), RPShift_History< rp, sh, unc, PayloadType >.getFromPayload(), beamSpotPI::BeamSpot_history< my_param, PayloadType >.getFromPayload(), beamSpotPI::BeamSpot_runhistory< my_param, PayloadType >.getFromPayload(), beamSpotPI::BeamSpot_timehistory< my_param, PayloadType >.getFromPayload(), beamSpotPI::xyCorrelation< PayloadType >.getFromPayload(), LHCInfoPopConSourceHandler.getLumiData(), SiStripBadChannelPatcher.getNewObject(), L1TriggerScalerHandler.getNewObjects(), popcon::DQMSummarySourceHandler.getNewObjects(), popcon::DQMXMLFileSourceHandler.getNewObjects(), EcalCondHandler< Payload, XMLTranslator >.getNewObjects(), EcalFloatCondObjectContainerHandler.getNewObjects(), popcon::L1RPCHwConfigSourceHandler.getNewObjects(), EcalMappingElectronicsHandler.getNewObjects(), popcon::RPCEMapSourceHandler.getNewObjects(), popcon::EcalTPGSpikeThresholdfromFile.getNewObjects(), popcon::EcalLaser_weekly_Linearization.getNewObjects(), popcon::EcalTPGPhysicsConstfromFile.getNewObjects(), popcon::EcalTPGLinPed.getNewObjects(), popcon::EcalTPGPedfromFile.getNewObjects(), popcon::EcalPFRecHitThresholdsHandler.getNewObjects(), popcon::EcalIntercalibHandler.getNewObjects(), DTHVStatusHandler.getNewObjects(), popcon::EcalADCToGeVHandler.getNewObjects(), popcon::EcalLaser_weekly_Handler.getNewObjects(), popcon::EcalLaserHandler.getNewObjects(), DTKeyedConfigHandler.getNewObjects(), DTUserKeyedConfigHandler.getNewObjects(), PtAssignmentEngine.load(), main(), L1TMuonOverlapFwVersionOnlineProd.newObject(), L1TGlobalPrescalesVetosOnlineProd.newObject(), l1t::stage2::BMTFPackerInputs.pack(), RPCAMCRawToDigi.processBlocks(), RPCCPPFUnpacker.processCPPF(), cscdqm::EventProcessor.processExaminer(), pps::RawDataUnpacker.processOptoRxFrameParallel(), RPCCPPFUnpacker.produce(), dqmBmtfAlgoSelector::L1TBMTFAlgoSelector.produce(), pat::TauJetCorrFactorsProducer.produce(), l1t::L1TRawToDigi.produce(), OnlineMetaDataRawToDigi.produce(), l1t::L1TDigiToRaw.produce(), omtf::OmtfPacker.produce(), popcon::PopConSourceHandler< CastorPedestals >.returnData(), RunInfoPI.runDuration(), RunInfoPI.runEndTime(), RunInfoPI.runStartTime(), cond.serialize(), cond::persistency.Session::storePayload< std::string >(), theLHCInfoPerFillImpl.setElementData(), theLHCInfoImpl.setElementData(), cond::persistency::Session.storePayload(), querying_tests.payload_tests.test_get_empty_payload(), querying_tests.payload_tests.test_get_parent_tags_payload(), querying_tests.payload_tests.test_get_payload(), querying_tests.payload_tests.test_type_parent_tags(), SiPixelGainCalibrationServicePayloadGetter< SiPixelGainCalibrationOffline, SiPixelGainCalibrationOfflineRcd >.throwExepctionForBadRead(), theLHCInfoPerLSImpl.transferPayloads(), theLHCInfoPerFillImpl.transferPayloads(), theLHCInfoImpl.transferPayloads(), l1t::stage2::RegionalMuonGMTUnpacker.unpack(), l1t::stage2::IntermediateMuonUnpacker.unpack(), l1t::stage2::MuonUnpacker.unpack(), l1t::stage2::emtf::GEMBlockUnpacker.unpack(), l1t::stage2::emtf::HeadersBlockUnpacker.unpack(), l1t::stage2::emtf::MEBlockUnpacker.unpack(), l1t::stage2::emtf::TrailersBlockUnpacker.unpack(), l1t::stage2::emtf::SPBlockUnpacker.unpack(), l1t::stage2::emtf::CountersBlockUnpacker.unpack(), l1t::stage2::emtf::RPCBlockUnpacker.unpack(), L1GtfeExtWord.unpack(), L1GtfeWord.unpack(), L1TcsWord.unpack(), L1GtFdlWord.unpack(), l1t::stage2::IntermediateMuonUnpacker.unpackBx(), l1t::stage2::MuonUnpacker.unpackBx(), L1GlobalTriggerEvmRawToDigi.unpackHeader(), L1GlobalTriggerRawToDigi.unpackHeader(), L1GlobalTriggerRawToDigi.unpackPSB(), L1GlobalTriggerEvmRawToDigi.unpackTrailer(), L1GlobalTriggerRawToDigi.unpackTrailer(), cond::service::OnlineDBOutputService.writeIOVForNextLumisection(), cond::service::PoolDBOutputService.writeMany(), cond::service::PoolDBOutputService.writeOneIOV(), and DTCalibDBUtils.writeToDB().

◆ phi

jetsAK4_Puppi_cff.phi

Definition at line 233 of file jetsAK4_Puppi_cff.py.

◆ PNetRegPtRawCorr

jetsAK4_Puppi_cff.PNetRegPtRawCorr

Definition at line 115 of file jetsAK4_Puppi_cff.py.

◆ PNetRegPtRawCorrNeutrino

jetsAK4_Puppi_cff.PNetRegPtRawCorrNeutrino

Definition at line 116 of file jetsAK4_Puppi_cff.py.

◆ PNetRegPtRawRes

jetsAK4_Puppi_cff.PNetRegPtRawRes

Definition at line 117 of file jetsAK4_Puppi_cff.py.

◆ precision

jetsAK4_Puppi_cff.precision

Definition at line 92 of file jetsAK4_Puppi_cff.py.

◆ primaryVertices

jetsAK4_Puppi_cff.primaryVertices

Definition at line 18 of file jetsAK4_Puppi_cff.py.

◆ quality

jetsAK4_Puppi_cff.quality

Definition at line 32 of file jetsAK4_Puppi_cff.py.

◆ rawFactor

jetsAK4_Puppi_cff.rawFactor

Definition at line 126 of file jetsAK4_Puppi_cff.py.

◆ rawPt

jetsAK4_Puppi_cff.rawPt

Definition at line 231 of file jetsAK4_Puppi_cff.py.

◆ skipEM

jetsAK4_Puppi_cff.skipEM

Definition at line 215 of file jetsAK4_Puppi_cff.py.

◆ skipEMfractionThreshold

jetsAK4_Puppi_cff.skipEMfractionThreshold

Definition at line 216 of file jetsAK4_Puppi_cff.py.

◆ skipMuons

jetsAK4_Puppi_cff.skipMuons

Definition at line 218 of file jetsAK4_Puppi_cff.py.

◆ skipMuonSelection

jetsAK4_Puppi_cff.skipMuonSelection

Definition at line 217 of file jetsAK4_Puppi_cff.py.

◆ src

jetsAK4_Puppi_cff.src

Definition at line 12 of file jetsAK4_Puppi_cff.py.

◆ svIdx1

jetsAK4_Puppi_cff.svIdx1

Definition at line 99 of file jetsAK4_Puppi_cff.py.

◆ svIdx2

jetsAK4_Puppi_cff.svIdx2

Definition at line 100 of file jetsAK4_Puppi_cff.py.

◆ tightId

jetsAK4_Puppi_cff.tightId

Definition at line 73 of file jetsAK4_Puppi_cff.py.

◆ tightIdLepVeto

jetsAK4_Puppi_cff.tightIdLepVeto

Definition at line 74 of file jetsAK4_Puppi_cff.py.

◆ tightJetPuppiId

jetsAK4_Puppi_cff.tightJetPuppiId

Definition at line 29 of file jetsAK4_Puppi_cff.py.

◆ tightJetPuppiIdLepVeto

jetsAK4_Puppi_cff.tightJetPuppiIdLepVeto

Definition at line 36 of file jetsAK4_Puppi_cff.py.

◆ type1JetPtThreshold

jetsAK4_Puppi_cff.type1JetPtThreshold

Definition at line 219 of file jetsAK4_Puppi_cff.py.

◆ updatedJetsPuppi

jetsAK4_Puppi_cff.updatedJetsPuppi

Definition at line 23 of file jetsAK4_Puppi_cff.py.

◆ updatedJetsPuppiWithUserData

jetsAK4_Puppi_cff.updatedJetsPuppiWithUserData

Definition at line 66 of file jetsAK4_Puppi_cff.py.

◆ userFloats

jetsAK4_Puppi_cff.userFloats

Definition at line 68 of file jetsAK4_Puppi_cff.py.

◆ userInts

jetsAK4_Puppi_cff.userInts

Definition at line 72 of file jetsAK4_Puppi_cff.py.

◆ variables

jetsAK4_Puppi_cff.variables

Definition at line 91 of file jetsAK4_Puppi_cff.py.

◆ version

jetsAK4_Puppi_cff.version

Definition at line 31 of file jetsAK4_Puppi_cff.py.

◆ vertices

jetsAK4_Puppi_cff.vertices

Definition at line 64 of file jetsAK4_Puppi_cff.py.