CMS 3D CMS Logo

Functions | Variables
runTauDisplay Namespace Reference

Functions

def finalDaughters (gen, daughters=None)
 
def returnRough (dm)
 
def visibleP4 (gen)
 

Variables

 _dr_
 
 _genparticle_
 
 argc
 
 argvs
 
 bme
 
 bmjet
 
 bmm
 
 decaymode
 
 dr
 
 dtype
 
 eid
 
 events
 
 evtid
 
 file
 
 filelist
 
 filename
 
 gen_dm
 
 genElectrons
 
 genMuons
 
 genParticles
 
 genParticlesH
 
 genTaus
 
 gp
 
 h_ngen
 
 jetH
 
 jets
 
 outputname
 
 RelVal
 
 runtype
 
 tag
 
 tau_againstElectronLooseMVA5
 
 tau_againstElectronLooseMVA6
 
 tau_againstElectronMediumMVA5
 
 tau_againstElectronMediumMVA6
 
 tau_againstElectronMVA5raw
 
 tau_againstElectronMVA6raw
 
 tau_againstElectronTightMVA5
 
 tau_againstElectronTightMVA6
 
 tau_againstElectronVLooseMVA5
 
 tau_againstElectronVLooseMVA6
 
 tau_againstElectronVTightMVA5
 
 tau_againstElectronVTightMVA6
 
 tau_againstMuonLoose3
 
 tau_againstMuonTight3
 
 tau_byCombinedIsolationDeltaBetaCorrRaw3Hits
 
 tau_byIsolationMVA3oldDMwLTraw
 
 tau_byIsolationMVArun2v1DBoldDMwLTraw
 
 tau_byIsolationMVArun2v1PWoldDMwLTraw
 
 tau_byLooseCombinedIsolationDeltaBetaCorr3Hits
 
 tau_byLooseIsolationMVA3oldDMwLT
 
 tau_byLooseIsolationMVArun2v1DBoldDMwLT
 
 tau_byLooseIsolationMVArun2v1PWoldDMwLT
 
 tau_byLoosePileupWeightedIsolation3Hits
 
 tau_byMediumCombinedIsolationDeltaBetaCorr3Hits
 
 tau_byMediumIsolationMVA3oldDMwLT
 
 tau_byMediumIsolationMVArun2v1DBoldDMwLT
 
 tau_byMediumIsolationMVArun2v1PWoldDMwLT
 
 tau_byMediumPileupWeightedIsolation3Hits
 
 tau_byPileupWeightedIsolationRaw3Hits
 
 tau_byTightCombinedIsolationDeltaBetaCorr3Hits
 
 tau_byTightIsolationMVA3oldDMwLT
 
 tau_byTightIsolationMVArun2v1DBoldDMwLT
 
 tau_byTightIsolationMVArun2v1PWoldDMwLT
 
 tau_byTightPileupWeightedIsolation3Hits
 
 tau_byVLooseIsolationMVA3oldDMwLT
 
 tau_byVLooseIsolationMVArun2v1DBoldDMwLT
 
 tau_byVLooseIsolationMVArun2v1PWoldDMwLT
 
 tau_byVTightIsolationMVA3oldDMwLT
 
 tau_byVTightIsolationMVArun2v1DBoldDMwLT
 
 tau_byVTightIsolationMVArun2v1PWoldDMwLT
 
 tau_byVVTightIsolationMVA3oldDMwLT
 
 tau_byVVTightIsolationMVArun2v1DBoldDMwLT
 
 tau_byVVTightIsolationMVArun2v1PWoldDMwLT
 
 tau_chargedIsoPtSum
 
 tau_decayModeFindingNewDMs
 
 tau_decayModeFindingOldDMs
 
 tau_dm
 
 tau_dm_rough
 
 tau_eta
 
 tau_eventid
 
 tau_footprintCorrection
 
 tau_gendm
 
 tau_gendm_rough
 
 tau_geneta
 
 tau_genphi
 
 tau_genpt
 
 tau_id
 
 tau_mass
 
 tau_neutralIsoPtSum
 
 tau_neutralIsoPtSumWeight
 
 tau_phi
 
 tau_photonPtSumOutsideSignalCone
 
 tau_pt
 
 tau_puCorrPtSum
 
 tau_tree
 
 tau_vertex
 
 tauH
 
 taus
 
 vertexH
 
 vertices
 
 vis
 
 visP4
 

Function Documentation

◆ finalDaughters()

def runTauDisplay.finalDaughters (   gen,
  daughters = None 
)

Definition at line 66 of file runTauDisplay.py.

66 def finalDaughters(gen, daughters=None):
67  if daughters is None:
68  daughters = []
69  for i in range(gen.numberOfDaughters()):
70  daughter = gen.daughter(i)
71  if daughter.numberOfDaughters() == 0:
72  daughters.append(daughter)
73  else:
74  finalDaughters(daughter, daughters)
75 
76  return daughters
77 
78 

References FastTimerService_cff.range.

Referenced by visibleP4().

◆ returnRough()

def runTauDisplay.returnRough (   dm)

Definition at line 51 of file runTauDisplay.py.

51 def returnRough(dm):
52  if dm in [0]:
53  return 0
54  elif dm in [1,2]:
55  return 1
56  elif dm in [5,6]:
57  return 2
58  elif dm in [10]:
59  return 3
60  elif dm in [11]:
61  return 4
62  else:
63  return -1
64 
65 

◆ visibleP4()

def runTauDisplay.visibleP4 (   gen)

Definition at line 79 of file runTauDisplay.py.

79 def visibleP4(gen):
80  final_ds = finalDaughters(gen)
81 
82  p4 = sum((d.p4() for d in final_ds if abs(d.pdgId()) not in [12, 14, 16]), ROOT.math.XYZTLorentzVectorD())
83 
84  return p4
85 
86 
87 
88 
89 

References funct.abs(), finalDaughters(), and FastTimerService_cff.range.

Variable Documentation

◆ _dr_

runTauDisplay._dr_
private

Definition at line 344 of file runTauDisplay.py.

◆ _genparticle_

runTauDisplay._genparticle_
private

Definition at line 319 of file runTauDisplay.py.

◆ argc

runTauDisplay.argc

Definition at line 35 of file runTauDisplay.py.

◆ argvs

runTauDisplay.argvs

Definition at line 34 of file runTauDisplay.py.

◆ bme

runTauDisplay.bme

Definition at line 349 of file runTauDisplay.py.

◆ bmjet

runTauDisplay.bmjet

Definition at line 344 of file runTauDisplay.py.

◆ bmm

runTauDisplay.bmm

Definition at line 354 of file runTauDisplay.py.

◆ decaymode

runTauDisplay.decaymode

Definition at line 327 of file runTauDisplay.py.

Referenced by reco::tau.pt_weighted_dx(), and reco::tau.pt_weighted_dx_T().

◆ dr

runTauDisplay.dr

Definition at line 333 of file runTauDisplay.py.

◆ dtype

runTauDisplay.dtype

◆ eid

runTauDisplay.eid

Definition at line 298 of file runTauDisplay.py.

Referenced by HcalOnlineHarvesting._dqmEndLuminosityBlock(), PedestalTask._dump(), LEDTask._dump(), LaserTask._dump(), QIE10Task._process(), QIE11Task._process(), TPTask._process(), RawTask._process(), LEDTask._process(), RecHitTask._process(), DigiTask._process(), LaserTask._process(), UHTRpacker.addChannel(), FCDTask.analyze(), ZDCTask.analyze(), hcaldqm::DigiRunSummary.beginRun(), hcaldqm::ContainerXXX< int >.book(), hcaldqm::ContainerProf1D.book(), hcaldqm::ContainerProf2D.book(), hcaldqm::Container2D.book(), hcaldqm::Container1D.book(), FCDTask.bookHistograms(), LEDTask.bookHistograms(), ZDCTask.bookHistograms(), DigiTask.bookHistograms(), ecaldqm::binning.channelName(), HcalUnpackerReport.countUnmappedDigi(), HcalUnpackerReport.countUnmappedTPDigi(), CSCDigiToRaw.createFedBuffers(), CastorDbASCIIIO.dumpObject(), ecal::raw::ElectronicsMappingGPU.ElectronicsMappingGPU(), hcal::raw::ElectronicsMappingGPU.ElectronicsMappingGPU(), hcaldqm::RawRunSummary.endJob(), hcaldqm::TPRunSummary.endJob(), hcaldqm::RecoRunSummary.endJob(), hcaldqm::DigiRunSummary.endJob(), hcaldqm::RawRunSummary.endLuminosityBlock(), hcaldqm::DigiRunSummary.endLuminosityBlock(), hcaldqm::ContainerSingleProf2D.fill(), hcaldqm::ContainerProf2D.fill(), hcaldqm::ContainerSingle2D.fill(), EcalElectronicsMapper.fillMaps(), hcaldqm::filter::HashFilter.filter(), HcalElectronicsMap.findPByElId(), CastorElectronicsMap.findPByElId(), HcalElectronicsMap.findTByElId(), CastorElectronicsMap.findTByElId(), hcaldqm::ContainerXXX< int >.get(), HcalQLPlotHistoMgr.GetAHistogram(), HistoManager.GetAHistogram(), hcaldqm::quantity::ElectronicsQuantity.getBin(), hcaldqm::quantity::FEDQuantity.getBin(), hcaldqm::quantity::CrateQuantity.getBin(), hcaldqm::quantity.getBin_Crate(), hcaldqm::quantity.getBin_CrateuTCA(), hcaldqm::quantity.getBin_CrateVME(), hcaldqm::quantity.getBin_FED(), hcaldqm::quantity.getBin_FEDuTCA(), hcaldqm::quantity.getBin_FEDuTCASlot(), hcaldqm::quantity.getBin_FEDVME(), hcaldqm::quantity.getBin_FEDVMESpigot(), hcaldqm::quantity.getBin_FiberCh(), hcaldqm::quantity.getBin_FiberChuTCATP(), hcaldqm::quantity.getBin_FiberuTCA(), hcaldqm::quantity.getBin_FiberuTCAFiberCh(), hcaldqm::quantity.getBin_FiberuTCATP(), hcaldqm::quantity.getBin_FiberuTCATPFiberChuTCATP(), hcaldqm::quantity.getBin_FiberVME(), hcaldqm::quantity.getBin_FiberVMEFiberCh(), hcaldqm::quantity.getBin_SLB(), hcaldqm::quantity.getBin_SLBCh(), hcaldqm::quantity.getBin_SLBSLBCh(), hcaldqm::quantity.getBin_SlotuTCA(), hcaldqm::quantity.getBin_SlotVME(), hcaldqm::quantity.getBin_Spigot(), hcaldqm::Container1D.getBinContent(), hcaldqm::Container1D.getBinEntries(), DCCDataUnpacker.getChannelValue(), hcaldqm::utilities.getCrateHashMap(), hcaldqm::utilities.getCrateList(), HcalLogicalMap.getDetId(), hcaldqm::mapper::HashMapper.getHash(), hcaldqm::quantity::CrateQuantity.getLabels(), hcaldqm::quantity.getLabels_Crate(), hcaldqm::quantity.getLabels_FED(), hcaldqm::quantity.getLabels_FEDuTCA(), hcaldqm::quantity.getLabels_FEDuTCASlot(), hcaldqm::quantity.getLabels_FEDVMESpigot(), hcaldqm::quantity.getLabels_FiberCh(), hcaldqm::quantity.getLabels_FiberChuTCATP(), hcaldqm::quantity.getLabels_FiberuTCA(), hcaldqm::quantity.getLabels_FiberuTCAFiberCh(), hcaldqm::quantity.getLabels_FiberuTCATP(), hcaldqm::quantity.getLabels_FiberuTCATPFiberChuTCATP(), hcaldqm::quantity.getLabels_FiberVME(), hcaldqm::quantity.getLabels_FiberVMEFiberCh(), hcaldqm::quantity.getLabels_SLB(), hcaldqm::quantity.getLabels_SLBCh(), hcaldqm::quantity.getLabels_SLBSLBCh(), hcaldqm::quantity.getLabels_SlotuTCA(), hcaldqm::mapper::HashMapper.getName(), EcalRingCalibrationTools.getRingIndex(), hcaldqm::quantity::ElectronicsQuantity.getValue(), hcaldqm::quantity::FEDQuantity.getValue(), hcaldqm::quantity::CrateQuantity.getValue(), hcaldqm::quantity.getValue_Crate(), hcaldqm::quantity.getValue_CrateuTCA(), hcaldqm::quantity.getValue_CrateVME(), hcaldqm::quantity.getValue_FED(), hcaldqm::quantity.getValue_FEDuTCA(), hcaldqm::quantity.getValue_FEDuTCASlot(), hcaldqm::quantity.getValue_FEDVME(), hcaldqm::quantity.getValue_FEDVMESpigot(), hcaldqm::quantity.getValue_FiberCh(), hcaldqm::quantity.getValue_FiberChuTCATP(), hcaldqm::quantity.getValue_FiberuTCA(), hcaldqm::quantity.getValue_FiberuTCAFiberCh(), hcaldqm::quantity.getValue_FiberuTCATP(), hcaldqm::quantity.getValue_FiberuTCATPFiberChuTCATP(), hcaldqm::quantity.getValue_FiberVME(), hcaldqm::quantity.getValue_FiberVMEFiberCh(), hcaldqm::quantity.getValue_SLB(), hcaldqm::quantity.getValue_SLBCh(), hcaldqm::quantity.getValue_SLBSLBCh(), hcaldqm::quantity.getValue_SlotuTCA(), hcaldqm::quantity.getValue_SlotVME(), hcaldqm::quantity.getValue_Spigot(), TPTask.globalEndLuminosityBlock(), RawTask.globalEndLuminosityBlock(), RecHitTask.globalEndLuminosityBlock(), DigiTask.globalEndLuminosityBlock(), hcaldqm::utilities.hash(), hcaldqm::hashfunctions.hash_Crate(), hcaldqm::hashfunctions.hash_CrateSlot(), hcaldqm::hashfunctions.hash_CrateSpigot(), hcaldqm::hashfunctions.hash_EChannel(), hcaldqm::hashfunctions.hash_Electronics(), hcaldqm::hashfunctions.hash_FED(), hcaldqm::hashfunctions.hash_FEDSlot(), hcaldqm::hashfunctions.hash_FEDSpigot(), hcaldqm::electronicsmap::ElectronicsMap.initialize(), hcaldqm::utilities.isFEDHBHE(), hcaldqm::utilities.isFEDHF(), hcaldqm::utilities.isFEDHO(), hcaldqm::Container1D.load(), CastorElectronicsMap.lookup(), HcalElectronicsMap.lookup(), hcaldqm::hashfunctions.name_Crate(), hcaldqm::hashfunctions.name_CrateSlot(), hcaldqm::hashfunctions.name_CrateSpigot(), hcaldqm::hashfunctions.name_EChannel(), hcaldqm::hashfunctions.name_Electronics(), hcaldqm::hashfunctions.name_FED(), hcaldqm::hashfunctions.name_FEDSlot(), hcaldqm::hashfunctions.name_FEDSpigot(), HcalLuttoDB.openPerLut1(), HcalLuttoDB.openPerLut2(), UHTRpacker.packQIE10header(), UHTRpacker.packQIE11header(), UHTRpacker.packQIE8header(), edm::service::StallMonitor.postEvent(), edm::service::StallMonitor.preEvent(), HcalCableMapper.process(), HcalQLPlotAnalAlgos.processDigi(), HcalQLPlotAnalAlgos.processRH(), HcalPatternSource.produce(), SimHitTPAssociationProducer.produce(), ClusterTPAssociationProducer.produce(), HcalDigiToRawuHTR.produce(), hcaldqm::ContainerXXX< int >.push(), ecaldqm::IntegrityWriter.run(), HcalTriggerPrimitiveAlgo.runFEFormatError(), L1Analysis::L1AnalysisRecoMet.SetECALFlags(), HcalCalibDataFrame.setReadoutIds(), ZDCDataFrame.setReadoutIds(), HFDataFrame.setReadoutIds(), HBHEDataFrame.setReadoutIds(), HODataFrame.setReadoutIds(), tmtt::TP.TP(), HcalUnpacker_impl.unpack(), CastorCtdcUnpacker.unpack(), CastorUnpacker.unpack(), ZdcUnpacker.unpack(), HcalUnpacker.unpack(), ZdcUnpacker_impl.unpack_compact(), HcalUnpacker_impl.unpack_compact(), HcalUnpacker.unpackUTCA(), HcalUnpacker.unpackVME(), EcalPedOffset.writeDb(), HcalLuttoDB.writeoutlut1(), and HcalLuttoDB.writeoutlut2().

◆ events

runTauDisplay.events

Definition at line 110 of file runTauDisplay.py.

◆ evtid

runTauDisplay.evtid

◆ file

runTauDisplay.file

Definition at line 115 of file runTauDisplay.py.

◆ filelist

runTauDisplay.filelist

Definition at line 33 of file runTauDisplay.py.

◆ filename

runTauDisplay.filename

Definition at line 96 of file runTauDisplay.py.

◆ gen_dm

runTauDisplay.gen_dm

Definition at line 325 of file runTauDisplay.py.

◆ genElectrons

runTauDisplay.genElectrons

Definition at line 314 of file runTauDisplay.py.

◆ genMuons

runTauDisplay.genMuons

Definition at line 315 of file runTauDisplay.py.

Referenced by MuonPFAnalyzer.analyze(), and HeavyFlavorValidation.analyze().

◆ genParticles

runTauDisplay.genParticles

Definition at line 310 of file runTauDisplay.py.

◆ genParticlesH

runTauDisplay.genParticlesH

Definition at line 30 of file runTauDisplay.py.

Referenced by CaloParticleDebugger.analyze().

◆ genTaus

runTauDisplay.genTaus

Definition at line 313 of file runTauDisplay.py.

◆ gp

runTauDisplay.gp

Definition at line 431 of file runTauDisplay.py.

Referenced by GenParticleDecaySelector.add(), BeamDivergenceVtxGenerator.addSmearedGenParticle(), ME0DigisValidation.analyze(), ME0SegmentsValidation.analyze(), L1TMuonOverlapParamsViewer.analyze(), ParticleListDrawer.analyze(), CaloParticleDebugger.analyze(), OverlapValidation.analyze(), L1MuonRecoTreeProducer.analyze(), TrackerDpgAnalysis.analyze(), EMEnrichingFilterAlgo.applyBFieldCurv(), CaloTowerConstituentsMapBuilder.assignEEtoHE(), TrackerDpgAnalysis.beginRun(), bigmag(), MuonSeedBuilder.build(), magneticfield::MagGeoBuilder.buildInterpolator(), MagGeoBuilderFromDDD.buildInterpolator(), GEMSegmentAlgorithm.buildSegments(), reco::helper::JetMuonHitsIDHelper.calculate(), RPCSeedPattern.checkSimplePattern(), ResidualRefitting.CollectTrackHits(), DTGeometryValidate.compareTransform(), RPCGeometryValidate.compareTransform(), GEMGeometryValidate.compareTransform(), ME0GeometryValidate.compareTransform(), CSCGeometryValidate.compareTransform(), ValidateGeometry.compareTransform(), SiPixelErrorEstimation.computeAnglesFromDetPosition(), PrimitiveConversion.convert_csc(), PrimitiveConversion.convert_dt(), PrimitiveConversion.convert_gem(), PrimitiveConversion.convert_me0(), PrimitiveConversion.convert_rpc(), CSCCondSegFit.correctTheCovX(), MuonSeedCreator.createSeed(), OutInConversionSeedFinder.createSeedFTS(), MuonShowerInformationFiller.cscPositionToDets(), DD4hep_MaterialAccountingGroup.DD4hep_MaterialAccountingGroup(), CSCSegFit.derivativeMatrix(), SiStripFineDelayHit.detId(), DTBtiChip.DTBtiChip(), MuonShowerInformationFiller.dtPositionToDets(), ME0TriggerPseudoBuilder.dumpAllME0Segments(), ConversionForwardEstimator.estimate(), ConversionBarrelEstimator.estimate(), MuonSeedBuilder.etaError(), fastProp(), MagVolume.fieldInTesla(), MagGeometry.fieldInTesla(), Phase2TrackerMonitorDigi.fillITPixelDigiHistos(), Phase2TrackerMonitorDigi.fillOTDigiHistos(), reco::HcalNoiseInfoProducer.fillrechits(), TrackingNtuple.fillSeeds(), BCToEFilterAlgo.filter(), ComphepSingletopFilterPy8.filter(), ModelpMSSMFilter.filter(), EMEnrichingFilterAlgo.filterIsoGenPar(), EMEnrichingFilterAlgo.filterPhotonElectronSeed(), MuScleFitUtils.findSimMuFromRes(), MuScleFitMuonSelector.findSimMuFromRes(), MagELayer.findVolume(), MagESector.findVolume(), MagBSlab.findVolume(), MagBSector.findVolume(), MagBRod.findVolume(), MagBLayer.findVolume(), VolumeBasedMagneticField.findVolume(), MagGeometry.findVolume(), MagGeometry.findVolume1(), CSCCondSegFit.fit(), CSCSegFit.fitlsq(), GEMCSCSegFit.fitlsq(), SpecialCylindricalMFGrid.fromGridFrame(), trackingTools.ftsFromVertexToPoint(), BPHTrackReference.getFromGP(), L1TMuon::GeometryTranslator.getGEMSpecificPoint(), AngleConverter.getGlobalEta(), L1TMuon::GeometryTranslator.getME0SpecificPoint(), L1TMuon::GeometryTranslator.getRPCSpecificPoint(), CaloTowerGeometry.getSummary(), FastTimeGeometry.getSummary(), HGCalGeometry.getSummary(), CaloSubdetectorGeometry.getSummary(), HcalGeometry.getSummary(), TValidTrackingRecHit.globalState(), BaseTrackerRecHit.globalState(), BCToEFilterAlgo.hasBCAncestors(), NuclearTester.HitPositions(), MultiHitGeneratorFromChi2.hitSets(), MuonSeedBuilder.IdentifyShowering(), MagGeometry.inBarrel(), MagneticFieldMap.inInverseGeV(), MagneticField.inInverseGeV(), MagneticFieldMap.inInverseGeVZ(), MagneticFieldMap.inKGauss(), MagneticField.inKGauss(), MagneticFieldMap.inKGaussZ(), MagCylinder.inside(), MagVolume6Faces.inside(), SmartPropagator.insideTkVol(), MagneticFieldMap.inTesla(), ParabolicParametrizedMagneticField.inTesla(), PolyFit2DParametrizedMagneticField.inTesla(), OAEParametrizedMagneticField.inTesla(), MagVolume.inTesla(), VolumeBasedMagneticField.inTesla(), ParabolicParametrizedMagneticField.inTeslaUnchecked(), PolyFit2DParametrizedMagneticField.inTeslaUnchecked(), OAEParametrizedMagneticField.inTeslaUnchecked(), VolumeBasedMagneticField.inTeslaUnchecked(), MagneticField.inTeslaUnchecked(), MagneticFieldMap.inTeslaZ(), BCToEFilterAlgo.isBCBaryon(), BCToEFilterAlgo.isBCHadron(), BCToEFilterAlgo.isBCMeson(), MuRingForwardDoubleLayer.isCrack(), MTDRingForwardDoubleLayer.isCrack(), PolyFit2DParametrizedMagneticField.isDefined(), ParabolicParametrizedMagneticField.isDefined(), OAEParametrizedMagneticField.isDefined(), VolumeBasedMagneticField.isDefined(), LowPtGsfElectronSeedProducer.lightGsfTracking(), GeometryInterface.loadFEDCabling(), Plane.localZ(), Plane.localZclamped(), pat::PATGenCandsFromSimTracksProducer.makeGenParticle_(), CosmicParametersDefinerForTP.momentum(), GeneralNSurfaceDelimitedBounds.myInside(), Generator.nonCentralEvent2G4(), GloballyPositioned< T >::ToLocal.operator()(), PixelHitMatcher::BarrelMeasurementEstimator.operator()(), PixelHitMatcher::ForwardMeasurementEstimator.operator()(), CosmicTrackingParticleSelector.operator()(), VectorHit.phase2clusterGlobalPos(), CSCSegAlgoSK.phiAtZ(), CSCSegAlgoTC.phiAtZ(), CSCSegAlgoRU.phiAtZ(), BeamDivergenceVtxGenerator.produce(), SeedProducerFromSoA.produce(), FakeTrackProducer< T >.produce(), LHE2HepMCConverter.produce(), PixelTrackProducerFromSoA.produce(), TkMSParameterizationBuilder.produce(), ConvBremSeedProducer.produce(), PixelClusterTagInfoProducer.produce(), GoodSeedProducer.produce(), BJetEnergyRegressionVarProducer< T >.produce(), RKPropagatorInS.propagateWithPath(), CSCSegAlgoShowering.pruneFromResidual(), CSCSegAlgoDF.pruneFromResidual(), GEMRecHitMatcher.recHitMeanPosition(), ProtonReconstructionAlgorithm.reconstructFromMultiRP(), ecaldqm::ClusterTask.runOnBasicClusters(), ecaldqm::ClusterTask.runOnSuperClusters(), RPCSeedPattern.SegmentAlgorithmSpecial(), ME0TriggerPseudoBuilder.segmentConversion(), MTDArrayBuffer.set_global_point(), CSCCondSegFit.setChi2(), CSCSegFit.setChi2(), pat::Jet.setGenParton(), pat::Photon.setGenPhoton(), CSCSegAlgoShowering.showerSeg(), GEMSimHitMatcher.simHitsGEMCentralPosition(), MuonSimHitMatcher.simHitsMeanPosition(), LaserAlignment.testRoutine(), SpecialCylindricalMFGrid.toGridFrame(), GloballyPositioned< T >::ToLocal.toLocal(), GeomDet.toLocal(), GloballyPositioned< align::Scalar >.toLocal(), CSCGeometryValidate.validateCSCChamberGeometry(), ValidateGeometry.validateCSChamberGeometry(), ValidateGeometry.validateCSCLayerGeometry(), DTGeometryValidate.validateDTChamberGeometry(), ValidateGeometry.validateDTChamberGeometry(), DTGeometryValidate.validateDTLayerGeometry(), ValidateGeometry.validateDTLayerGeometry(), GEMGeometryValidate.validateGEMChamberGeometry(), ME0GeometryValidate.validateME0ChamberGeometry(), ME0GeometryValidate.validateME0EtaPartitionGeometry2(), RPCGeometryValidate.validateRPCChamberGeometry(), ValidateGeometry.validateRPCGeometry(), ValidateGeometry.validateTrackerGeometry(), defaultRKPropagator::TrivialFieldProvider.valueInTesla(), GlobalGridWrapper.valueInTesla(), and CosmicParametersDefinerForTP.vertex().

◆ h_ngen

runTauDisplay.h_ngen

Definition at line 117 of file runTauDisplay.py.

◆ jetH

runTauDisplay.jetH

Definition at line 31 of file runTauDisplay.py.

Referenced by RazorComputer.compute().

◆ jets

runTauDisplay.jets

Definition at line 311 of file runTauDisplay.py.

◆ outputname

runTauDisplay.outputname

Definition at line 114 of file runTauDisplay.py.

Referenced by SiPixelInformationExtractor.findNoisyPixels().

◆ RelVal

runTauDisplay.RelVal

Definition at line 22 of file runTauDisplay.py.

◆ runtype

runTauDisplay.runtype

Definition at line 41 of file runTauDisplay.py.

◆ tag

runTauDisplay.tag

Definition at line 24 of file runTauDisplay.py.

◆ tau_againstElectronLooseMVA5

runTauDisplay.tau_againstElectronLooseMVA5

Definition at line 140 of file runTauDisplay.py.

◆ tau_againstElectronLooseMVA6

runTauDisplay.tau_againstElectronLooseMVA6

Definition at line 173 of file runTauDisplay.py.

◆ tau_againstElectronMediumMVA5

runTauDisplay.tau_againstElectronMediumMVA5

Definition at line 141 of file runTauDisplay.py.

◆ tau_againstElectronMediumMVA6

runTauDisplay.tau_againstElectronMediumMVA6

Definition at line 174 of file runTauDisplay.py.

◆ tau_againstElectronMVA5raw

runTauDisplay.tau_againstElectronMVA5raw

Definition at line 144 of file runTauDisplay.py.

◆ tau_againstElectronMVA6raw

runTauDisplay.tau_againstElectronMVA6raw

Definition at line 177 of file runTauDisplay.py.

◆ tau_againstElectronTightMVA5

runTauDisplay.tau_againstElectronTightMVA5

Definition at line 142 of file runTauDisplay.py.

◆ tau_againstElectronTightMVA6

runTauDisplay.tau_againstElectronTightMVA6

Definition at line 175 of file runTauDisplay.py.

◆ tau_againstElectronVLooseMVA5

runTauDisplay.tau_againstElectronVLooseMVA5

Definition at line 139 of file runTauDisplay.py.

◆ tau_againstElectronVLooseMVA6

runTauDisplay.tau_againstElectronVLooseMVA6

Definition at line 172 of file runTauDisplay.py.

◆ tau_againstElectronVTightMVA5

runTauDisplay.tau_againstElectronVTightMVA5

Definition at line 143 of file runTauDisplay.py.

◆ tau_againstElectronVTightMVA6

runTauDisplay.tau_againstElectronVTightMVA6

Definition at line 176 of file runTauDisplay.py.

◆ tau_againstMuonLoose3

runTauDisplay.tau_againstMuonLoose3

Definition at line 136 of file runTauDisplay.py.

◆ tau_againstMuonTight3

runTauDisplay.tau_againstMuonTight3

Definition at line 137 of file runTauDisplay.py.

◆ tau_byCombinedIsolationDeltaBetaCorrRaw3Hits

runTauDisplay.tau_byCombinedIsolationDeltaBetaCorrRaw3Hits

Definition at line 154 of file runTauDisplay.py.

◆ tau_byIsolationMVA3oldDMwLTraw

runTauDisplay.tau_byIsolationMVA3oldDMwLTraw

Definition at line 145 of file runTauDisplay.py.

◆ tau_byIsolationMVArun2v1DBoldDMwLTraw

runTauDisplay.tau_byIsolationMVArun2v1DBoldDMwLTraw

Definition at line 180 of file runTauDisplay.py.

◆ tau_byIsolationMVArun2v1PWoldDMwLTraw

runTauDisplay.tau_byIsolationMVArun2v1PWoldDMwLTraw

Definition at line 198 of file runTauDisplay.py.

◆ tau_byLooseCombinedIsolationDeltaBetaCorr3Hits

runTauDisplay.tau_byLooseCombinedIsolationDeltaBetaCorr3Hits

Definition at line 155 of file runTauDisplay.py.

◆ tau_byLooseIsolationMVA3oldDMwLT

runTauDisplay.tau_byLooseIsolationMVA3oldDMwLT

Definition at line 146 of file runTauDisplay.py.

◆ tau_byLooseIsolationMVArun2v1DBoldDMwLT

runTauDisplay.tau_byLooseIsolationMVArun2v1DBoldDMwLT

Definition at line 182 of file runTauDisplay.py.

◆ tau_byLooseIsolationMVArun2v1PWoldDMwLT

runTauDisplay.tau_byLooseIsolationMVArun2v1PWoldDMwLT

Definition at line 199 of file runTauDisplay.py.

◆ tau_byLoosePileupWeightedIsolation3Hits

runTauDisplay.tau_byLoosePileupWeightedIsolation3Hits

Definition at line 161 of file runTauDisplay.py.

◆ tau_byMediumCombinedIsolationDeltaBetaCorr3Hits

runTauDisplay.tau_byMediumCombinedIsolationDeltaBetaCorr3Hits

Definition at line 156 of file runTauDisplay.py.

◆ tau_byMediumIsolationMVA3oldDMwLT

runTauDisplay.tau_byMediumIsolationMVA3oldDMwLT

Definition at line 147 of file runTauDisplay.py.

◆ tau_byMediumIsolationMVArun2v1DBoldDMwLT

runTauDisplay.tau_byMediumIsolationMVArun2v1DBoldDMwLT

Definition at line 183 of file runTauDisplay.py.

◆ tau_byMediumIsolationMVArun2v1PWoldDMwLT

runTauDisplay.tau_byMediumIsolationMVArun2v1PWoldDMwLT

Definition at line 200 of file runTauDisplay.py.

◆ tau_byMediumPileupWeightedIsolation3Hits

runTauDisplay.tau_byMediumPileupWeightedIsolation3Hits

Definition at line 162 of file runTauDisplay.py.

◆ tau_byPileupWeightedIsolationRaw3Hits

runTauDisplay.tau_byPileupWeightedIsolationRaw3Hits

Definition at line 164 of file runTauDisplay.py.

◆ tau_byTightCombinedIsolationDeltaBetaCorr3Hits

runTauDisplay.tau_byTightCombinedIsolationDeltaBetaCorr3Hits

Definition at line 157 of file runTauDisplay.py.

◆ tau_byTightIsolationMVA3oldDMwLT

runTauDisplay.tau_byTightIsolationMVA3oldDMwLT

Definition at line 148 of file runTauDisplay.py.

◆ tau_byTightIsolationMVArun2v1DBoldDMwLT

runTauDisplay.tau_byTightIsolationMVArun2v1DBoldDMwLT

Definition at line 184 of file runTauDisplay.py.

◆ tau_byTightIsolationMVArun2v1PWoldDMwLT

runTauDisplay.tau_byTightIsolationMVArun2v1PWoldDMwLT

Definition at line 201 of file runTauDisplay.py.

◆ tau_byTightPileupWeightedIsolation3Hits

runTauDisplay.tau_byTightPileupWeightedIsolation3Hits

Definition at line 163 of file runTauDisplay.py.

◆ tau_byVLooseIsolationMVA3oldDMwLT

runTauDisplay.tau_byVLooseIsolationMVA3oldDMwLT

Definition at line 149 of file runTauDisplay.py.

◆ tau_byVLooseIsolationMVArun2v1DBoldDMwLT

runTauDisplay.tau_byVLooseIsolationMVArun2v1DBoldDMwLT

Definition at line 181 of file runTauDisplay.py.

◆ tau_byVLooseIsolationMVArun2v1PWoldDMwLT

runTauDisplay.tau_byVLooseIsolationMVArun2v1PWoldDMwLT

Definition at line 202 of file runTauDisplay.py.

◆ tau_byVTightIsolationMVA3oldDMwLT

runTauDisplay.tau_byVTightIsolationMVA3oldDMwLT

Definition at line 150 of file runTauDisplay.py.

◆ tau_byVTightIsolationMVArun2v1DBoldDMwLT

runTauDisplay.tau_byVTightIsolationMVArun2v1DBoldDMwLT

Definition at line 185 of file runTauDisplay.py.

◆ tau_byVTightIsolationMVArun2v1PWoldDMwLT

runTauDisplay.tau_byVTightIsolationMVArun2v1PWoldDMwLT

Definition at line 203 of file runTauDisplay.py.

◆ tau_byVVTightIsolationMVA3oldDMwLT

runTauDisplay.tau_byVVTightIsolationMVA3oldDMwLT

Definition at line 151 of file runTauDisplay.py.

◆ tau_byVVTightIsolationMVArun2v1DBoldDMwLT

runTauDisplay.tau_byVVTightIsolationMVArun2v1DBoldDMwLT

Definition at line 186 of file runTauDisplay.py.

◆ tau_byVVTightIsolationMVArun2v1PWoldDMwLT

runTauDisplay.tau_byVVTightIsolationMVArun2v1PWoldDMwLT

Definition at line 204 of file runTauDisplay.py.

◆ tau_chargedIsoPtSum

runTauDisplay.tau_chargedIsoPtSum

Definition at line 158 of file runTauDisplay.py.

◆ tau_decayModeFindingNewDMs

runTauDisplay.tau_decayModeFindingNewDMs

Definition at line 169 of file runTauDisplay.py.

◆ tau_decayModeFindingOldDMs

runTauDisplay.tau_decayModeFindingOldDMs

Definition at line 168 of file runTauDisplay.py.

◆ tau_dm

runTauDisplay.tau_dm

Definition at line 123 of file runTauDisplay.py.

◆ tau_dm_rough

runTauDisplay.tau_dm_rough

Definition at line 124 of file runTauDisplay.py.

◆ tau_eta

runTauDisplay.tau_eta

◆ tau_eventid

runTauDisplay.tau_eventid

Definition at line 121 of file runTauDisplay.py.

◆ tau_footprintCorrection

runTauDisplay.tau_footprintCorrection

Definition at line 166 of file runTauDisplay.py.

◆ tau_gendm

runTauDisplay.tau_gendm

Definition at line 129 of file runTauDisplay.py.

◆ tau_gendm_rough

runTauDisplay.tau_gendm_rough

Definition at line 130 of file runTauDisplay.py.

◆ tau_geneta

runTauDisplay.tau_geneta

Definition at line 132 of file runTauDisplay.py.

◆ tau_genphi

runTauDisplay.tau_genphi

Definition at line 133 of file runTauDisplay.py.

◆ tau_genpt

runTauDisplay.tau_genpt

Definition at line 131 of file runTauDisplay.py.

◆ tau_id

runTauDisplay.tau_id

Definition at line 122 of file runTauDisplay.py.

◆ tau_mass

runTauDisplay.tau_mass

Definition at line 128 of file runTauDisplay.py.

Referenced by DeepTauId.createTauBlockInputs().

◆ tau_neutralIsoPtSum

runTauDisplay.tau_neutralIsoPtSum

Definition at line 159 of file runTauDisplay.py.

◆ tau_neutralIsoPtSumWeight

runTauDisplay.tau_neutralIsoPtSumWeight

Definition at line 165 of file runTauDisplay.py.

◆ tau_phi

runTauDisplay.tau_phi

◆ tau_photonPtSumOutsideSignalCone

runTauDisplay.tau_photonPtSumOutsideSignalCone

Definition at line 167 of file runTauDisplay.py.

◆ tau_pt

runTauDisplay.tau_pt

◆ tau_puCorrPtSum

runTauDisplay.tau_puCorrPtSum

Definition at line 160 of file runTauDisplay.py.

◆ tau_tree

runTauDisplay.tau_tree

Definition at line 119 of file runTauDisplay.py.

◆ tau_vertex

runTauDisplay.tau_vertex

Definition at line 134 of file runTauDisplay.py.

◆ tauH

runTauDisplay.tauH

Definition at line 28 of file runTauDisplay.py.

◆ taus

runTauDisplay.taus

Definition at line 308 of file runTauDisplay.py.

◆ vertexH

runTauDisplay.vertexH

Definition at line 29 of file runTauDisplay.py.

◆ vertices

runTauDisplay.vertices

Definition at line 309 of file runTauDisplay.py.

◆ vis

runTauDisplay.vis

◆ visP4

runTauDisplay.visP4

Definition at line 323 of file runTauDisplay.py.

FastTimerService_cff.range
range
Definition: FastTimerService_cff.py:34
runTauDisplay.finalDaughters
def finalDaughters(gen, daughters=None)
Definition: runTauDisplay.py:66
runTauDisplay.visibleP4
def visibleP4(gen)
Definition: runTauDisplay.py:79
funct::abs
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
runTauDisplay.returnRough
def returnRough(dm)
Definition: runTauDisplay.py:51