CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Attributes
primaryVertexValidation.PrimaryVertexValidation Class Reference
Inheritance diagram for primaryVertexValidation.PrimaryVertexValidation:

Public Member Functions

def __init__
 
def appendToMerge
 
def appendToPlots
 
def createCrabCfg
 
def createScript
 
def DefinePath
 
def getRepMap
 
def isPVValidation
 
def plotsdirname
 
def plottingscriptname
 
def plottingscripttemplate
 
def ProcessName
 
def runPlots
 
def use_d0cut
 
def ValidationSequence
 
def ValidationTemplate
 

Static Public Attributes

string configBaseName = "TkAlPrimaryVertexValidation"
 
string crabCfgBaseName = "TkAlPrimaryVertexValidation"
 
dictionary defaults
 
dictionary mandatories = {"isda","ismc","runboundary","trackcollection","vertexcollection","lumilist","ptCut","etaCut","runControl","numberOfBins"}
 
string outputBaseName = "PrimaryVertexValidation"
 
string resultBaseName = "PrimaryVertexValidation"
 
string scriptBaseName = "TkAlPrimaryVertexValidation"
 
string valType = "primaryvertex"
 

Detailed Description

Definition at line 9 of file primaryVertexValidation.py.

Constructor & Destructor Documentation

def primaryVertexValidation.PrimaryVertexValidation.__init__ (   self,
  valName,
  alignment,
  config 
)

Definition at line 25 of file primaryVertexValidation.py.

References preexistingValidation.PreexistingValidation.general, plottingOptions.BasePlottingOptions.general, genericValidation.GenericValidation.general, and helperFunctions.pythonboolstring().

25 
26  def __init__(self, valName, alignment, config):
27  super(PrimaryVertexValidation, self).__init__(valName, alignment, config)
28 
29  for name in "doBPix", "doFPix", "forceBeamSpot":
30  self.general[name] = pythonboolstring(self.general[name], name)
31 
32  if self.general["pvvalidationreference"].startswith("/store"):
33  self.general["pvvalidationreference"] = "root://eoscms//eos/cms" + self.general["pvvalidationreference"]

Member Function Documentation

def primaryVertexValidation.PrimaryVertexValidation.appendToMerge (   self)
if no argument or "" is passed a string with an instantiation is returned,
else the validation is appended to the list

Definition at line 82 of file primaryVertexValidation.py.

References overlapValidation.OverlapValidation.getRepMap(), monteCarloValidation.MonteCarloValidation.getRepMap(), primaryVertexResolution.PrimaryVertexResolution.getRepMap(), preexistingValidation.PreexistingValidation.getRepMap(), primaryVertexValidation.PrimaryVertexValidation.getRepMap(), geometryComparison.GeometryComparison.getRepMap(), offlineValidation.OfflineValidation.getRepMap(), preexistingValidation.PreexistingOfflineValidation.getRepMap(), plottingOptions.BasePlottingOptions.getRepMap(), preexistingValidation.PreexistingPrimaryVertexValidation.getRepMap(), genericValidation.GenericValidation.getRepMap(), offlineValidation.OfflineValidationDQM.getRepMap(), alignment.Alignment.getRepMap(), genericValidation.GenericValidationData.getRepMap(), genericValidation.GenericValidationData_CTSR.getRepMap(), and join().

82 
83  def appendToMerge(self):
84  """
85  if no argument or "" is passed a string with an instantiation is returned,
86  else the validation is appended to the list
87  """
88  repMap = self.getRepMap()
89 
90  parameters = " ".join(os.path.join("root://eoscms//eos/cms", file.lstrip("/")) for file in repMap["resultFiles"])
91 
92  mergedoutputfile = os.path.join("root://eoscms//eos/cms", repMap["finalResultFile"].lstrip("/"))
93  return "hadd -f %s %s\n" % (mergedoutputfile, parameters)
static std::string join(char **cmd)
Definition: RemoteFile.cc:19
def primaryVertexValidation.PrimaryVertexValidation.appendToPlots (   self)

Definition at line 94 of file primaryVertexValidation.py.

References overlapValidation.OverlapValidation.getRepMap(), monteCarloValidation.MonteCarloValidation.getRepMap(), primaryVertexResolution.PrimaryVertexResolution.getRepMap(), preexistingValidation.PreexistingValidation.getRepMap(), primaryVertexValidation.PrimaryVertexValidation.getRepMap(), geometryComparison.GeometryComparison.getRepMap(), offlineValidation.OfflineValidation.getRepMap(), preexistingValidation.PreexistingOfflineValidation.getRepMap(), plottingOptions.BasePlottingOptions.getRepMap(), preexistingValidation.PreexistingPrimaryVertexValidation.getRepMap(), genericValidation.GenericValidation.getRepMap(), offlineValidation.OfflineValidationDQM.getRepMap(), alignment.Alignment.getRepMap(), genericValidation.GenericValidationData.getRepMap(), and genericValidation.GenericValidationData_CTSR.getRepMap().

94 
95  def appendToPlots(self):
96  repMap = self.getRepMap()
97  return (' loadFileList("%(filetoplot)s",'
98  '"PVValidation", "%(title)s", %(color)s, %(style)s);\n')%repMap
def primaryVertexValidation.PrimaryVertexValidation.createCrabCfg (   self,
  path 
)

Definition at line 62 of file primaryVertexValidation.py.

References primaryVertexResolution.PrimaryVertexResolution.crabCfgBaseName, primaryVertexValidation.PrimaryVertexValidation.crabCfgBaseName, offlineValidation.OfflineValidation.crabCfgBaseName, monteCarloValidation.MonteCarloValidation.crabCfgBaseName, and overlapValidation.OverlapValidation.crabCfgBaseName.

62 
63  def createCrabCfg(self, path):
64  return super(PrimaryVertexValidation, self).createCrabCfg(path, self.crabCfgBaseName)
def primaryVertexValidation.PrimaryVertexValidation.createScript (   self,
  path 
)

Definition at line 59 of file primaryVertexValidation.py.

59 
60  def createScript(self, path):
61  return super(PrimaryVertexValidation, self).createScript(path, template = configTemplates.PVValidationScriptTemplate)
def primaryVertexValidation.PrimaryVertexValidation.DefinePath (   self)

Definition at line 39 of file primaryVertexValidation.py.

39 
40  def DefinePath(self):
41  return configTemplates.PVValidationPath
def primaryVertexValidation.PrimaryVertexValidation.getRepMap (   self,
  alignment = None 
)

Definition at line 65 of file primaryVertexValidation.py.

References genericValidation.GenericValidation.alignmentToValidate, preexistingValidation.PreexistingValidation.general, plottingOptions.BasePlottingOptions.general, genericValidation.GenericValidation.general, ElectronMVAID.ElectronMVAID.name, OAQualityTranslator.name(), RPCNameHelper.name(), FP420HitsObject.name(), TrackerHitsObject.name(), AlignableObjectId::entry.name, average.Average.name, counter.Counter.name, histograms.Histograms.name, funct::Parameter.name(), SymmetryFit.name(), RPCGeomServ.name(), cond::persistency::GTEditorData.name, cond::persistency::GLOBAL_TAG::NAME.name, cond::persistency::RUN_INFO::RUN_NUMBER.name, cond::persistency::TAG::NAME.name, FWLite.ElectronMVAID.name, TmModule.name, cond::persistency::GLOBAL_TAG::VALIDITY.name, cond::persistency::RUN_INFO::START_TIME.name, cond::persistency::TAG::TIME_TYPE.name, ExpressionEvaluatorCut.name(), cond::persistency::GLOBAL_TAG::DESCRIPTION.name, core.autovars.NTupleVariable.name, cond::persistency::RUN_INFO::END_TIME.name, CmsTrackerStringToEnum.name(), cond::persistency::TAG::OBJECT_TYPE.name, listHistos.plotInfo.name, cond::persistency::GLOBAL_TAG::RELEASE.name, HGCalProcessorBaseT< InputCollection, OutputCollection >.name(), cond::persistency::TAG::SYNCHRONIZATION.name, MaterialInformation.name(), DQMRivetClient::NormOption.name, edm::ModuleTime.name(), AxesNames.name(), cond::persistency::GLOBAL_TAG::SNAPSHOT_TIME.name, cond::persistency::TAG::END_OF_VALIDITY.name, MEPSet.name, CALayer.name(), cond::persistency::O2O_RUN::JOB_NAME.name, cond::persistency::GLOBAL_TAG::INSERTION_TIME.name, GeomDetType.name(), cms::dd::NameValuePair< T >.name, candidate_functions::CandidateCut.name(), ExpressionEvaluatorCutWithEventContent.name(), cond::persistency::TAG::DESCRIPTION.name, PCaloHit.name(), cond::persistency::O2O_RUN::START_TIME.name, cond::persistency::TAG::LAST_VALIDATED_TIME.name, SeedFinderBase.name(), CaloValidationStatistics.name(), cond::persistency::O2O_RUN::END_TIME.name, cond::persistency::TAG::INSERTION_TIME.name, BlockElementLinkerBase.name(), TrackingSlaveSD.name(), MaxConsecLostHitsTrajectoryFilter.name(), MaxLostHitsTrajectoryFilter.name(), SeedExtensionTrajectoryFilter.name(), FWTGeoRecoGeometry::Info.name, cond::persistency::O2O_RUN::STATUS_CODE.name, cond::persistency::TAG::MODIFICATION_TIME.name, ResolutionModel.name(), ParameterSet.name, cond::persistency::O2O_RUN::LOG.name, nanoaod::MergeableCounterTable::SingleColumn< T >.name, RecHitTopologicalCleanerBase.name(), tauImpactParameter::TrackParticle.name(), cond::persistency::TAG::PROTECTION_CODE.name, preexistingValidation.PreexistingValidation.name, OutputMEPSet.name, CaloSlaveSD.name(), MaxHitsTrajectoryFilter.name(), HistoDef.name(), PixelModuleName.name(), HGCalTriggerGeometryBase.name(), CaloDetInfo.name(), MaxCCCLostHitsTrajectoryFilter.name(), LostHitsFractionTrajectoryFilter.name(), EventSelector.name(), DDAxesNames.name(), dataset.BaseDataset.name, SummaryTableOutputBranches::NamedBranchPtr.name, edm::BaseWithDict.name(), PixelDCSObject< class >::Item.name, AlignmentConstraint.name, RegionalTrajectoryFilter.name(), FileData.name(), PacketData.name(), edm::MemberWithDict.name(), fit::RootMinuitCommand.name, cms::dd::ValuePair< T, U >.name, BlockElementImporterBase.name(), ChargeSignificanceTrajectoryFilter.name(), personalPlayback.Applet.name, JetResolution.name(), EventStringOutputBranches::NamedBranchPtr.name, HGCalTriggerNtupleBase.name(), LooperTrajectoryFilter.name(), OffsetAnalyzerDQM::Plot1D.name, Types._Untracked.name, EcalPulseCovariancesGPU.name(), EcalPulseShapesGPU.name(), RPCLinkSynchroStat::LinkBoard.name(), EcalDetIdAssociator.name(), PreshowerDetIdAssociator.name(), HODetIdAssociator.name(), rpcrawtodigi::ReadoutError.name(), MagCylinder.name, analyzer.Analyzer.name, production_tasks.Task.name, emtf::LossFunction.name(), HcalForwardLibWriter::FileHandle.name, HcalDetIdAssociator.name(), DQMRivetClient::LumiOption.name, EcalRechitADCToGeVConstantGPU.name(), EcalRechitChannelStatusGPU.name(), PixelBarrelNameUpgrade.name(), heppy::ParSet.name, citk::IsolationConeDefinitionBase.name(), CalibratedHistogramXML.name(), MTDUncalibratedRecHitAlgoBase< DataFrame >.name(), PdtEntry.name(), ALIFileOut.name(), EcalGainRatiosGPU.name(), o2olib.O2OJob.name, PFClusterEnergyCorrectorBase.name(), cond::persistency::GTProxyData.name, PixelEndcapNameUpgrade.name(), DDFilteredView.name(), DDSolidShapesName.name(), CalibrationCategory< CI >.name(), PFJetAnalyzerDQM::Plot1DInBin.name, EcalIntercalibConstantsGPU.name(), EcalLaserAlphasGPU.name(), EcalTimeCalibConstantsGPU.name(), ecal::raw::ElectronicsMappingGPU.name(), HLTPerformanceInfo::Module.name(), L1GctEtHad.name(), L1GctEtTotal.name(), hcaldqm::quantity::Quantity.name(), MuonSubDetector.name(), PFCPositionCalculatorBase.name(), EcalLaserAPDPNRatiosRefGPU.name(), EcalSamplesCorrelationGPU.name(), EcalTimeBiasCorrectionsGPU.name(), rpcrawtodigi::DataRecord.name(), BeamSpotOnline.name(), DDName.name(), TableOutputBranches::NamedBranchPtr.name, CharmTagger::MVAVar.name, ClusterShapeTrajectoryFilter.name(), reco::tau::RecoTauNamedPlugin.name(), CaloDetIdAssociator.name(), DQMRivetClient::ScaleFactorOption.name, EcalLaserAPDPNRatiosGPU.name(), EcalLinearCorrectionsGPU.name(), EcalPedestalsGPU.name(), edm::FunctionWithDict.name(), TriggerOutputBranches::NamedBranchPtr.name, HeavyIonCSVTagger::MVAVar.name, SingleObjectCondition.name, EgHLTOfflineSummaryClient::SumHistBinData.name, MinHitsTrajectoryFilter.name(), ThresholdPtTrajectoryFilter.name(), edm::PathTimingSummary.name, L1GctInternEmCand.name(), L1TriggerScalers.name(), LumiScalers.name(), SummaryGenerator.name(), cms::DDAlgoArguments.name, pat::helper::OverlapTest.name(), RHStopTracer::StopPoint.name, Filter.name(), MTDRecHitAlgoBase.name(), PassiveHit.name(), TrajectoryFilter.name(), runEdmFileComparison.EdmObject.name, CSCChannelMapperPostls1.name(), Barrel.name, PixelBarrelName.name(), DCCTBDataField.name(), tauImpactParameter::LorentzVectorParticle.name(), ClassName< T >.name(), OpticalAlignParam.name(), perftools::EdmEventSize::BranchRecord.name, core.autovars.NTupleObjectType.name, DDI::rep_type< N, I >.name(), cond::TimeTypeSpecs.name, FWParameterBase.name(), DDI::rep_type< DDName, std::unique_ptr< DDI::Specific > >.name(), DDI::rep_type< DDName, std::unique_ptr< std::string > >.name(), DDI::rep_type< DDName, std::unique_ptr< double > >.name(), DDI::rep_type< DDName, std::unique_ptr< dd_map_type > >.name(), DDI::rep_type< N, C >.name(), DDI::rep_type< DDName, std::unique_ptr< DDI::LogicalPart > >.name(), DDI::rep_type< DDName, std::unique_ptr< std::vector< std::string > > >.name(), DDI::rep_type< DDName, std::unique_ptr< DDRotationMatrix > >.name(), DDI::rep_type< DDName, std::unique_ptr< DDI::Solid > >.name(), DDI::rep_type< DDName, std::unique_ptr< DDI::Division > >.name(), DDI::rep_type< DDName, std::unique_ptr< std::vector< double > > >.name(), DDI::rep_type< DDName, std::unique_ptr< DDI::Material > >.name(), CSCChannelMapperStartup.name(), Level1TriggerScalers.name(), PixelEndcapName.name(), edm::eventsetup::ModuleMakerTraits.name(), edm::PathSummary.name, pos::PixelDACScanRange.name(), EcalLogicID.name, CompositeTrajectoryFilter.name(), edm::EventTime.name(), EgammaHLTHGCalIDVarProducer::PCAAssocMap.name(), CSCIndexerStartup.name(), alignment.Alignment.name, ALIFileIn.name(), L1GctJetCand.name(), lumi::TriggerInfo.name, edm::TypeIDBase.name(), EGEnergySysIndex.name(), reco::CompositeCandidate.name(), L1TriggerRates.name(), XMLProcessor::_loaderBaseConfig.name, FWPhysicsObjectDesc.name(), dirstructure.Weighted.name, PixelEndcapLinkMaker::Item.name, pos::PixelROCMaskBits.name(), L1GctJetCounts.name(), DCCTBBlockPrototype.name(), edm::eventsetup::heterocontainer::HCTypeTag.name(), edm::eventsetup::EventSetupRecordKey.name(), MEtoEDM< T >::MEtoEDMObject.name, OmtfName.name(), BPhysicsSpectrum.name, FWTableViewManager::TableEntry.name, pos::PixelROCTrimBits.name(), CSCIndexerPostls1.name(), reco::NamedCompositeCandidate.name(), L1GctEtMiss.name(), PixelBarrelLinkMaker::Item.name, CSCChannelMapperBase.name(), Level1TriggerRates.name(), CompositeLogicalTrajectoryFilter.name(), cond::persistency::GTEditor.name(), MinPtTrajectoryFilter.name(), SeedingLayerSetsHits::SeedingLayer.name(), L1GctEmCand.name(), L1GctHtMiss.name(), funct::DefaultVariable.name(), DQMGenericClient::EfficOption.name, Entry.name(), ExpressionHisto< T >.name, funct::X.name(), CkfBaseTrajectoryFilter.name(), funct::Y.name(), edm::eventsetup::DataKey.name(), python.rootplot.utilities.Hist2D.name, funct::Z.name(), Supermodule.name, DDValue.name(), FWViewEnergyScale.name(), TreeCrawler.Package.name, genericValidation.GenericValidation.name, cond::persistency::GLOBAL_TAG_MAP::GLOBAL_TAG_NAME.name, egHLT::MonElemContainer< T >.name(), edm::eventsetup::SourceMakerTraits.name(), NanoAODDQM::Plot.name(), CaloTrkProcessing::Detector.name, fwlite::Record.name(), options.ConnectionHLTMenu.name, SimpleL1MuGMTCand.name(), L1GtPatternLine.name(), L1AcceptBunchCrossing.name(), cond::persistency::GLOBAL_TAG_MAP::RECORD.name, edm::TRandomAdaptor.name(), CalibratedObject.name(), OpticalObject.name(), nanoaod::FlatTable.name(), DDBase< N, C >.name(), cond::persistency::GLOBAL_TAG_MAP::LABEL.name, MVAVar.name, GlobalVariablesTableProducer::Variable.name(), DDBase< DDName, std::unique_ptr< DDI::Specific > >.name(), DDBase< DDName, std::unique_ptr< std::string > >.name(), DDBase< DDName, std::unique_ptr< double > >.name(), DDBase< DDName, std::unique_ptr< dd_map_type > >.name(), DDBase< DDName, std::unique_ptr< DDI::LogicalPart > >.name(), DDBase< DDName, std::unique_ptr< std::vector< std::string > > >.name(), DDBase< DDName, std::unique_ptr< DDRotationMatrix > >.name(), DDBase< DDName, std::unique_ptr< DDI::Solid > >.name(), DDBase< DDName, std::unique_ptr< DDI::Division > >.name(), DDBase< DDName, std::unique_ptr< std::vector< double > > >.name(), DDBase< DDName, std::unique_ptr< DDI::Material > >.name(), ModifyObjectValueBase.name(), DDExpandedView.name(), cond::persistency::GLOBAL_TAG_MAP::TAG_NAME.name, emtf::LeastSquares.name(), cms::DDParsingContext::CompositeMaterial.name, DisplayManager.DisplayManager.name, MuonDetIdAssociator.name(), FWLite.WorkingPoints.name, cond::Tag_t.name, dqmoffline::l1t::HistDefinition.name, DQMGenericClient::ProfileOption.name, HLTPerformanceInfo::Path.name(), magneticfield::BaseVolumeHandle.name, nanoaod::MergeableCounterTable::VectorColumn< T >.name, tnp::ProbeVariable.name(), FastHFShowerLibrary.name, emtf::Node.name, FWGeometryTableManagerBase::NodeInfo.name(), PhysicsTools::Variable::Value.name, L1MuDTTrack.name(), GlobalTrackingRegion.name(), h4DSegm.name, PrintMaterialBudgetInfo.name, CachingVariable.name(), L1MuGMTCand.name(), L1MuBMTrack.name(), DcsStatus.name(), BTagProbabilityToDiscriminator::Discriminator.name, DQMGenericClient::NormOption.name, reco::ElectronSeed.name(), DD4hep_MaterialAccountingGroup.name(), DQMGenericClient::CDOption.name, CounterChecker.name, MillePedeVariables.name(), cond::TagInfo_t.name, PhysicsTools::Calibration::Variable.name, TriggerObjectTableProducer::SelectedObject.name, DetGeomDesc.name(), edm::Path.name(), TrackerSectorStruct.name, SimpleFlatTableProducerBase< T, TProd >::VariableBase.name(), MuonGeometrySanityCheckPoint.name, cond::persistency::PAYLOAD::HASH.name, BPhysicsValidation::ParticleMonitor.name, DQMGenericClient::NoFlowOption.name, looper.Looper.name, Mapper::definition< ScannerT >.name, cond::persistency::PAYLOAD::OBJECT_TYPE.name, PFJetAnalyzerDQM::Plot1DInBinVariable.name, cond::persistency::PAYLOAD::DATA.name, EDMtoMEConverter.name, cms::DDNamespace.name(), python.rootplot.tree2hists.Plot.name, cond::persistency::PAYLOAD::STREAMER_INFO.name, CutApplicatorBase.name(), cond::persistency::PAYLOAD::VERSION.name, edm::ESGetToken< CaloSubdetectorGeometry, ZdcGeometry::AlignedRecord >.name(), edm::ESGetToken< HcalTB02Parameters, IdealGeometryRecord >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalLaserAPDPNRatiosRefRcd >.name(), edm::ESGetToken< PhysicsTools::Calibration::MVAComputerContainer, TtSemiLepJetCombMVARcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalChannelStatusRcd >.name(), edm::ESGetToken< HGCalParameters, IdealGeometryRecord >.name(), edm::ESGetToken< SiStripClusterizerConditions, SiStripClusterizerConditionsRcd >.name(), edm::ESGetToken< CastorElectronicsMap, CastorElectronicsMapRcd >.name(), edm::ESGetToken< MuonOffsetMap, IdealGeometryRecord >.name(), edm::ESGetToken< HcalDDDSimConstants, HcalSimNumberingRecord >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuCSCTFAlignmentRcd >.name(), edm::ESGetToken< AlignmentSurfaceDeformations, MTDSurfaceDeformationRcd >.name(), edm::ESGetToken< BeamSpotObjects, BeamSpotTransientObjectsRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, EcalBarrelGeometryRecord >.name(), edm::ESGetToken< EcalTPGSpike, EcalTPGSpikeRcd >.name(), edm::ESGetToken< ParticleDataTable, edm::DefaultRecord >.name(), edm::ESGetToken< TrajectorySmoother, TrajectoryFitter::Record >.name(), edm::ESGetToken< CaloSubdetectorGeometry, HcalGeometry::AlignedRecord >.name(), edm::ESGetToken< HcalPFCorrs, HcalPFCorrsRcd >.name(), edm::ESGetToken< HcalMCParams, HcalMCParamsRcd >.name(), edm::ESGetToken< trigger::HLTPrescaleTableCond, HLTPrescaleTableRcd >.name(), edm::ESGetToken< MTDTimeCalib, MTDTimeCalibRecord >.name(), edm::ESGetToken< DetGeomDesc, VeryForwardRealGeometryRecord >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalTimeCalibErrorsRcd >.name(), edm::ESGetToken< DTConfigManager, DTConfigManagerRcd >.name(), edm::ESGetToken< ESCondObjectContainer, ESIntercalibConstantsRcd >.name(), edm::ESGetToken< L1TGlobalPrescalesVetos, L1TGlobalPrescalesVetosRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuDTPhiLutRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuDTTFMasksRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuCSCTFConfigurationRcd >.name(), edm::ESGetToken< cms::DDSpecParRegistry, DDSpecParRegistryRcd >.name(), edm::ESGetToken< ESGain, ESGainRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, HcalGeometryRecord >.name(), edm::ESGetToken< L1GtTriggerMask, L1GtTriggerMaskVetoTechTrigRcd >.name(), edm::ESGetToken< GetType_t, Record_t >.name(), edm::ESGetToken< L1TMuonGlobalParams, L1TMuonGlobalParamsRcd >.name(), edm::ESGetToken< CaloTowerTopology, HcalRecNumberingRecord >.name(), edm::ESGetToken< PPSTimingCalibration, PPSTimingCalibrationRcd >.name(), edm::ESGetToken< PPSPixelTopology, PPSPixelTopologyRcd >.name(), edm::ESGetToken< SiStripGain, SiStripGainRcd >.name(), edm::ESGetToken< CSCBadWires, CSCBadWiresRcd >.name(), edm::ESGetToken< MTDTopology, MTDTopologyRcd >.name(), edm::ESGetToken< Alignments, MTDAlignmentRcd >.name(), edm::ESGetToken< FileBlob, MFGeometryFileRcd >.name(), edm::ESGetToken< CastorChannelQuality, CastorChannelQualityRcd >.name(), edm::ESGetToken< EcalSimPulseShape, EcalSimPulseShapeRcd >.name(), edm::ESGetToken< GBRForestD, GBRDWrapperRcd >.name(), edm::ESGetToken< CTPPSGeometry, IdealGeometryRecord >.name(), edm::ESGetToken< SiPixelCalibConfiguration, SiPixelCalibConfigurationRcd >.name(), edm::ESGetToken< CSCIndexerBase, CSCIndexerRecord >.name(), edm::ESGetToken< EcalMustacheSCParameters, EcalMustacheSCParametersRcd >.name(), edm::ESGetToken< EcalFunParams, EcalClusterCrackCorrParametersRcd >.name(), edm::ESGetToken< SiPixelVCal, SiPixelVCalRcd >.name(), edm::ESGetToken< HcalPedestalWidths, HcalPedestalWidthsRcd >.name(), edm::ESGetToken< CSCChamberTimeCorrections, CSCChamberTimeCorrectionsRcd >.name(), edm::ESGetToken< FastTimeGeometry, IdealGeometryRecord >.name(), edm::ESGetToken< DTTtrig, DTTtrigRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalWeightXtalGroupsRcd >.name(), edm::ESGetToken< HBHEDarkening, HBHEDarkeningRecord >.name(), edm::ESGetToken< ESCondObjectContainer, ESPedestalsRcd >.name(), edm::ESGetToken< ESTBWeights, ESTBWeightsRcd >.name(), edm::ESGetToken< Source, Record >.name(), edm::ESGetToken< OpticalAlignments, OpticalAlignmentsRcd >.name(), edm::ESGetToken< PhysicsTGraphPayload, PhysicsTGraphPayloadRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalNextToDeadChannelRcd >.name(), edm::ESGetToken< EcalLaserAlphasGPU, EcalLaserAlphasRcd >.name(), edm::ESGetToken< EcalTrigTowerConstituentsMap, IdealGeometryRecord >.name(), edm::ESGetToken< L1TriggerKeyList, L1CaloHcalScaleRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuDTTFParametersRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1RPCConeDefinitionRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuTriggerScalesRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtTriggerMaskTechTrigRcd >.name(), edm::ESGetToken< EcalTimeBiasCorrectionsGPU, EcalTimeBiasCorrectionsRcd >.name(), edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleSimRcd >.name(), edm::ESGetToken< TransientTrackBuilder, TransientTrackRecord >.name(), edm::ESGetToken< CaloTopology, CaloTopologyRecord >.name(), edm::ESGetToken< CTPPSGeometry, VeryForwardRealGeometryRecord >.name(), edm::ESGetToken< HcalDDDRecConstants, HcalRecNumberingRecord >.name(), edm::ESGetToken< CTPPSPixelGainCalibrations, CTPPSPixelGainCalibrationsRcd >.name(), edm::ESGetToken< CSCDBPedestals, CSCDBPedestalsRcd >.name(), edm::ESGetToken< EcalTPGOddWeightGroup, EcalTPGOddWeightGroupRcd >.name(), edm::ESGetToken< CaloSimulationParameters, HcalParametersRcd >.name(), edm::ESGetToken< HBHENegativeEFilter, HBHENegativeEFilterRcd >.name(), edm::ESGetToken< TTStubAlgorithm< T >, TTStubAlgorithmRecord >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalTPGPedestalsRcd >.name(), edm::ESGetToken< SiPhase2OuterTrackerLorentzAngle, SiPhase2OuterTrackerLorentzAngleRcd >.name(), edm::ESGetToken< GEMGeometry, MuonGeometryRecord >.name(), edm::ESGetToken< CaloSubdetectorGeometry, EcalBarrelGeometry::AlignedRecord >.name(), edm::ESGetToken< CaloSubdetectorGeometry, CaloTowerGeometry::AlignedRecord >.name(), edm::ESGetToken< SiPixelGainCalibrationOffline, SiPixelGainCalibrationOfflineSimRcd >.name(), edm::ESGetToken< SiStripThreshold, SiStripThresholdRcd >.name(), edm::ESGetToken< HcalSiPMParametersGPU, HcalSiPMParametersRcd >.name(), edm::ESGetToken< GEMDeadStrips, GEMDeadStripsRcd >.name(), edm::ESGetToken< ClusterParameterEstimator< Phase2TrackerCluster1D >, TkPhase2OTCPERecord >.name(), edm::ESGetToken< EcalRechitADCToGeVConstantGPU, EcalADCToGeVConstantRcd >.name(), edm::ESGetToken< L1MuDTTFParameters, L1MuDTTFParametersRcd >.name(), edm::ESGetToken< CaloParams, L1TCaloParamsRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1RPCHsbConfigRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuTriggerPtScaleRcd >.name(), edm::ESGetToken< L1TGlobalParameters, L1TGlobalParametersRcd >.name(), edm::ESGetToken< L1TriggerKeyList, TRcd >.name(), edm::ESGetToken< L1TriggerKey, L1RCTParametersRcd >.name(), edm::ESGetToken< CSCRecoDigiParameters, CSCRecoDigiParametersRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtPrescaleFactorsAlgoTrigRcd >.name(), edm::ESGetToken< L1TriggerKey, L1EmEtScaleRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuDTEtaPatternLutRcd >.name(), edm::ESGetToken< AlignPCLThresholds, AlignPCLThresholdsRcd >.name(), edm::ESGetToken< SiPixelQuality, SiPixelQualityRcd >.name(), edm::ESGetToken< RunSummary, RunSummaryRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuCSCPtLutRcd >.name(), edm::ESGetToken< L1TriggerKey, L1GtTriggerMaskVetoTechTrigRcd >.name(), edm::ESGetToken< EcalSampleMask, EcalSampleMaskRcd >.name(), edm::ESGetToken< CSCDBGains, CSCDBGainsRcd >.name(), edm::ESGetToken< CSCBadChambers, CSCBadChambersRcd >.name(), edm::ESGetToken< DTStatusFlag, DTStatusFlagRcd >.name(), edm::ESGetToken< PPSAlignmentConfiguration, PPSAlignmentConfigurationRcd >.name(), edm::ESGetToken< JetResolutionObject, JetResolutionScaleFactorRcd >.name(), edm::ESGetToken< CaloTowerConstituentsMap, CaloGeometryRecord >.name(), edm::ESGetToken< EcalPedestalsGPU, EcalPedestalsRcd >.name(), edm::ESGetToken< L1MuTriggerPtScale, L1MuTriggerPtScaleRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuCSCTFAlignmentRcd >.name(), edm::ESGetToken< HcalItemCollById, HFPhase1PMTParamsRcd >.name(), edm::ESGetToken< Propagator, TrackingComponentsRecord >.name(), edm::ESGetToken< TrackAlgoPriorityOrder, CkfComponentsRecord >.name(), edm::ESGetToken< SiPixelVCal, SiPixelVCalSimRcd >.name(), edm::ESGetToken< CastorRecoParams, CastorRecoParamsRcd >.name(), edm::ESGetToken< PPSDirectSimulationData, PPSDirectSimulationDataRcd >.name(), edm::ESGetToken< HcalQIETypes, HcalQIETypesRcd >.name(), edm::ESGetToken< OOTPileupCorrectionBuffer, MyRecord >.name(), edm::ESGetToken< SiPixel2DTemplateDBObject, SiPixel2DTemplateDBObjectESProducerRcd >.name(), edm::ESGetToken< RPCAMCLinkMap, RPCCPPFLinkMapRcd >.name(), edm::ESGetToken< HcalQIETypesGPU, HcalQIETypesRcd >.name(), edm::ESGetToken< HcalConvertedEffectivePedestalWidthsGPU, HcalCombinedRecord >.name(), edm::ESGetToken< ESTimeSampleWeights, ESTimeSampleWeightsRcd >.name(), edm::ESGetToken< PerformancePayload, PFCalibrationRcd >.name(), edm::ESGetToken< Alignments, DTSurveyRcd >.name(), edm::ESGetToken< AlignmentErrorsExtended, DTAlignmentErrorExtendedRcd >.name(), edm::ESGetToken< L1TMuonEndCapParams, L1TMuonEndCapParamsRcd >.name(), edm::ESGetToken< GBRForest, GBRWrapperRcd >.name(), edm::ESGetToken< L1TMuonEndCapForest, L1TMuonEndCapForestRcd >.name(), edm::ESGetToken< SiPixelGainCalibrationForHLTGPU, SiPixelGainCalibrationForHLTGPURcd >.name(), edm::ESGetToken< ESRecHitRatioCuts, ESRecHitRatioCutsRcd >.name(), edm::ESGetToken< CSCDBL1TPParameters, CSCDBL1TPParametersRcd >.name(), edm::ESGetToken< L1MuDTQualPatternLut, L1MuDTQualPatternLutRcd >.name(), edm::ESGetToken< Alignments, HOAlignmentRcd >.name(), edm::ESGetToken< EcalLaserAPDPNRatiosGPU, EcalLaserAPDPNRatiosRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalIntercalibConstantsRcd >.name(), edm::ESGetToken< TrajectoryFitter, TrajectoryFitter::Record >.name(), edm::ESGetToken< Alignments, TrackerAlignmentRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuCSCPtLutRcd >.name(), edm::ESGetToken< EcalLinearCorrectionsGPU, EcalLinearCorrectionsRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuGMTChannelMaskRcd >.name(), edm::ESGetToken< SiStripApvGain, Record >.name(), edm::ESGetToken< HcalConvertedEffectivePedestalsGPU, HcalCombinedRecord >.name(), edm::ESGetToken< L1GtTriggerMask, L1GtTriggerMaskTechTrigRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalTPGCrystalStatusRcd >.name(), edm::ESGetToken< L1GtParameters, L1GtParametersRcd >.name(), edm::ESGetToken< FastTimeParameters, IdealGeometryRecord >.name(), edm::ESGetToken< L1CaloHcalScale, L1CaloHcalScaleRcd >.name(), edm::ESGetToken< PixelClusterParameterEstimator, TkPixelCPERecord >.name(), edm::ESGetToken< CSCDBCrosstalk, CSCDBCrosstalkRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalTPGLinearizationConstRcd >.name(), edm::ESGetToken< SiStripSummary, SiStripSummaryRcd >.name(), edm::ESGetToken< CentralityTable, HeavyIonRcd >.name(), edm::ESGetToken< AlignmentErrorsExtended, TrackerAlignmentErrorExtendedRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalIntercalibConstantsMCRcd >.name(), edm::ESGetToken< TGeoManager, DisplayGeomRecord >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalLaserAlphasRcd >.name(), edm::ESGetToken< FastTimeDDDConstants, IdealGeometryRecord >.name(), edm::ESGetToken< SiPixelGainCalibrationOffline, SiPixelGainCalibrationOfflineRcd >.name(), edm::ESGetToken< L1RPCBxOrConfig, L1RPCBxOrConfigRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, IdealGeometryRecord >.name(), edm::ESGetToken< HcalLongRecoParams, HcalLongRecoParamsRcd >.name(), edm::ESGetToken< L1RPCHwConfig, L1RPCHwConfigRcd >.name(), edm::ESGetToken< FillInfo, FillInfoRcd >.name(), edm::ESGetToken< RecoIdealGeometry, ME0RecoGeometryRcd >.name(), edm::ESGetToken< DetLayerGeometry, RecoGeometryRecord >.name(), edm::ESGetToken< L1MuCSCTFConfiguration, L1MuCSCTFConfigurationRcd >.name(), edm::ESGetToken< DDCompactView, IdealMagneticFieldRecord >.name(), edm::ESGetToken< VectorHitBuilderAlgorithm, TkPhase2OTCPERecord >.name(), edm::ESGetToken< L1TriggerKeyList, L1GctChannelMaskRcd >.name(), edm::ESGetToken< TTUBoardSpecs, TTUBoardSpecsRcd >.name(), edm::ESGetToken< EcalPulseShapesGPU, EcalPulseShapesRcd >.name(), edm::ESGetToken< EcalTimeCalibConstantsGPU, EcalTimeCalibConstantsRcd >.name(), edm::ESGetToken< TrajectorySmoother, TrajectoryFitterRecord >.name(), edm::ESGetToken< HcalTPGCoder, HcalTPGRecord >.name(), edm::ESGetToken< HcalSiPMCharacteristics, HcalSiPMCharacteristicsRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuDTPtaLutRcd >.name(), edm::ESGetToken< L1MuDTEtaPatternLut, L1MuDTEtaPatternLutRcd >.name(), edm::ESGetToken< L1TriggerKey, L1GtTriggerMaskAlgoTrigRcd >.name(), edm::ESGetToken< PhysicsTFormulaPayload, PhysicsTFormulaPayloadRcd >.name(), edm::ESGetToken< L1TriggerKey, L1GtTriggerMenuRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtPrescaleFactorsTechTrigRcd >.name(), edm::ESGetToken< CaloGeometry, CaloGeometryRecord >.name(), edm::ESGetToken< DTRecoConditions, DTRecoConditionsUncertRcd >.name(), edm::ESGetToken< SiPixelFedCablingMap, SiPixelFedCablingMapRcd >.name(), edm::ESGetToken< l1t::CaloParams, L1TCaloParamsRcd >.name(), edm::ESGetToken< Alignments, HFAlignmentRcd >.name(), edm::ESGetToken< HcalGainWidths, HcalGainWidthsRcd >.name(), edm::ESGetToken< cond::persistency::KeyList, DTKeyedConfigListRcd >.name(), edm::ESGetToken< TObject, TRecord >.name(), edm::ESGetToken< L1MuTriggerScales, L1MuTriggerScalesRcd >.name(), edm::ESGetToken< cms::MuonNumbering, MuonNumberingRecord >.name(), edm::ESGetToken< QGLikelihoodObject, QGLikelihoodRcd >.name(), edm::ESGetToken< ESMissingEnergyCalibration, ESMissingEnergyCalibrationRcd >.name(), edm::ESGetToken< HepPDT::ParticleDataTable, edm::edm::DefaultRecord >.name(), edm::ESGetToken< EcalFunParams, EcalClusterEnergyUncertaintyParametersRcd >.name(), edm::ESGetToken< HcalRecoParams, HcalChannelPropertiesAuxRecord >.name(), edm::ESGetToken< SiStripDetVOff, SiStripDetVOffRcd >.name(), edm::ESGetToken< JetCorrector, JetCorrectionsRecord >.name(), edm::ESGetToken< MuonGeometryConstants, IdealGeometryRecord >.name(), edm::ESGetToken< L1RPCConeBuilder, L1RPCConeBuilderRcd >.name(), edm::ESGetToken< HcalRespCorrsGPU, HcalRespCorrsRcd >.name(), edm::ESGetToken< HcalChannelQualityGPU, HcalChannelQualityRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalLiteDTUPedestalsRcd >.name(), edm::TriggerResults.name(), edm::ESGetToken< SiStripBadStrip, SiStripBadStripRcd >.name(), edm::ESGetToken< HcalQIEData, HcalQIEDataRcd >.name(), edm::ESGetToken< EcalSamplesCorrelationGPU, EcalSamplesCorrelationRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuDTExtLutRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalGainRatiosRcd >.name(), edm::ESGetToken< L1TriggerKey, L1GtPrescaleFactorsAlgoTrigRcd >.name(), edm::ESGetToken< CSCDBNoiseMatrix, CSCDBNoiseMatrixRcd >.name(), edm::ESGetToken< L1TriggerKey, L1GtPrescaleFactorsTechTrigRcd >.name(), edm::ESGetToken< DTObjectMap, MuonGeometryRecord >.name(), edm::ESGetToken< L1TriggerKey, L1MuCSCTFConfigurationRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1CaloEcalScaleRcd >.name(), edm::ESGetToken< EcalTPGTowerStatus, EcalTPGTowerStatusRcd >.name(), edm::ESGetToken< L1GtBoardMaps, L1GtBoardMapsRcd >.name(), edm::ESGetToken< CaloTPGTranscoder, CaloTPGRecord >.name(), edm::ESGetToken< DDCompactView, IdealGeometryRecord >.name(), edm::ESGetToken< SiPixelTemplateDBObject, SiPixelTemplateDBObjectESProducerRcd >.name(), edm::ESGetToken< MuonSystemAging, MuonSystemAgingRcd >.name(), edm::ESGetToken< TrajectoryStateUpdator, TrackingComponentsRecord >.name(), edm::ESGetToken< HGCalTriggerGeometryBase, CaloGeometryRecord >.name(), edm::ESGetToken< L1GtPrescaleFactors, L1GtPrescaleFactorsAlgoTrigRcd >.name(), edm::ESGetToken< L1CaloEtScale, L1HtMissScaleRcd >.name(), edm::ESGetToken< RPFlatParams, HeavyIonRPRcd >.name(), edm::ESGetToken< L1GtTriggerMenu, L1GtTriggerMenuRcd >.name(), edm::ESGetToken< Chi2MeasurementEstimatorBase, TrackingComponentsRecord >.name(), edm::ESGetToken< EcalTPGTPMode, EcalTPGTPModeRcd >.name(), edm::ESGetToken< L1TriggerKey, L1RPCConeDefinitionRcd >.name(), edm::ESGetToken< SiStripLorentzAngle, SiStripLorentzAngleRcd >.name(), ESGetToken< AlignmentSurfaceDeformations, DeformationRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuDTExtLutRcd >.name(), edm::ESGetToken< TrackProbabilityCalibration, BTagTrackProbability3DRcd >.name(), edm::ESGetToken< HcalSimulationParameters, HcalParametersRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalDQMChannelStatusRcd >.name(), edm::ESGetToken< DDSpecParRegistry, DDSpecParRegistryRcd >.name(), edm::ESGetToken< Alignments, DTAlignmentRcd >.name(), edm::ESGetToken< DetGeomDesc, IdealGeometryRecord >.name(), edm::ESGetToken< LHCInfo, LHCInfoRcd >.name(), edm::ESGetToken< mkfit::IterationConfig, TrackerRecoGeometryRecord >.name(), edm::ESGetToken< EcalCondTowerObjectContainer, EcalDCSTowerStatusRcd >.name(), edm::ESGetToken< GsfMaterialEffectsUpdator, TrackingComponentsRecord >.name(), edm::ESGetToken< DropBoxMetadata, DropBoxMetadataRcd >.name(), edm::ESGetToken< PPSAlignmentConfig, PPSAlignmentConfigRcd >.name(), edm::ESGetToken< SiPixelPerformanceSummary, SiPixelPerformanceSummaryRcd >.name(), edm::ESGetToken< EcalCondTowerObjectContainer, EcalDQMTowerStatusRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, EcalPreshowerGeometryRecord >.name(), edm::ESGetToken< HcalLUTCorrs, HcalLUTCorrsRcd >.name(), edm::ESGetToken< EcalTBWeights, EcalTBWeightsRcd >.name(), edm::ESGetToken< SiPixel2DTemplateDBObject, SiPixel2DTemplateDBObjectRcd >.name(), edm::ESGetToken< SiPixelLorentzAngle, SiPixelLorentzAngleRcd >.name(), edm::ESGetToken< EcalSamplesCorrelation, EcalSamplesCorrelationRcd >.name(), edm::ESGetToken< L1CaloGeometry, L1CaloGeometryRecord >.name(), edm::ESGetToken< LHCInterpolatedOpticalFunctionsSetCollection, CTPPSInterpolatedOpticsRcd >.name(), edm::ESGetToken< DTHVStatus, DTHVStatusRcd >.name(), edm::ESGetToken< cms::DDCompactView, IdealMagneticFieldRecord >.name(), edm::ESGetToken< L1TriggerKey, L1GtTriggerMaskTechTrigRcd >.name(), edm::ESGetToken< MkFitGeometry, TrackerRecoGeometryRecord >.name(), edm::ESGetToken< EcalTPGStripStatus, EcalTPGStripStatusRcd >.name(), edm::ESGetToken< ClusterShapeHitFilter, CkfComponentsRecord >.name(), edm::ESGetToken< HcalParameters, HcalParametersRcd >.name(), edm::ESGetToken< SiStripPedestals, SiStripPedestalsRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1RCTChannelMaskRcd >.name(), edm::ESGetToken< JetCorrectorParametersCollection, JetCorrectionsRecord >.name(), edm::ESGetToken< ME0Geometry, MuonGeometryRecord >.name(), edm::ESGetToken< L1TriggerKeyListExt, L1TriggerKeyListExtRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuGMTParametersRcd >.name(), edm::ESGetToken< RPCInverseAMCLinkMap, RPCInverseTwinMuxLinkMapRcd >.name(), edm::ESGetToken< DTCCBConfig, DTCCBConfigRcd >.name(), edm::ESGetToken< Alignments, HBAlignmentRcd >.name(), edm::ESGetToken< TrackerDetToDTCELinkCablingMap, TrackerDetToDTCELinkCablingMapRcd >.name(), edm::ESGetToken< HcalFrontEndMap, HcalFrontEndMapRcd >.name(), edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, CTPPSRPAlignmentCorrectionsDataRcd >.name(), edm::ESGetToken< FastTimeTopology, IdealGeometryRecord >.name(), edm::ESGetToken< CastorPedestals, CastorPedestalsRcd >.name(), edm::ESGetToken< MultipleScatteringParametrisationMaker, TrackerMultipleScatteringRecord >.name(), edm::ESGetToken< CaloSubdetectorGeometry, HGCalGeometry::AlignedRecord >.name(), edm::ESGetToken< GeometricTimingDet, IdealGeometryRecord >.name(), edm::ESGetToken< FWTGeoRecoGeometry, FWTGeoRecoGeometryRecord >.name(), edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, RPRealAlignmentRecord >.name(), edm::ESGetToken< GEMeMap, GEMeMapRcd >.name(), edm::ESGetToken< LumiCorrections, LumiCorrectionsRcd >.name(), edm::ESGetToken< MagneticFieldMap, MagneticFieldMapRecord >.name(), edm::ESGetToken< DetGeomDesc, VeryForwardIdealGeometryRecord >.name(), edm::ESGetToken< DTTPGParameters, DTTPGParametersRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, CastorGeometry::AlignedRecord >.name(), edm::ESGetToken< L1TriggerKeyList, L1HtMissScaleRcd >.name(), edm::ESGetToken< PhysicsTools::Calibration::MVAComputerContainer, BTauGenericMVAJetTagComputerRcd >.name(), edm::ESGetToken< RPCMaskedStrips, RPCMaskedStripsRcd >.name(), edm::ESGetToken< L1TTwinMuxParams, L1TTwinMuxParamsRcd >.name(), edm::ESGetToken< DDDetector, IdealGeometryRecord >.name(), edm::ESGetToken< EcalADCToGeVConstant, EcalADCToGeVConstantRcd >.name(), edm::ESGetToken< DDVectorRegistry, DDVectorRegistryRcd >.name(), edm::ESGetToken< ESCondObjectContainer, ESAngleCorrectionFactorsRcd >.name(), edm::ESGetToken< RecoIdealGeometry, CSCRecoGeometryRcd >.name(), edm::ESGetToken< StripClusterParameterEstimator, TkStripCPERecord >.name(), edm::ESGetToken< DTReadOutMapping, DTReadOutMappingRcd >.name(), edm::ESGetToken< PGeometricDet, IdealGeometryRecord >.name(), edm::ESGetToken< typename Trait::GeometryType, MuonGeometryRecord >.name(), edm::ESGetToken< BeamSpotObjects, BeamSpotObjectsRcd >.name(), edm::ESGetToken< EcalRechitChannelStatusGPU, EcalChannelStatusRcd >.name(), edm::ESGetToken< SiPixelQuality, SiPixelQualityFromDbRcd >.name(), edm::ESGetToken< SiStripRecHitMatcher, TkStripCPERecord >.name(), edm::ESGetToken< SiStripDetVOff, SiPixelDetVOffRcd >.name(), edm::ESGetToken< SiStripGain, SiStripGainSimRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, ZDCGeometryRecord >.name(), edm::ESGetToken< CSCChannelMapperBase, CSCChannelMapperRecord >.name(), edm::ESGetToken< L1TriggerKey, L1GctChannelMaskRcd >.name(), edm::ESGetToken< CSCL1TPLookupTableME21ILT, CSCL1TPLookupTableME21ILTRcd >.name(), edm::ESGetToken< HcalSiPMParameters, HcalSiPMParametersRcd >.name(), edm::ESGetToken< Alignments, typename T::AlignmentRecord >.name(), edm::ESGetToken< L1TMuonGlobalParams, L1TMuonGlobalParamsO2ORcd >.name(), edm::ESGetToken< PPSAssociationCuts, PPSAssociationCutsRcd >.name(), edm::ESGetToken< EcalSeverityLevelAlgo, EcalSeverityLevelAlgoRcd >.name(), edm::ESGetToken< EcalTimeOffsetConstant, EcalTimeOffsetConstantRcd >.name(), edm::ESGetToken< AlignmentErrorsExtended, CSCAlignmentErrorExtendedRcd >.name(), edm::ESGetToken< DTRecoConditions, DTRecoConditionsVdriftRcd >.name(), edm::ESGetToken< TrajectoryCleaner, TrajectoryCleaner::Record >.name(), edm::ESGetToken< TrackerTopology, IdealGeometryRecord >.name(), edm::ESGetToken< DQMSummary, DQMSummaryRcd >.name(), edm::ESGetToken< D, IdealGeometryRecord >.name(), edm::ESGetToken< MeasurementTracker, CkfComponentsRecord >.name(), edm::ESGetToken< RPCAMCLinkMap, RPCTwinMuxLinkMapRcd >.name(), edm::ESGetToken< HcalElectronicsMap, HcalElectronicsMapRcd >.name(), edm::ESGetToken< HcalValidationCorrs, HcalValidationCorrsRcd >.name(), edm::ESGetToken< L1RPCConeDefinition, L1RPCConeDefinitionRcd >.name(), edm::ESGetToken< CSCObjectMap, MuonGeometryRecord >.name(), edm::ESGetToken< L1RCTParameters, L1RCTParametersRcd >.name(), edm::ESGetToken< L1TriggerKey, L1RPCConfigRcd >.name(), edm::ESGetToken< EcalTimeBiasCorrections, EcalTimeBiasCorrectionsRcd >.name(), edm::ESGetToken< RecoIdealGeometry, GEMRecoGeometryRcd >.name(), edm::ESGetToken< cms::DDCompactView, IdealGeometryRecord >.name(), edm::ESGetToken< HcalTimeCorrs, HcalTimeCorrsRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtParametersRcd >.name(), edm::ESGetToken< L1TriggerKey, L1HfRingEtScaleRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalPFSeedingThresholdsRcd >.name(), edm::ESGetToken< HcalQIECodersGPU, HcalQIEDataRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1HfRingEtScaleRcd >.name(), ESGetToken< AlignmentErrorsExtended, ErrRcd >.name(), edm::ESGetToken< TotemDAQMapping, TotemReadoutRcd >.name(), edm::ESGetToken< RPCLBLinkMap, RPCLBLinkMapRcd >.name(), edm::ESGetToken< Alignments, GlobalPositionRcd >.name(), edm::ESGetToken< SiPixelGainCalibrationForHLT, SiPixelGainCalibrationForHLTRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuDTQualPatternLutRcd >.name(), MTDDigitizerBase.name(), edm::ESGetToken< SiPixelQualityProbabilities, SiPixelStatusScenarioProbabilityRcd >.name(), edm::ESGetToken< HcalTPParameters, HcalTPParametersRcd >.name(), edm::ESGetToken< Propagator, TrackerDigiGeometryRecord >.name(), edm::ESGetToken< DTMtime, DTMtimeRcd >.name(), edm::ESGetToken< CSCDBChipSpeedCorrection, CSCDBChipSpeedCorrectionRcd >.name(), edm::ESGetToken< BeamSpotOnlineObjects, BeamSpotOnlineHLTObjectsRcd >.name(), edm::ESGetToken< LHCOpticalFunctionsSetCollection, CTPPSOpticsRcd >.name(), edm::ESGetToken< RPCStripNoises, RPCStripNoisesRcd >.name(), edm::ESGetToken< RPCClusterSize, RPCClusterSizeRcd >.name(), edm::ESGetToken< MTDClusterParameterEstimator, MTDCPERecord >.name(), edm::ESGetToken< RPCDeadStrips, RPCDeadStripsRcd >.name(), edm::ESGetToken< L1TriggerKey, TRcd >.name(), edm::ESGetToken< EcalTPGOddWeightIdMap, EcalTPGOddWeightIdMapRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuTriggerPtScaleRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuDTTFMasksRcd >.name(), edm::ESGetToken< EcalTPGFineGrainEBIdMap, EcalTPGFineGrainEBIdMapRcd >.name(), edm::ESGetToken< EcalTPGFineGrainEBGroup, EcalTPGFineGrainEBGroupRcd >.name(), edm::ESGetToken< L1TMuonOverlapFwVersion, L1TMuonOverlapFwVersionRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalTimeCalibConstantsRcd >.name(), edm::ESGetToken< L1CaloEtScale, L1JetEtScaleRcd >.name(), edm::ESGetToken< RPCGeometry, MuonGeometryRecord >.name(), edm::ESGetToken< Alignments, EEAlignmentRcd >.name(), edm::ESGetToken< EcalLaserDbService, EcalLaserDbRecord >.name(), edm::ESGetToken< EcalFunParams, EcalClusterEnergyCorrectionParametersRcd >.name(), edm::ESGetToken< L1MuGMTScales, L1MuGMTScalesRcd >.name(), edm::ESGetToken< L1MuDTExtLut, L1MuDTExtLutRcd >.name(), edm::ESGetToken< ProductType, RecordType >.name(), edm::ESGetToken< ProductT, RecordT >.name(), edm::ESGetToken< HcalDcsMap, HcalDcsMapRcd >.name(), edm::ESGetToken< HcalRecoParamsWithPulseShapesGPU, HcalRecoParamsRcd >.name(), edm::ESGetToken< HcalTimeCorrsGPU, HcalTimeCorrsRcd >.name(), edm::ESGetToken< thePayloadObject, theDBRecordType >.name(), edm::ESGetToken< SimBeamSpotObjects, SimBeamSpotObjectsRcd >.name(), edm::ESGetToken< SurveyErrors, TrackerSurveyErrorExtendedRcd >.name(), edm::ESGetToken< RBCBoardSpecs, RBCBoardSpecsRcd >.name(), edm::ESGetToken< L1TriggerKey, L1RPCBxOrConfigRcd >.name(), edm::ESGetToken< EcalTPGFineGrainTowerEE, EcalTPGFineGrainTowerEERcd >.name(), edm::ESGetToken< PTrackerParameters, PTrackerParametersRcd >.name(), edm::ESGetToken< EcalTPGLutGroup, EcalTPGLutGroupRcd >.name(), edm::ESGetToken< HcalTimeSlew, HcalTimeSlewRecord >.name(), edm::ESGetToken< HepPDT::ParticleDataTable, PDTRecord >.name(), edm::ESGetToken< HcalZDCLowGainFractions, HcalZDCLowGainFractionsRcd >.name(), edm::ESGetToken< MTDDetLayerGeometry, MTDRecoGeometryRecord >.name(), edm::ESGetToken< L1TMuonBarrelParams, L1TMuonBarrelParamsRcd >.name(), edm::ESGetToken< L1TUtmTriggerMenu, L1TUtmTriggerMenuRcd >.name(), edm::ESGetToken< HcalLutMetadata, HcalLutMetadataRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, CaloTowerGeometryRecord >.name(), edm::ESGetToken< CaloSubdetectorGeometry, EcalEndcapGeometry::AlignedRecord >.name(), edm::ESGetToken< BeamSpotOnlineObjects, BeamSpotOnlineLegacyObjectsRcd >.name(), edm::ESGetToken< DetIdAssociator, DetIdAssociatorRecord >.name(), edm::ESGetToken< SiStripRegionCabling, SiStripRegionCablingRcd >.name(), edm::ESGetToken< EcalTPGSlidingWindow, EcalTPGSlidingWindowRcd >.name(), edm::ESGetToken< SiStripNoises, SiStripNoisesRcd >.name(), edm::ESGetToken< L1CaloEcalScale, L1CaloEcalScaleRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuDTQualPatternLutRcd >.name(), edm::ESGetToken< HcalDbService, HcalDbRecord >.name(), edm::ESGetToken< TkDetMap, TrackerTopologyRcd >.name(), edm::ESGetToken< CSCL1TPLookupTableCCLUT, CSCL1TPLookupTableCCLUTRcd >.name(), edm::ESGetToken< SiPhase2OuterTrackerLorentzAngle, SiPhase2OuterTrackerLorentzAngleSimRcd >.name(), edm::ESGetToken< L1RCTChannelMask, L1RCTChannelMaskRcd >.name(), edm::ESGetToken< AlignmentErrorsExtended, MTDAlignmentErrorExtendedRcd >.name(), edm::ESGetToken< CastorGainWidths, CastorGainWidthsRcd >.name(), edm::ESGetToken< HcalFlagHFDigiTimeParams, HcalFlagHFDigiTimeParamsRcd >.name(), edm::ESGetToken< HcalRecoParams, HcalRecoParamsRcd >.name(), edm::ESGetToken< L1TriggerKey, L1RCTChannelMaskRcd >.name(), edm::ESGetToken< JetResolutionObject, JetResolutionRcd >.name(), edm::ESGetToken< TTStubAlgorithm, TTStubAlgorithmRecord >.name(), edm::ESGetToken< HcalGainWidthsGPU, HcalGainWidthsRcd >.name(), edm::ESGetToken< TransientTrackingRecHitBuilder, TransientRecHitRecord >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtPsbSetupRcd >.name(), edm::ESGetToken< SiPixelROCsStatusAndMappingWrapper, CkfComponentsRecord >.name(), edm::ESGetToken< EcalLaserAPDPNRatiosRefGPU, EcalLaserAPDPNRatiosRefRcd >.name(), edm::ESGetToken< L1RCTNoisyChannelMask, L1RCTNoisyChannelMaskRcd >.name(), edm::ESGetToken< L1GtPrescaleFactors, L1GtPrescaleFactorsTechTrigRcd >.name(), edm::ESGetToken< T, R >.name(), edm::ESGetToken< EcalTPGWeightIdMap, EcalTPGWeightIdMapRcd >.name(), edm::ESGetToken< HcalChannelQuality, HcalChannelQualityRcd >.name(), edm::ESGetToken< EcalFunParams, EcalClusterEnergyCorrectionObjectSpecificParametersRcd >.name(), edm::ESGetToken< AlCaRecoTriggerBits, AlCaRecoTriggerBitsRcd >.name(), edm::ESGetToken< ESEEIntercalibConstants, ESEEIntercalibConstantsRcd >.name(), edm::ESGetToken< RPCObImon, RPCObImonRcd >.name(), edm::ESGetToken< DistanceBetweenComponents< N >, TrackingComponentsRecord >.name(), edm::ESGetToken< RecoIdealGeometry, RPCRecoGeometryRcd >.name(), edm::ESGetToken< SiStripLatency, SiStripLatencyRcd >.name(), edm::ESGetToken< JME::JetResolutionObject, JetResolutionRcd >.name(), edm::ESGetToken< GEMMaskedStrips, GEMMaskedStripsRcd >.name(), edm::ESGetToken< CSCChamberMap, CSCChamberMapRcd >.name(), edm::ESGetToken< HcalRespCorrs, HcalRespCorrsRcd >.name(), edm::ESGetToken< MagFieldConfig, MagFieldConfigRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuGMTChannelMaskRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuDTTFParametersRcd >.name(), edm::ESGetToken< L1TriggerKey, L1GtParametersRcd >.name(), edm::ESGetToken< SiStripApvGain, SiStripApvGainRcd >.name(), edm::ESGetToken< JME::JetResolutionObject, JetResolutionScaleFactorRcd >.name(), edm::ESGetToken< L1GctJetFinderParams, L1GctJetFinderParamsRcd >.name(), edm::ESGetToken< ESThresholds, ESThresholdsRcd >.name(), edm::ESGetToken< HcalTrigTowerGeometry, CaloGeometryRecord >.name(), edm::ESGetToken< TrajectoryFitter, TrajectoryFitterRecord >.name(), edm::ESGetToken< HcalSeverityLevelComputer, HcalSeverityLevelComputerRcd >.name(), edm::ESGetToken< ParticleDataTable, PDTRecord >.name(), edm::ESGetToken< EcalRecHitParametersGPU, JobConfigurationGPURecord >.name(), ESGetToken< Alignments, Rcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuTriggerScalesRcd >.name(), edm::ESGetToken< JetTagComputer, JetTagComputerRecord >.name(), edm::ESGetToken< EcalLaserAPDPNRatios, EcalLaserAPDPNRatiosMCRcd >.name(), edm::ESGetToken< PGeometricTimingDet, IdealGeometryRecord >.name(), edm::ESGetToken< EcalCondTowerObjectContainer, EcalDAQTowerStatusRcd >.name(), edm::ESGetToken< DYTThrObject, DYTThrObjectRcd >.name(), edm::ESGetToken< RPCEMap, RPCEMapRcd >.name(), edm::ESGetToken< SiStripLorentzAngle, SiStripLorentzAngleSimRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuDTPhiLutRcd >.name(), edm::ESGetToken< Alignments, CSCAlignmentRcd >.name(), edm::ESGetToken< HcalTopology, HcalRecNumberingRecord >.name(), edm::ESGetToken< L1MuGMTChannelMask, L1MuGMTChannelMaskRcd >.name(), edm::ESGetToken< L1MuCSCPtLut, L1MuCSCPtLutRcd >.name(), edm::ESGetToken< EcalSCDynamicDPhiParameters, EcalSCDynamicDPhiParametersRcd >.name(), edm::ESGetToken< L1RPCHsbConfig, L1RPCHsbConfigRcd >.name(), edm::ESGetToken< MultiGaussianStateMerger< 5 >, TrackingComponentsRecord >.name(), edm::ESGetToken< L1GtTriggerMask, L1GtTriggerMaskVetoAlgoTrigRcd >.name(), edm::ESGetToken< CTPPSPixelAnalysisMask, CTPPSPixelAnalysisMaskRcd >.name(), edm::ESGetToken< Alignments, HEAlignmentRcd >.name(), edm::ESGetToken< Object, Record >.name(), edm::ESGetToken< RPCAMCLinkMap, RPCOMTFLinkMapRcd >.name(), edm::ESGetToken< CastorQIEData, CastorQIEDataRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtTriggerMaskVetoTechTrigRcd >.name(), edm::ESGetToken< SiStripFecCabling, SiStripFecCablingRcd >.name(), edm::ESGetToken< MEtXYcorrectParametersCollection, MEtXYcorrectRecord >.name(), edm::ESGetToken< TrackProbabilityCalibration, BTagTrackProbability2DRcd >.name(), edm::ESGetToken< L1TriggerKey, L1RPCHsbConfigRcd >.name(), edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord >.name(), edm::ESGetToken< cms::DDDetector, IdealGeometryRecord >.name(), edm::ESGetToken< CTPPSRPAlignmentCorrectionsData, RPMisalignedAlignmentRecord >.name(), edm::ESGetToken< MagFieldConfig, IdealMagneticFieldRecord >.name(), edm::ESGetToken< EcalIntercalibConstantsGPU, EcalIntercalibConstantsRcd >.name(), edm::ESGetToken< HcalGainsGPU, HcalGainsRcd >.name(), edm::ESGetToken< SiPixelGainCalibrationForHLT, SiPixelGainCalibrationForHLTSimRcd >.name(), edm::ESGetToken< DetGeomDesc, VeryForwardMisalignedGeometryRecord >.name(), edm::ESGetToken< SiPixelTemplateDBObject, SiPixelTemplateDBObjectRcd >.name(), edm::ESGetToken< SiStripConfObject, SiStripConfObjectRcd >.name(), edm::ESGetToken< HGCalTopology, IdealGeometryRecord >.name(), edm::ESGetToken< SiPixelGenErrorDBObject, SiPixelGenErrorDBObjectRcd >.name(), edm::ESGetToken< QGLikelihoodSystematicsObject, QGLikelihoodSystematicsRcd >.name(), edm::ESGetToken< HcalChannelPropertiesVec, HcalChannelPropertiesRecord >.name(), edm::ESGetToken< L1MuDTPhiLut, L1MuDTPhiLutRcd >.name(), edm::ESGetToken< RunInfo, RunInfoRcd >.name(), edm::ESGetToken< HcalSiPMCharacteristicsGPU, HcalSiPMCharacteristicsRcd >.name(), edm::ESGetToken< L1TMuonOverlapFwVersion, L1TMuonOverlapFwVersionO2ORcd >.name(), edm::ESGetToken< CondObj, Record >.name(), edm::ESGetToken< SiStripBadStrip, SiStripBadChannelRcd >.name(), edm::ESGetToken< CSCCrateMap, CSCCrateMapRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, CastorGeometryRecord >.name(), edm::ESGetToken< CSCL1TPLookupTableME11ILT, CSCL1TPLookupTableME11ILTRcd >.name(), edm::ESGetToken< PDetGeomDesc, VeryForwardIdealGeometryRecord >.name(), edm::ESGetToken< HcalMahiPulseOffsetsGPU, JobConfigurationGPURecord >.name(), edm::ESGetToken< PixelFEDChannelCollectionMap, SiPixelFEDChannelContainerESProducerRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalIntercalibErrorsRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalPFRecHitThresholdsRcd >.name(), edm::ESGetToken< PTrackerAdditionalParametersPerDet, PTrackerAdditionalParametersPerDetRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuGMTParametersRcd >.name(), edm::ESGetToken< FileBlob, GeometryFileRcd >.name(), edm::ESGetToken< EcalTPGFineGrainStripEE, EcalTPGFineGrainStripEERcd >.name(), edm::ESGetToken< EcalTPGLutIdMap, EcalTPGLutIdMapRcd >.name(), edm::ESGetToken< HGCalDDDConstants, IdealGeometryRecord >.name(), edm::ESGetToken< PhysicsTools::Calibration::MVAComputerContainer, TtSemiLepSignalSelMVARcd >.name(), edm::ESGetToken< Alignments, EBAlignmentRcd >.name(), edm::ESGetToken< SiPixelDynamicInefficiency, SiPixelDynamicInefficiencyRcd >.name(), edm::ESGetToken< EcalTPGWeightGroup, EcalTPGWeightGroupRcd >.name(), edm::ESGetToken< CTPPSPixelDAQMapping, CTPPSPixelDAQMappingRcd >.name(), edm::ESGetToken< EcalSRSettings, EcalSRSettingsRcd >.name(), edm::ESGetToken< EcalGainRatiosGPU, EcalGainRatiosRcd >.name(), edm::ESGetToken< TTClusterAlgorithm< T >, TTClusterAlgorithmRecord >.name(), edm::ESGetToken< Alignments, CSCSurveyRcd >.name(), edm::ESGetToken< L1TriggerKey, L1MuDTEtaPatternLutRcd >.name(), edm::ESGetToken< CastorPedestalWidths, CastorPedestalWidthsRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtTriggerMaskAlgoTrigRcd >.name(), edm::ESGetToken< L1MuDTTFMasks, L1MuDTTFMasksRcd >.name(), edm::ESGetToken< FileBlob, DQMXMLFileRcd >.name(), edm::ESGetToken< L1MuDTPtaLut, L1MuDTPtaLutRcd >.name(), edm::ESGetToken< L1GctChannelMask, L1GctChannelMaskRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1JetEtScaleRcd >.name(), edm::ESGetToken< HcalConvertedPedestalWidthsGPU, HcalCombinedRecord >.name(), edm::ESGetToken< GlobalTrackingGeometry, GlobalTrackingGeometryRecord >.name(), edm::ESGetToken< L1TriggerKey, L1HtMissScaleRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, EcalPreshowerGeometry::AlignedRecord >.name(), edm::ESGetToken< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionDepRcd >.name(), edm::ESGetToken< HcalLUTCorrsGPU, HcalLUTCorrsRcd >.name(), edm::ESGetToken< HepPDT::ParticleDataTable, edm::DefaultRecord >.name(), edm::ESGetToken< L1TriggerKey, L1GctJetFinderParamsRcd >.name(), edm::ESGetToken< ecal::raw::ElectronicsMappingGPU, EcalMappingElectronicsRcd >.name(), edm::ESGetToken< EcalTimeDependentCorrections, EcalLinearCorrectionsRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1MuDTPtaLutRcd >.name(), edm::ESGetToken< SurveyErrors, CSCSurveyErrorExtendedRcd >.name(), edm::ESGetToken< DTGeometry, MuonGeometryRecord >.name(), edm::ESGetToken< HcalTimingParams, HcalTimingParamsRcd >.name(), cond::persistency::PAYLOAD::INSERTION_TIME.name, edm::ESGetToken< HcalConvertedPedestalsGPU, HcalCombinedRecord >.name(), edm::ESGetToken< Alignments, GEMAlignmentRcd >.name(), edm::ESGetToken< CTPPSBeamParameters, CTPPSBeamParametersRcd >.name(), edm::ESGetToken< L1GtStableParameters, L1GtStableParametersRcd >.name(), edm::ESGetToken< ESADCToGeVConstant, ESADCToGeVConstantRcd >.name(), edm::ESGetToken< EcalTPGPhysicsConst, EcalTPGPhysicsConstRcd >.name(), edm::ESGetToken< MTDGeometry, MTDDigiGeometryRecord >.name(), edm::ESGetToken< PixelTrackCleaner, PixelTrackCleaner::Record >.name(), edm::ESGetToken< HcalTB06BeamParameters, IdealGeometryRecord >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalPulseCovariancesRcd >.name(), edm::ESGetToken< EcalElectronicsMapping, EcalMappingRcd >.name(), edm::ESGetToken< DDDetector, IdealMagneticFieldRecord >.name(), edm::ESGetToken< ESCondObjectContainer< ESStripGroupId >, ESWeightStripGroupsRcd >.name(), edm::ESGetToken< PhysicsTools::Calibration::MVAComputerContainer, TtFullHadSignalSelMVARcd >.name(), edm::ESGetToken< EcalFunParams, EcalClusterLocalContCorrParametersRcd >.name(), edm::ESGetToken< SiPixelFEDChannelContainer, SiPixelStatusScenariosRcd >.name(), edm::ESGetToken< ESCondObjectContainer, ESChannelStatusRcd >.name(), edm::ESGetToken< PMTDParameters, PMTDParametersRcd >.name(), edm::ESGetToken< L1RPCConfig, L1RPCConfigRcd >.name(), edm::ESGetToken< CastorGains, CastorGainsRcd >.name(), edm::ESGetToken< RPCInverseLBLinkMap, RPCInverseLBLinkMapRcd >.name(), edm::ESGetToken< L1TriggerKeyExt, L1TriggerKeyExtRcd >.name(), edm::ESGetToken< L1MuGMTParameters, L1MuGMTParametersRcd >.name(), edm::ESGetToken< CastorSaturationCorrs, CastorSaturationCorrsRcd >.name(), edm::ESGetToken< FWRecoGeometry, FWRecoGeometryRecord >.name(), edm::ESGetToken< HcalGains, HcalGainsRcd >.name(), edm::ESGetToken< SiStripApvGain, SiStripApvGain3Rcd >.name(), edm::ESGetToken< AlignmentErrorsExtended, GEMAlignmentErrorExtendedRcd >.name(), edm::ESGetToken< CSCBadStrips, CSCBadStripsRcd >.name(), edm::ESGetToken< MagneticField, IdealMagneticFieldRecord >.name(), edm::ESGetToken< L1TriggerKeyList, L1RCTParametersRcd >.name(), edm::ESGetToken< SiStripApvGain, SiStripApvGainSimRcd >.name(), edm::ESGetToken< HGCalGeometry, IdealGeometryRecord >.name(), edm::ESGetToken< ESMIPToGeVConstant, ESMIPToGeVConstantRcd >.name(), edm::ESGetToken< EcalLaserDbService, EcalLaserDbRecordMC >.name(), edm::ESGetToken< L1TriggerKeyList, L1EmEtScaleRcd >.name(), edm::ESGetToken< EcalPulseCovariancesGPU, EcalPulseCovariancesRcd >.name(), edm::ESGetToken< SiStripBaseDelay, SiStripBaseDelayRcd >.name(), edm::ESGetToken< SiStripApvSimulationParameters, SiStripApvSimulationParametersRcd >.name(), edm::ESGetToken< L1TriggerKey, L1CaloHcalScaleRcd >.name(), edm::ESGetToken< CaloConfig, L1TCaloConfigRcd >.name(), edm::ESGetToken< EcalLaserAPDPNRatios, EcalLaserAPDPNRatiosRcd >.name(), edm::ESGetToken< L1TriggerKey, L1GtPsbSetupRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GtTriggerMenuRcd >.name(), edm::ESGetToken< hcal::raw::ElectronicsMappingGPU, HcalElectronicsMapRcd >.name(), edm::ESGetToken< L1CaloEtScale, L1EmEtScaleRcd >.name(), edm::ESGetToken< DTT0, DTT0Rcd >.name(), edm::ESGetToken< GeometricDet, IdealGeometryRecord >.name(), edm::ESGetToken< CSCGeometry, MuonGeometryRecord >.name(), edm::ESGetToken< TrackerInteractionGeometry, TrackerInteractionGeometryRecord >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalPulseShapesRcd >.name(), edm::ESGetToken< L1CaloEtScale, L1HfRingEtScaleRcd >.name(), edm::ESGetToken< SiStripQuality, SiStripQualityRcd >.name(), edm::ESGetToken< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionRcd >.name(), edm::ESGetToken< SurveyErrors, DTSurveyErrorExtendedRcd >.name(), edm::ESGetToken< NavigationSchool, NavigationSchoolRecord >.name(), edm::ESGetToken< CSCDBGasGainCorrection, CSCDBGasGainCorrectionRcd >.name(), edm::ESGetToken< trackerDTC::Setup, trackerDTC::SetupRcd >.name(), edm::ESGetToken< SiStripLorentzAngle, SiStripLorentzAngleDepRcd >.name(), edm::ESGetToken< CaloSubdetectorGeometry, EcalEndcapGeometryRecord >.name(), edm::ESGetToken< EcalMultifitParametersGPU, JobConfigurationGPURecord >.name(), edm::ESGetToken< CastorDbService, CastorDbRecord >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalPedestalsRcd >.name(), edm::ESGetToken< SiPixelGainCalibration, SiPixelGainCalibrationRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1RPCBxOrConfigRcd >.name(), edm::ESGetToken< HcalDcsValues, HcalDcsRcd >.name(), edm::ESGetToken< L1TriggerKey, L1TriggerKeyRcd >.name(), edm::ESGetToken< HcalTPChannelParameters, HcalTPChannelParametersRcd >.name(), edm::ESGetToken< AlignmentSurfaceDeformations, TrackerSurfaceDeformationRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1GctJetFinderParamsRcd >.name(), edm::ESGetToken< TrackerTopology, TrackerTopologyRcd >.name(), edm::ESGetToken< ClusterShapeHitFilter, TrajectoryFilter::Record >.name(), edm::ESGetToken< Alignments, ESAlignmentRcd >.name(), edm::ESGetToken< CaloParams, L1TCaloParamsO2ORcd >.name(), edm::ESGetToken< L1TGlobalPrescalesVetosFract, L1TGlobalPrescalesVetosFractRcd >.name(), edm::ESGetToken< HcalL1TriggerObjects, HcalL1TriggerObjectsRcd >.name(), edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcd >.name(), edm::ESGetToken< RPCObPVSSmap, RPCObPVSSmapRcd >.name(), edm::ESGetToken< EcalCondObjectContainer, EcalMappingElectronicsRcd >.name(), edm::ESGetToken< L1TMuonOverlapParams, L1TMuonOverlapParamsRcd >.name(), edm::ESGetToken< HcalPedestals, HcalPedestalsRcd >.name(), edm::ESGetToken< L1TriggerKey, L1JetEtScaleRcd >.name(), edm::ESGetToken< L1TriggerKey, L1CaloEcalScaleRcd >.name(), edm::ESGetToken< HcalSimulationConstants, HcalSimNumberingRecord >.name(), edm::ESGetToken< TotemAnalysisMask, TotemReadoutRcd >.name(), edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd >.name(), edm::ESGetToken< L1TriggerKeyList, L1RPCConfigRcd >.name(), edm::ESGetToken< CTPPSGeometry, VeryForwardMisalignedGeometryRecord >.name(), edm::ESGetToken< RecoIdealGeometry, DTRecoGeometryRcd >.name(), edm::ESGetToken< GeometricSearchTracker, TrackerRecoGeometryRecord >.name(), edm::ESGetToken< Alignments, TrackerSurveyRcd >.name(), edm::ESGetToken< MuonDetLayerGeometry, MuonRecoGeometryRecord >.name(), edm::ESGetToken< HcalZSThresholds, HcalZSThresholdsRcd >.name(), edm::ESGetToken< L1GtTriggerMask, L1GtTriggerMaskAlgoTrigRcd >.name(), edm::ESGetToken< MixingModuleConfig, MixingRcd >.name(), PhysicsTools::TreeReader::Value.name, CSCIndexerBase.name(), FWViewType.name(), classes.MonitorData.name, edm::eventsetup::LooperMakerTraits.name(), BPhysicsValidation.name, PhysicsTools::ProcessRegistry< Base_t, CalibBase_t, Parent_t >.name, cond::persistency::GTProxy.name(), Measurement.name(), GeometricDet.name(), pat::TriggerCondition.name(), L1GObject.name(), StripSubClusterShapeTrajectoryFilter.name(), HistogramManager.name, FWEventItem.name(), classes.OutputData.name, edm::TypeWithDict.name(), CosmicTrackingRegion.name(), Crystal.name, HistoData.name, L1TPhase2CorrelatorOffline::MultiCollection.name(), GeometricTimingDet.name(), h2DSegm.name, options.HLTProcessOptions.name, emtf::AbsoluteDeviation.name(), cond::persistency::IOV::TAG_NAME.name, tnp::ProbeFlag.name(), cond::persistency::IOV::SINCE.name, utils.StatisticalTest.name, cond::persistency::IOV::PAYLOAD_HASH.name, cond::persistency::IOV::INSERTION_TIME.name, edm::ESGetToken< fwliteeswriter::DummyType, fwliteeswriter::FWLWEventSetupRecord >.name(), pat::TriggerAlgorithm.name(), pat::TriggerPath.name(), DetIdAssociator.name(), DQMNet::WaitObject.name, cscdqm::Address.name(), python.rootplot.utilities.Hist.name, VIDSelectorBase.VIDSelectorBase.name(), AlpgenParameterName.name, VariableComputer.name(), MaterialAccountingGroup.name(), config.Analyzer.name, geometry.Structure.name, TrackingRegion.name(), IntegratedCalibrationBase.name(), hDigis.name, core.autovars.NTupleSubObject.name, cuy.divideElement.name, Capsule.name, cuy.plotElement.name, core.autovars.NTupleObject.name, VersionedSelector< edm::Ptr< reco::GsfElectron > >.name(), VersionedSelector< edm::Ptr< reco::Photon > >.name(), VersionedSelector< edm::Ptr< pat::Photon > >.name(), VersionedSelector< edm::Ptr< reco::Muon > >.name(), cuy.additionElement.name, VersionedSelector< T >.name(), VersionedSelector< edm::Ptr< pat::Electron > >.name(), Ceramic.name, PhysicsTools::Variable.name, SiStripMonitorDigi.name, cms::DDFilteredView.name(), BulkSilicon.name, config.Service.name, cuy.superimposeElement.name, Folder.name(), emtf::Huber.name(), CaloSD::Detector.name, APD.name, nanoaod::FlatTable::Column.name, core.autovars.NTupleCollection.name, cuy.graphElement.name, NanoAODDQM::SelGroupConfig.name, BPHRecoBuilder::BPHRecoSource.name, FilterSelection.name(), BPHRecoBuilder::BPHCompSource.name, StraightTrackAlignment::RPSetPlots.name, BasicHepMCValidation::ParticleMonitor.name, cond::persistency::TAG_AUTHORIZATION::TAG_NAME.name, cond::persistency::TAG_AUTHORIZATION::ACCESS_TYPE.name, cond::persistency::TAG_AUTHORIZATION::CREDENTIAL.name, cond::persistency::TAG_AUTHORIZATION::CREDENTIAL_TYPE.name, InnerLayerVolume.name, emtf::PercentErrorSquared.name(), utils.KS.name, cond::payloadInspector::TagReference.name, trklet::VarBase.name(), RectangularEtaPhiTrackingRegion.name(), cond::persistency::TAG_LOG::TAG_NAME.name, cond::persistency::TAG_LOG::EVENT_TIME.name, cond::persistency::TAG_LOG::USER_NAME.name, cond::persistency::TAG_LOG::HOST_NAME.name, cond::persistency::TAG_LOG::COMMAND.name, cond::persistency::TAG_LOG::ACTION.name, cond::persistency::TAG_LOG::USER_TEXT.name, utils.Chi2.name, personalPlayback.FrameworkJob.name, Grid.name, Grille.name, utils_v2.StatisticalTest.name, utils.BinToBin.name, BackPipe.name, plotscripts.SawTeethFunction.name, utils_v2.KolmogorovTest.name, dirstructure.Comparison.name, utils_v2.Chi2Test.name, dqm_interfaces.DirID.name, PatchPanel.name, BackCoolTank.name, utils.BinToBin1percent.name, hcaldqm::quantity::FlagQuantity.name(), DryAirTube.name, python.rootplot.utilities.RootFile.name, crabFunctions.CrabTask.name, MBCoolTube.name, hHits.name, MBManif.name, hcaldqm::quantity::LumiSection.name(), cscdqm::ParHistoDef.name, hcaldqm::quantity::LumiSectionCoarse.name(), hcaldqm::quantity::RunNumber.name(), hcaldqm::quantity::EventNumber.name(), hDeltaR.name, hcaldqm::quantity::EventType.name(), validation.Sample.name(), hTMaxCell.name, BeautifulSoup.Tag.name, dqm_interfaces.DirWalkerFile.name, hParam.name, hMuonStat.name, genericValidation.ValidationWithPlotsSummaryBase.SummaryItem.name(), hTOF.name, hTDelay.name, hTimes< hTime >.name, SummaryOutputProducer::GenericSummary.name, BeautifulSoup.SoupStrainer.name, dataset.Dataset.name(), validation.SimpleSample.name(), trackingPlots.Iteration.name(), primaryVertexResolution.PrimaryVertexResolution.outputBaseName, primaryVertexValidation.PrimaryVertexValidation.outputBaseName, offlineValidation.OfflineValidation.outputBaseName, monteCarloValidation.MonteCarloValidation.outputBaseName, and overlapValidation.OverlapValidation.outputBaseName.

Referenced by trackSplittingValidation.TrackSplittingValidation.appendToMerge(), primaryVertexValidation.PrimaryVertexValidation.appendToMerge(), trackSplittingValidation.TrackSplittingValidation.appendToPlots(), primaryVertexValidation.PrimaryVertexValidation.appendToPlots(), zMuMuValidation.ZMuMuValidation.appendToPlots(), and zMuMuValidation.ZMuMuValidation.filesToCompare().

65 
66  def getRepMap(self, alignment = None):
67  if alignment == None:
68  alignment = self.alignmentToValidate
69  repMap = super(PrimaryVertexValidation, self).getRepMap(alignment)
70  repMap.update({
71  "nEvents": self.general["maxevents"],
72  "TrackCollection": self.general["trackcollection"],
73  "VertexCollection": self.general["vertexcollection"],
74  "eosdir": os.path.join(self.general["eosdir"]),
75  #"eosdir": os.path.join(self.general["eosdir"], "%s/%s/%s" % (self.outputBaseName, self.name, alignment.name)),
76  "workingdir": ".oO[datadir]Oo./%s/%s/%s" % (self.outputBaseName, self.name, alignment.name),
77  "plotsdir": ".oO[datadir]Oo./%s/%s/%s/plots" % (self.outputBaseName, self.name, alignment.name),
78  "filetoplot": "root://eoscms//eos/cms.oO[finalResultFile]Oo.",
79  })
80 
81  return repMap
def primaryVertexValidation.PrimaryVertexValidation.isPVValidation (   self)

Definition at line 52 of file primaryVertexValidation.py.

52 
53  def isPVValidation(self):
54  return True
def primaryVertexValidation.PrimaryVertexValidation.plotsdirname (   cls)

Definition at line 112 of file primaryVertexValidation.py.

113  def plotsdirname(cls):
114  return "PrimaryVertexValidation"
def primaryVertexValidation.PrimaryVertexValidation.plottingscriptname (   cls)

Definition at line 104 of file primaryVertexValidation.py.

105  def plottingscriptname(cls):
106  return "TkAlPrimaryVertexValidationPlot.C"
def primaryVertexValidation.PrimaryVertexValidation.plottingscripttemplate (   cls)

Definition at line 108 of file primaryVertexValidation.py.

109  def plottingscripttemplate(cls):
110  return configTemplates.PrimaryVertexPlotTemplate
def primaryVertexValidation.PrimaryVertexValidation.ProcessName (   self)

Definition at line 56 of file primaryVertexValidation.py.

56 
57  def ProcessName(self):
58  return "PrimaryVertexValidation"
def primaryVertexValidation.PrimaryVertexValidation.runPlots (   cls,
  validations 
)

Definition at line 100 of file primaryVertexValidation.py.

101  def runPlots(cls, validations):
102  return configTemplates.PrimaryVertexPlotExecution
def primaryVertexValidation.PrimaryVertexValidation.use_d0cut (   self)

Definition at line 48 of file primaryVertexValidation.py.

48 
49  def use_d0cut(self):
50  return False
def primaryVertexValidation.PrimaryVertexValidation.ValidationSequence (   self)

Definition at line 43 of file primaryVertexValidation.py.

43 
44  def ValidationSequence(self):
45  #never enters anywhere, since we use the custom DefinePath which includes the goodVertexSkim
46  return ""
def primaryVertexValidation.PrimaryVertexValidation.ValidationTemplate (   self)

Definition at line 35 of file primaryVertexValidation.py.

35 
36  def ValidationTemplate(self):
37  return configTemplates.PrimaryVertexValidationTemplate

Member Data Documentation

string primaryVertexValidation.PrimaryVertexValidation.configBaseName = "TkAlPrimaryVertexValidation"
static

Definition at line 10 of file primaryVertexValidation.py.

Referenced by genericValidation.GenericValidationData.cfgName().

string primaryVertexValidation.PrimaryVertexValidation.crabCfgBaseName = "TkAlPrimaryVertexValidation"
static

Definition at line 12 of file primaryVertexValidation.py.

Referenced by trackSplittingValidation.TrackSplittingValidation.createCrabCfg(), primaryVertexValidation.PrimaryVertexValidation.createCrabCfg(), and zMuMuValidation.ZMuMuValidation.createCrabCfg().

dictionary primaryVertexValidation.PrimaryVertexValidation.defaults
static
Initial value:
1 = {
2  # N.B.: the reference needs to be updated each time the format of the output is changed
3  "pvvalidationreference": ("/store/group/alca_trackeralign/validation/PVValidation/Reference/PrimaryVertexValidation_phaseIMC92X_upgrade2017_Ideal.root"),
4  "doBPix":"True",
5  "doFPix":"True",
6  "forceBeamSpot":"False",
7  "multiIOV":"False",
8  }

Definition at line 15 of file primaryVertexValidation.py.

Referenced by tree.Tree.reset(), and tree.Tree.var().

dictionary primaryVertexValidation.PrimaryVertexValidation.mandatories = {"isda","ismc","runboundary","trackcollection","vertexcollection","lumilist","ptCut","etaCut","runControl","numberOfBins"}
static

Definition at line 23 of file primaryVertexValidation.py.

string primaryVertexValidation.PrimaryVertexValidation.outputBaseName = "PrimaryVertexValidation"
static

Definition at line 14 of file primaryVertexValidation.py.

Referenced by primaryVertexValidation.PrimaryVertexValidation.getRepMap(), zMuMuValidation.ZMuMuValidation.getRepMap(), and genericValidation.GenericValidationData.getRepMap().

string primaryVertexValidation.PrimaryVertexValidation.resultBaseName = "PrimaryVertexValidation"
static

Definition at line 13 of file primaryVertexValidation.py.

Referenced by genericValidation.GenericValidationData.getRepMap().

string primaryVertexValidation.PrimaryVertexValidation.scriptBaseName = "TkAlPrimaryVertexValidation"
static

Definition at line 11 of file primaryVertexValidation.py.

Referenced by genericValidation.GenericValidationData.createScript().

string primaryVertexValidation.PrimaryVertexValidation.valType = "primaryvertex"
static

Definition at line 24 of file primaryVertexValidation.py.

Referenced by preexistingValidation.PreexistingValidation.getRepMap(), genericValidation.GenericValidation.getRepMap(), validateAlignments.ValidationJob.runJob(), and zMuMuValidation.ZMuMuValidation.trackcollection().