Classes | |
class | Barrel |
class | Forward |
class | HistogramManager |
GLOBAL VARS. More... | |
Functions | |
def | GetAffectedRocs |
def | GetOnlineBarrelCharacteristics |
def | GetOnlineForwardCharacteristics |
def | TranslatePartString |
def | TranslateReasonStringBPix |
def | TranslateReasonStringFPix |
Variables | |
tuple | barrelObj = GetOnlineBarrelCharacteristics(detElements, roc, reason) |
list | barrelObjs = [] |
colorCoded = False | |
list | detElements = inputs[0] |
tuple | forwardObj = GetOnlineForwardCharacteristics(detElements, roc, reason) |
list | forwardObjs = [] |
tuple | histMan = HistogramManager() |
int | i = 1 |
string | inputFileName = "input.dat" |
tuple | inputs = item.split(" ") |
int | maxOnlineDisk = 3 |
int | maxOnlineModule = 4 |
int | maxRocIdx = rocsInCol*rocsInRow-1 |
list | onlineMaxBlade = [11, 17] |
list | onlineMaxLadder = [6, 14, 22, 32] |
pixelAlive = False | |
tuple | reason = str(inputs[2]) |
tuple | roc = GetAffectedRocs(inputs[1]) |
list | rocs = [] |
int | rocsInCol = 2 |
GLOBAL VARS. More... | |
int | rocsInRow = 8 |
float | rocXLen = 1.0 |
useFileSuffix = False | |
useNumberAsPartName = False | |
def PixelMapPlotter.GetAffectedRocs | ( | rocString | ) |
Definition at line 440 of file PixelMapPlotter.py.
References sistrip::SpyUtilities.range(), and str.
def PixelMapPlotter.GetOnlineBarrelCharacteristics | ( | detElements, | |
roc, | |||
reason = "unknown" |
|||
) |
Definition at line 416 of file PixelMapPlotter.py.
References TranslatePartString().
def PixelMapPlotter.GetOnlineForwardCharacteristics | ( | detElements, | |
roc, | |||
reason = "unknown" |
|||
) |
Definition at line 430 of file PixelMapPlotter.py.
References TranslatePartString().
def PixelMapPlotter.TranslatePartString | ( | thePartStr | ) |
Definition at line 367 of file PixelMapPlotter.py.
References print().
Referenced by GetOnlineBarrelCharacteristics(), and GetOnlineForwardCharacteristics().
def PixelMapPlotter.TranslateReasonStringBPix | ( | theReasonStr | ) |
Definition at line 379 of file PixelMapPlotter.py.
References print().
Referenced by PixelMapPlotter.HistogramManager.fillHistograms().
def PixelMapPlotter.TranslateReasonStringFPix | ( | theReasonStr | ) |
Definition at line 402 of file PixelMapPlotter.py.
References print().
Referenced by PixelMapPlotter.HistogramManager.fillHistograms().
tuple PixelMapPlotter.barrelObj = GetOnlineBarrelCharacteristics(detElements, roc, reason) |
Definition at line 515 of file PixelMapPlotter.py.
list PixelMapPlotter.barrelObjs = [] |
Definition at line 465 of file PixelMapPlotter.py.
PixelMapPlotter.colorCoded = False |
Definition at line 33 of file PixelMapPlotter.py.
list PixelMapPlotter.detElements = inputs[0] |
Definition at line 494 of file PixelMapPlotter.py.
tuple PixelMapPlotter.forwardObj = GetOnlineForwardCharacteristics(detElements, roc, reason) |
Definition at line 521 of file PixelMapPlotter.py.
list PixelMapPlotter.forwardObjs = [] |
Definition at line 466 of file PixelMapPlotter.py.
tuple PixelMapPlotter.histMan = HistogramManager() |
Definition at line 464 of file PixelMapPlotter.py.
int PixelMapPlotter.i = 1 |
Definition at line 484 of file PixelMapPlotter.py.
list PixelMapPlotter.inputFileName = "input.dat" |
Definition at line 30 of file PixelMapPlotter.py.
tuple PixelMapPlotter.inputs = item.split(" ") |
Definition at line 490 of file PixelMapPlotter.py.
Referenced by trklet::PurgeDuplicate.addInput(), pat::CandidateSummaryTable.CandidateSummaryTable(), DeepTauId.createEgammaBlockInputs(), DeepTauId.createHadronsBlockInputs(), DeepTauId.createInputsV1(), DeepTauId.createMuonBlockInputs(), DeepTauId.createTauBlockInputs(), CandidateBoostedDoubleSecondaryVertexComputer.discriminator(), MuonTagger.discriminator(), CandidateChargeBTagComputer.discriminator(), ElectronTagger.discriminator(), CombinedMVAV2JetTagComputer.discriminator(), CharmTagger.discriminator(), HeavyIonCSVTagger.discriminator(), SiStripLorentzAngleCalibration.endOfJob(), SiPixelLorentzAngleCalibration.endOfJob(), lowptgsfeleseed::HeavyObjectCache.eval(), LowPtGsfElectronIDProducer.eval(), ElectronDNNEstimator.evaluate(), PhotonDNNEstimator.evaluate(), egammaTools::EgammaDNNHelper.evaluate(), AlCaHcalNoiseProducer.fillDescriptions(), SCRegressionCalculator< VarCalc >.getCorrection(), SCRegressionCalculator< VarCalc >.getCorrectionWithErrors(), edm::messagelogger::ELseverityLevel.getInputStr(), DeepTauId.getPredictionsV1(), egammaTools::EgammaDNNHelper.getScaledInputs(), edm::HiMixingModule.HiMixingModule(), main(), PFClusterCollectionMerger.PFClusterCollectionMerger(), Phase1L1TJetProducer.prepareInputsIntoRegions(), FixedGridRhoProducerFastjet.produce(), FixedGridRhoProducerFastjetFromRecHit.produce(), ParticleTowerProducer< T >.produce(), RechitClusterProducerT< Trait >.produce(), BaseMVAValueMapProducer< T >.produce(), and HGCalTriggerClusterIdentificationBDT.value().
int PixelMapPlotter.maxOnlineDisk = 3 |
Definition at line 27 of file PixelMapPlotter.py.
int PixelMapPlotter.maxOnlineModule = 4 |
Definition at line 26 of file PixelMapPlotter.py.
Definition at line 21 of file PixelMapPlotter.py.
list PixelMapPlotter.onlineMaxBlade = [11, 17] |
Definition at line 24 of file PixelMapPlotter.py.
list PixelMapPlotter.onlineMaxLadder = [6, 14, 22, 32] |
Definition at line 23 of file PixelMapPlotter.py.
PixelMapPlotter.pixelAlive = False |
Definition at line 34 of file PixelMapPlotter.py.
Definition at line 509 of file PixelMapPlotter.py.
Referenced by dqmservices::DQMFileIterator.advanceToLumi().
tuple PixelMapPlotter.roc = GetAffectedRocs(inputs[1]) |
Definition at line 498 of file PixelMapPlotter.py.
Referenced by SiPixelStatusProducer.accumulate(), sipixelobjects::PixelFEDLink.addItem(), SiPixelPhase1GeometryDebug.analyze(), CTPPSPixelDQMSource.analyze(), SiPixelQualityHistory.analyze(), SiPixelQualityHistory.beginRun(), SiPixelFedCablingMap.cablingTree(), SiPixelFedCablingTree.det2fedMap(), SiPixelFedCablingTree.det2PathMap(), SiPixelStatusHarvester.dqmEndRun(), SiPixelFedCablingMap.findItem(), SiPixelFedCablingTree.findItem(), SiPixelFedCablingTree.findItemInFed(), SiPixelFrameReverter.findLinkInFed(), SiPixelFrameReverter.findPixelInRoc(), SiPixelFrameReverter.findRocInDet(), SiPixelFrameReverter.findRocInLink(), PixelSLinkDataInputSource.getEventNumberFromFillWords(), SiPixelDetectorStatus.getFEDerror25Rocs(), WriteCTPPSPixGainCalibrations.getHistos(), SiPixelROCsStatusAndMappingWrapper.getModToUnpRegionalAsync(), SiPixelBadModuleByHandBuilder.getNewObject(), HGCalTriggerGeometryV9Imp2.getOrderedTriggerCellsFromModule(), HGCalTriggerGeometryV9Imp3.getOrderedTriggerCellsFromModule(), HGCSiliconDetIdToROC.getROCNumber(), HGCalTriggerGeometryV9Imp2.getTriggerCellsFromModule(), HGCalTriggerGeometryV9Imp3.getTriggerCellsFromModule(), HGCSiliconDetIdToROC.HGCSiliconDetIdToROC(), SiPixelTopoFinder.init(), CTPPSPixelDataFormatter.interpretRawData(), PixelDataFormatter.interpretRawData(), phase1PixelTopology.localY(), SiPixelDigiMorphing.morph(), SiPixelFedCablingMap::Key.operator<(), SiPixelFedCablingTree.pathToDetUnit(), SiPixelFedCablingTree.pathToDetUnitHasDetUnit(), pos::PixelDetectorConfig.PixelDetectorConfig(), pos::PixelMaxVsf.PixelMaxVsf(), SiPixelFedCablingMapBuilder.produce(), SiPixelDigiMorphing.produce(), SiPixelFedFillerWordEventNumber.PwordSlink64(), SiPixelDetectorStatus.readFromFile(), pos::PixelMaxVsf.setVsf(), SiPixelFedCablingMap.SiPixelFedCablingMap(), SiPixelROCsStatusAndMappingWrapper.SiPixelROCsStatusAndMappingWrapper(), SiPixelFrameReverter.toCabling(), SiPixelFrameConverter.toDetector(), SiPixelFrameConverter.toRoc(), phase1PixelTopology.toRocY(), PixelDataFormatter.unpackFEDErrors(), and MeasurementTrackerEventProducer.updatePixels().
tuple PixelMapPlotter.rocs = [] |
Definition at line 497 of file PixelMapPlotter.py.
Referenced by PixelToLNKAssociateFromAscii.addConnections(), WriteCTPPSPixGainCalibrations.fillDB(), PixelEndcapLinkMaker.links(), and PixelBarrelLinkMaker.links().
int PixelMapPlotter.rocsInCol = 2 |
GLOBAL VARS.
Definition at line 17 of file PixelMapPlotter.py.
int PixelMapPlotter.rocsInRow = 8 |
Definition at line 18 of file PixelMapPlotter.py.
float PixelMapPlotter.rocXLen = 1.0 |
Definition at line 19 of file PixelMapPlotter.py.
PixelMapPlotter.useFileSuffix = False |
Definition at line 32 of file PixelMapPlotter.py.
PixelMapPlotter.useNumberAsPartName = False |
Definition at line 29 of file PixelMapPlotter.py.