Classes | |
class | additionElement |
class | divideElement |
class | FindIssue |
class | graphElement |
class | ParsingError |
class | plotElement |
class | superimposeElement |
class | ValElement |
Functions | |
def | exit |
def | nonzero |
def | parse |
Variables | |
dictionary | afilelist = {} |
list | afilename = thedata[ikey] |
tuple | aleg = TLegend(0.6,0.4,0.8,0.6) |
string | arelease = "" |
list | astack = stacklist[thesuper[ikey].name] |
list | ath = thedata[jkey] |
tuple | atmpth = ath.Clone() |
int | aweight = 1 |
string | Banner = "CMS Preliminary" |
tuple | BinWidth = (0.01+ath.GetMaximum()) |
float | BMid = 0.005 |
int | col = 2 |
tuple | createXML = Inspector.Inspector() |
dictionary | cv = {} |
list | denominator = thedivition[ikey] |
list | denominatorth = thedata[jkey] |
tuple | dh = FindIssue() |
dif1 = BMid-yBin | |
dif2 = yClosest-BMid | |
doFill = False | |
dolegend = False | |
doNormalize = False | |
list | doRebin = thesuper[ikey] |
Err = BinWidth | |
string | firstFilename = '' |
list | graphs |
tuple | histonamekeys = thehistos.keys() |
int | ib = 1 |
iBinClosest = iBinClosestInit | |
int | iBinClosestInit = 0 |
int | ihnameIt = 0 |
int | ii = 0 |
tuple | ins = Inspector.Inspector() |
isFirst = True | |
list | listcolor = thesuper[ikey] |
list | listflavour = thegraph[ikey] |
list | listlegend = thesuper[ikey] |
list | listmarker = thesuper[ikey] |
list | listname = theaddition[ikey] |
list | listweight = theaddition[ikey] |
int | mark = 22 |
int | max = 2 |
tuple | maxInHisto = ath.GetMaximum() |
int | min = 2 |
tuple | minInHisto = ath.GetMinimum() |
tuple | nAthBin = ath.GetNbinsX() |
int | nBinB = 200 |
tuple | newth = ath.Clone(theaddition[ikey].name) |
list | newTH1list = [] |
tuple | newthpx = ath.ProjectionX(ath.GetName()+"_px",0,-1,"e") |
tuple | newthpy = ath.ProjectionY(ath.GetName()+"_py",0,-1,"e") |
list | numerator = thedivition[ikey] |
list | numeratorth = thedata[jkey] |
int | nVal_ref = 0 |
int | nVal_val = 0 |
string | optionstring = "" |
tuple | outputroot = TFile("cuy.root","RECREATE") |
tuple | parser = make_parser() |
printBanner = False | |
printCanvas = False | |
string | printFormat = "png" |
string | profileAxis = "no" |
string | projectAxis = "no" |
int | projectBin = 1 |
float | RangeMax = 0.005 |
float | RangeMin = 0.9 |
string | rep = '' |
list | save = thegraph[ikey] |
dictionary | stacklist = {} |
tuple | tex = TLatex(0.35,0.95,Banner) |
theaddition = dh.addition | |
thedata = dh.data | |
thedivition = dh.divide | |
thegraph = dh.graph | |
list | thehistos = thedata[ikey] |
list | thelabels = thesuper[ikey] |
tuple | thestyle = Style.Style() |
thesuper = dh.superimpose | |
list | tmpkeys = thedata[jkey] |
tuple | tmpsumth = newth.Clone() |
tuple | USAGE = re.compile(r'(?s)\s*usage: (.*?)(\n[ \t]*\n|$)') |
verbose = False | |
tuple | xErr_ref = TVectorD() |
tuple | xErr_val = TVectorD() |
tuple | xmlfile = open(option.xml) |
tuple | xVal_ref = TVectorD() |
tuple | xVal_val = TVectorD() |
tuple | yBin = ath.GetBinContent(iAthBin) |
tuple | yBin_ref = std.vector(int) |
tuple | yBin_val = std.vector(int) |
yClosest = yClosestInit | |
int | yClosestInit = 0 |
tuple | yErr_ref = TVectorD() |
tuple | yErr_val = TVectorD() |
tuple | yVal_ref = TVectorD() |
tuple | yVal_val = TVectorD() |
tuple | zErr_ref = TVectorD() |
tuple | zErr_val = TVectorD() |
tuple | zVal_ref = TVectorD() |
tuple | zVal_val = TVectorD() |
def cuy::exit | ( | msg = "" | ) |
def cuy::nonzero | ( | self | ) |
Definition at line 78 of file cuy.py.
00078 : # will become the nonzero method of optparse.Values 00079 "True if options were given" 00080 for v in self.__dict__.itervalues(): 00081 if v is not None: return True 00082 return False 00083 00084 optparse.Values.__nonzero__ = nonzero # dynamically fix optparse.Values 00085
def cuy::parse | ( | docstring, | |
arglist = None |
|||
) |
Definition at line 93 of file cuy.py.
00094 : 00095 global optionstring 00096 optionstring = docstring 00097 match = USAGE.search(optionstring) 00098 if not match: raise ParsingError("Cannot find the option string") 00099 optlines = match.group(1).splitlines() 00100 try: 00101 p = optparse.OptionParser(optlines[0]) 00102 for line in optlines[1:]: 00103 opt, help=line.split(':')[:2] 00104 short,long=opt.split(',')[:2] 00105 if '=' in opt: 00106 action='store' 00107 long=long.split('=')[0] 00108 else: 00109 action='store_true' 00110 p.add_option(short.strip(),long.strip(), 00111 action = action, help = help.strip()) 00112 except (IndexError,ValueError): 00113 raise ParsingError("Cannot parse the option string correctly") 00114 return p.parse_args(arglist) 00115 00116 #______________________________________________________________________
dictionary cuy::afilelist = {} |
list cuy::afilename = thedata[ikey] |
list cuy::arelease = "" |
list cuy::astack = stacklist[thesuper[ikey].name] |
tuple cuy::atmpth = ath.Clone() |
int cuy::aweight = 1 |
cuy::Banner = "CMS Preliminary" |
tuple cuy::BinWidth = (0.01+ath.GetMaximum()) |
int cuy::col = 2 |
Definition at line 1008 of file cuy.py.
Referenced by MatrixMeschach::AddData(), edm::TestMix::analyze(), edm::TestMixedSource::analyze(), SiPixelSCurveCalibrationAnalysis::buildACurveHistogram(), MaterialBudgetCategorizer::buildCategoryMap(), MaterialBudgetCategorizer::buildMaps(), PixelDigi::channelToPixel(), PixelChannelIdentifier::channelToPixel(), SiPixelCalibDigiProducer::checkPixel(), MatrixMeschach::copy(), PixelThresholdClusterizer::copy_to_buffer(), pos::PixelCalibConfiguration::disablePixels(), SiPixelSCurveCalibrationAnalysis::doFits(), SiPixelOfflineCalibAnalysisBase::doFits(), FWTabularWidget::DoRedraw(), SiPixelDigiModule::fill(), L1RCTReceiverCard::fillInput(), SiPixelCalibDigiProducer::fillPixel(), TrackTransformerForGlobalCosmicMuons::fitter(), pos::PixelTrimAllPixels::generateConfiguration(), pos::PixelTrimCommon::generateConfiguration(), CSCToAFEB::getAfebPos(), EcalPreshowerGeometry::getClosestCellInPlane(), SiPixelGainCalibrationOffline::getGain(), SiPixelGainCalibrationServicePayloadGetter< thePayloadObject, theDBRecordType >::getGainByColumn(), CSCToAFEB::getLayer(), SiPixelGainCalibrationServicePayloadGetter< thePayloadObject, theDBRecordType >::getPedestalByColumn(), CSCToAFEB::getWireGroup(), FWTabularWidget::HandleButton(), FWAdapterHeaderTableManager::implSort(), DisplayManager::loadGRecHits(), PhysicsTools::loadMatrix(), PhysicsTools::loadVector(), SiPixelDigitizerAlgorithm::make_digis(), lhef::Matching< Delta >::match(), btag::Matching< Delta >::match(), FWTableManagerBase::maxWidthForColumns(), L1EmulBias::ModifyCollection(), pos::PixelCalibConfiguration::nextFECState(), FWGeometryTableViewBase::nodeColorChangeRequested(), hitfit::Row_Vector::operator()(), BlockSolver::operator()(), operator<<(), operator>>(), MultiTrackPointingKinematicConstraint::parametersDerivative(), MultiTrackVertexLinkKinematicConstraint::parametersDerivative(), SiPixelDigitizerAlgorithm::pixel_inefficiency(), SiPixelDigitizerAlgorithm::pixel_inefficiency_db(), PixelDigi::pixelToChannel(), PixelChannelIdentifier::pixelToChannel(), FlavourHistograms< T >::plot(), fireworks::pushPixelCluster(), AlignmentCorrelationsIORoot::read(), HIPUserVariablesIORoot::readOne(), AlignmentParametersIORoot::readOne(), TrackerMap::save(), TrackerMap::save_as_fectrackermap(), TrackerMap::save_as_fedtrackermap(), TrackerMap::save_as_HVtrackermap(), TrackerMap::save_as_psutrackermap(), L1DataEmulRecord::setColl(), CastorDataIntegrityMonitor::setup(), CastorChannelQualityMonitor::setup(), CastorPSMonitor::setup(), BlockSolver::shrink(), FWTableManagerBase::sort(), TiXmlParsingData::Stamp(), TiXmlParsingData::TiXmlParsingData(), MatrixMeschach::transpose(), AlignmentCorrelationsIORoot::write(), pos::PixelROCTrimBits::writeASCII(), pos::PixelROCMaskBits::writeASCII(), AlignmentParametersIORoot::writeOne(), and HIPUserVariablesIORoot::writeOne().
tuple cuy::createXML = Inspector.Inspector() |
dictionary cuy::cv = {} |
Definition at line 362 of file cuy.py.
Referenced by fastmath::atan2r(), FWPFEcalRecHitLegoProxyBuilder::build(), CaloCellCrossing::CaloCellCrossing(), pftools::Utils::DivideCanvas(), Utils::DivideCanvas(), CaloTowersCreationAlgo::emCrystalShwrPos(), CSCDigiValidator::filter(), EvtPlaneProducer::GenPlane::getAngle(), CaloTowersCreationAlgo::hadSegmentShwrPos(), CaloTowersCreationAlgo::hadShwPosFromCells(), EvtPlaneProducer::produce(), reco::modules::NamedCandCombiner< Selector, PairSelector, Cloner, Setup, Init >::produce(), and reco::GsfElectron::setClassificationVariables().
list cuy::denominator = thedivition[ikey] |
Definition at line 484 of file cuy.py.
Referenced by SuperClusterShapeAlgo::Calculate_Covariances(), ClusterShapeAlgo::Calculate_Covariances(), PFHcalSuperClusterAlgo::calculatePosition(), PFHcalSuperClusterAlgo::calculateWidths(), EcalClusterTools::cluster2ndMoments(), SiPixelDataQuality::computeGlobalQualityFlag(), PFClusterShapeAlgo::covariances(), EcalClusterTools::covariances(), HarvestingAnalyzer::endJob(), FWHLTTriggerTableView::fillAverageAcceptFractions(), PFPhotonClusters::FillClusterWidth(), PFClusterShapeAlgo::find_e3x2(), SETFilter::findParabolaMinimum(), reco::PFHcalSuperClusterInit::initialize(), EcalClusterTools::localCovariances(), L1TDTTPGClient::makeRatioHisto(), PFClusterWidthAlgo::PFClusterWidthAlgo(), CaloValidationStatistics::RMS(), EcalClusterTools::roundnessSelectedBarrelRecHits(), PhotonOfflineClient::runClient(), EcalClusterTools::scLocalCovariances(), TangentCircle::TangentCircle(), TauDQMHistEffProducer::TauDQMHistEffProducer(), and Accumulator::variance().
list cuy::denominatorth = thedata[jkey] |
Definition at line 353 of file cuy.py.
Referenced by MuonSeedCreator::createSeed(), ODCond2ConfInfo::fetchData(), FEConfigMainInfo::fetchData(), ODRunConfigInfo::fetchData(), FEConfigTimingInfo::fetchData(), FEConfigLUTInfo::fetchData(), FEConfigLinInfo::fetchData(), FEConfigPedInfo::fetchData(), FEConfigSlidingInfo::fetchData(), FEConfigWeightInfo::fetchData(), FEConfigFgrInfo::fetchData(), FEConfigSpikeInfo::fetchData(), RunList::fetchGlobalRunsByLocation(), CaliIOV::fetchID(), RunIOV::fetchID(), ODRunConfigInfo::fetchID(), ODEcalCycle::fetchID(), FEConfigMainInfo::fetchID(), MODRunIOV::fetchID(), DCUIOV::fetchID(), MonRunIOV::fetchID(), ODRunConfigCycleInfo::fetchID(), ODRunConfigSeqInfo::fetchID(), RunIOV::fetchIDByRunAndTag(), ODRunConfigCycleInfo::fetchIDLast(), ODRunConfigSeqInfo::fetchIDLast(), ODRunConfigInfo::fetchIDLast(), FEConfigMainInfo::fetchIDLast(), LMFLmrSubIOV::fetchIdSql(), FEConfigSpikeInfo::fetchLastData(), FEConfigWeightInfo::fetchLastData(), FEConfigSlidingInfo::fetchLastData(), FEConfigFgrInfo::fetchLastData(), FEConfigTimingInfo::fetchLastData(), FEConfigLUTInfo::fetchLastData(), FEConfigPedInfo::fetchLastData(), FEConfigLinInfo::fetchLastData(), MonRunList::fetchLastNRuns(), RunList::fetchLastNRuns(), MonRunList::fetchRuns(), RunList::fetchRuns(), RunList::fetchRunsByLocation(), DCSPTMTempList::fetchValuesForECID(), DCSPTMTempList::fetchValuesForECIDAndTime(), RunDCSMagnetDat::fillTheMap(), RunDCSHVDat::fillTheMapByTime(), MuonSeedBuilder::foundMatchingSegment(), RunDCSHVDat::getBarrelRset(), LMFCorrCoefDat::getCorrections(), RunDCSHVDat::getEndcapAnodeRset(), RunDCSHVDat::getEndcapDynodeRset(), LMFLmrSubIOV::getIOVIDsLaterThan(), RunDCSMagnetDat::getMagnetRset(), LMFIOV::getParameters(), LMFSeqDat::getParameters(), LMFRunIOV::getParameters(), MuonSeedCleaner::GroupSeeds(), MuonSeedBuilder::IdentifyShowering(), HcalHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), FEConfigPedInfo::setByID(), FEConfigLUTInfo::setByID(), ODRunConfigSeqInfo::setByID(), ODEcalCycle::setByID(), RunIOV::setByID(), FEConfigSlidingInfo::setByID(), MonRunIOV::setByID(), FEConfigTimingInfo::setByID(), ODRunConfigInfo::setByID(), FEConfigLinInfo::setByID(), FEConfigMainInfo::setByID(), MODRunIOV::setByID(), FEConfigWeightInfo::setByID(), FEConfigSpikeInfo::setByID(), CaliIOV::setByID(), ODRunConfigCycleInfo::setByID(), DCUIOV::setByID(), FEConfigFgrInfo::setByID(), LMFRunIOV::setByIDSql(), RunIOV::setByRecentData(), MODRunIOV::setByRun(), RunIOV::setByRun(), MonRunIOV::setByRun(), RunIOV::setByTime(), CaliIOV::setByTm(), DCUIOV::setByTm(), RunIOV::updateEndTimeDB(), RunIOV::updateStartTimeDB(), ODRunConfigInfo::writeDB(), DCUIOV::writeDB(), FEConfigMainInfo::writeDB(), ODRunConfigSeqInfo::writeDB(), RunIOV::writeDB(), CaliIOV::writeDB(), ODRunConfigCycleInfo::writeDB(), MODRunIOV::writeDB(), ODCond2ConfInfo::writeDB(), MonRunIOV::writeDB(), LMFLmrSubIOV::writeDBSql(), and LMFSeqDat::writeDBSql().
cuy::doFill = False |
cuy::dolegend = False |
cuy::doNormalize = False |
tuple cuy::doRebin = thesuper[ikey] |
cuy::firstFilename = '' |
list cuy::graphs |
tuple cuy::histonamekeys = thehistos.keys() |
int cuy::ib = 1 |
Definition at line 660 of file cuy.py.
Referenced by edm::ActionTable::addDefaults(), HLTMonSimpleBTag::analyze(), MuonAlignmentAnalyzer::analyze(), L1TGMT::book_(), CSCSegAlgoTC::buildSegments(), CSCSegAlgoSK::buildSegments(), CSCSegAlgoDF::buildSegments(), SimpleNavigationSchool::cleanMemory(), EcalTBDaqFormatter::DecodeMEM(), EcalTB07DaqFormatter::DecodeMEM(), ZeeCalibration::endOfJob(), JetMETDQMPostProcessor::endRun(), edm::OwnArray< T, MAX_SIZE, P >::erase(), DDHCalFibreBundle::execute(), EcalContainer< EcalTrigTowerDetId, Item >::find(), CSCSegAlgoTC::flagHitsAsUsed(), CSCSegAlgoSK::flagHitsAsUsed(), CSCSegAlgoDF::flagHitsAsUsed(), ESDetId::hashedIndex(), trigger::HLTPrescaleTable::HLTPrescaleTable(), RPCReadOutMappingWithFastSearch::init(), ConvBremSeedProducer::isGsfTrack(), CSCSegAlgoTC::isSegmentGood(), HcalNumberingFromDDD::loadGeometry(), reco::modules::HICaloCompatibleTrackSelector::matchPFCandToTrack(), MultipleScatteringGeometry::MultipleScatteringGeometry(), MuonNavigationSchool::navigableLayers(), SimpleNavigationSchool::navigableLayers(), operator<<(), rpcrawtodigi::RecordCD::packedStrips(), TtDilepEvtSolutionMaker::produce(), PileupInformation::produce(), TtFullLepKinSolutionProducer::produce(), ConvBremSeedProducer::produce(), RPCReadOutMapping::rawDataFrame(), TopologyWorker::setPartList(), CSCSegAlgoTC::tryAddingHitsToSegment(), CSCSegAlgoSK::tryAddingHitsToSegment(), CSCSegAlgoDF::tryAddingHitsToSegment(), ESDetId::unhashIndex(), and DCCMemBlock::unpackMemTowerData().
Definition at line 888 of file cuy.py.
Referenced by RecoBTag::findBinClosestYValue().
int cuy::iBinClosestInit = 0 |
Definition at line 885 of file cuy.py.
Referenced by RecoBTag::findBinClosestYValue().
int cuy::ihnameIt = 0 |
int cuy::ii = 0 |
Definition at line 588 of file cuy.py.
Referenced by CMSTopTagger::_find_min_mass(), PrintGeomInfoAction::add1touchable(), PrintGeomMatInfo::add1touchable(), ApvTimingAlgorithm::analyse(), FedTimingAlgorithm::analyse(), BxTiming::analyze(), HFLightCalRand::analyze(), SurveyDataConverter::analyze(), TreeProducerCalibSimul::analyze(), AutocorrelationAnalyzer::analyze(), SurveyInputCSCfromPins::analyze(), HFLightCal::analyze(), edm::TestMix::analyze(), HitEff::analyze(), SiPixelDigiSource::analyze(), myFastSimVal::analyze(), cms::GammaJetAnalysis::analyze(), EcalTBValidation::analyze(), IsolatedTracksNxN::analyze(), JetTracksAssociationDR::associateTracksToJets(), BxTiming::beginJob(), GlobalTest::beginJob(), ClusterSummaryProducer::beginJob(), CommissioningHistosUsingDb::buildDetInfo(), MaterialBudgetCategorizer::buildMaps(), CocoaDaqReaderRoot::BuildMeasurementsFromOptAlign(), Measurement::buildOptOList(), Measurement::buildOptONamesList(), MeasurementDiffEntry::buildOptONamesList(), ConversionProducer::buildSuperAndBasicClusterGeoMap(), DQMStoreStats::calcIgProfDump(), OptOOpticalSquare::calculateFaces(), Measurement::calculateOriginalSimulatedValue(), HcalDataCertification::CertifyHcal(), edm::CFWriter::CFWriter(), Fit::CheckIfFitPossible(), Fit::CheckIfMeasIsProportionalToAnother(), CheckOverlap::CheckOverlap(), CaloCellGeometry::checkParmPtr(), MaterialBudgetAction::CheckTouchableInSelectedVolumes(), CaloSD::cleanHitCollection(), Model::cleanParamFittedSigmaVector(), EBClusterTaskExtras::cleanup(), SiStripConfigDb::clone(), Model::CMSLinkCleanModel(), CMSMonopolePhysics::CMSMonopolePhysics(), SiStripEventSummary::commissioningInfo(), TrackerGeometryCompare::compareSurfaceDeformations(), Measurement::construct(), Measurement::constructFromOA(), DDHCalEndcapAlgo::constructGeneralVolume(), DDHCalBarrelAlgo::constructGeneralVolume(), DDHCalBarrelAlgo::constructMidLayer(), CMSMonopolePhysics::ConstructParticle(), CMSMonopolePhysics::ConstructProcess(), DDHCalBarrelAlgo::constructSideLayer(), SurveyDataReader::convertToAlignableCoord(), Measurement::copyMeas(), MeasurementCOPS::correctValueAndSigma(), OpticalObject::createComponentOptOsFromOptAlignInfo(), JetTracksAssociationDR::createJetRefs(), JetTracksAssociationDR::createTrackRefs(), FWPSetTableManager::createVectorString(), MEEEGeom::crystal_in_sc(), MEChannel::d(), DeDwSum(), MEEEGeom::dee(), Measurement::DerivativeRespectEntry(), OptOOpticalSquare::detailedDeviatesLightRay(), CaloTrkProcessing::detectorLevel(), ZdcNumberingScheme::detectorLevel(), FP420NumberingScheme::detectorLevel(), FP420Test::detectorLevel(), CastorNumberingScheme::detectorLevel(), BscNumberingScheme::detectorLevel(), BscTest::detectorLevel(), CommissioningHistosUsingDb::detInfo(), CaloTrkProcessing::detLV(), BscTest::detName(), FP420Test::detName(), SiPixelGainCalibrationAnalysis::doFits(), FWLiteJobMetadataManager::doUpdate(), FWFFMetadataManager::doUpdate(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), MEGeom::drawGlobalBoundaries(), EcalDeadCellDeltaRFilter::dRtoMaskedChnsEvtFilterFunc(), LMFUnique::dump(), Fit::dumpFittedValues(), PrintGeomInfoAction::dumpG4LVLeaf(), PrintGeomMatInfo::dumpG4LVLeaf(), PrintGeomMatInfo::dumpG4LVLeafWithMat(), DTTrigGeom::dumpGeom(), ALIUtils::dumpVS(), EcalLaserAnalyzer::EcalLaserAnalyzer(), EcalLaserAnalyzer2::EcalLaserAnalyzer2(), EcalPreshowerNoiseDistrib::EcalPreshowerNoiseDistrib(), DDEcalEndcapAlgo::EEGetSCType(), MatrixMeschach::EliminateColumns(), MatrixMeschach::EliminateLines(), reco::HFValueStruct::EnCor(), HFPreLightCal::endJob(), ElectronCalibration::endJob(), cms::Analyzer_minbias::endJob(), HcalCableMapper::endJob(), HcalDAQInfo::endLuminosityBlock(), HcalDCSInfo::endLuminosityBlock(), DTSummaryClients::endLuminosityBlock(), DataCertificationJetMET::endRun(), DTOfflineSummaryClients::endRun(), ene7x7_xtal(), energy_ieta(), energy_iphi(), DDHCalAngular::execute(), DDTECAxialCableAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTOBRadCableAlgo::execute(), DDGEMAngular::execute(), DDMuonAngular::execute(), DDTIBRadCableAlgo_MTCC::execute(), OptOSensor2D::fastTraversesLightRay(), TkHistoMap::fill(), SiStripCommissioningSource::fillCablingHistos(), NtupleManager::FillChi2(), FittedEntriesSet::FillCorrelations(), MatrixFillMap::fillEBMap(), MatrixFillMap::fillEEMap(), MaterialBudgetTree::fillEndTrack(), MaterialBudgetCastorHistos::fillEndTrack(), MaterialBudgetHcalHistos::fillEndTrack(), FittedEntriesSet::FillEntriesAveragingSets(), FittedEntriesSet::FillEntriesFromFile(), NtupleManager::FillFitParameters(), GlobalDigisAnalyzer::fillHCal(), GlobalDigisProducer::fillHCal(), MaterialBudgetHcalHistos::fillHisto(), MaterialBudgetCastorHistos::fillHisto(), TreeMatrixCalib::fillInfo(), NtupleManager::FillOptObjects(), MaterialBudgetHcalHistos::fillPerStep(), MaterialBudgetCastorHistos::fillPerStep(), HEPTopTagger::Filtering(), BeamMonitor::FitAndFill(), ChargeDividerFP420::fluctuateEloss(), SiPixelDigitizerAlgorithm::fluctuateEloss(), SiLinearChargeDivider::fluctuateEloss(), TEcnaWrite::fMakeResultsFileName(), GctDigiToPsbText::GctDigiToPsbText(), Generator::Generator(), ECalSD::getBaseNumber(), EcalTBH4BeamSD::getBaseNumber(), CrossingFrame< T >::getBunchCrossing(), CalibrationInterface< CategoryT, CalibDataT >::getCalibData(), MEChannel::getChannel(), ErrorCorrelationMgr::getCorrelation(), EDMtoMEConverter::getData(), MEChannel::getDaughter(), MEChannel::getDescendant(), DeviationsFromFileSensor2D::getDevis(), MEEBGeom::getGraphBoundary(), MEEEGeom::getGraphBoundary(), HFShowerParam::getHits(), ALIUtils::getInt(), EcalTrivialConditionRetriever::getIntercalibConstantsFromConfiguration(), EcalTrivialConditionRetriever::getIntercalibErrorsFromConfiguration(), pat::PATMHTProducer::getJets(), MEChannel::getListOfChannels(), MEChannel::getListOfDescendants(), ApvAnalysisFactory::getMask(), SiPixelCalibDigi::getnentries(), EcalHitMaker::getPads(), ALIUtils::getRotationAnglesFromMatrix(), EcalLaserAnalyzer2::getShapes(), SiPixelCalibDigi::getsum(), SiPixelCalibDigi::getsumsquares(), EcalTrivialConditionRetriever::getTimeCalibConstantsFromConfiguration(), EcalTrivialConditionRetriever::getTimeCalibErrorsFromConfiguration(), TotemT1Organization::GetUnitID(), TotemRPOrganization::GetUnitID(), TotemT2OrganizationGem::GetUnitID(), HcalCholeskyMatrix::getValue(), ALIFileIn::getWordsInLine(), GlobalTrackerMuonAlignment::gradientGlobal(), GlobalTrackerMuonAlignment::gradientLocal(), GtPsbTextToDigi::GtPsbTextToDigi(), HFShowerFibreBundle::HFShowerFibreBundle(), HFShowerPMT::HFShowerPMT(), SummaryGenerator::histo1D(), SummaryGenerator::histo2DScatter(), SummaryGenerator::histo2DSum(), NoiseHistograms::histoAnalysis(), ApvTimingHistograms::histoAnalysis(), OptoScanHistograms::histoAnalysis(), PedsFullNoiseHistograms::histoAnalysis(), PedsOnlyHistograms::histoAnalysis(), PedestalsHistograms::histoAnalysis(), VpspScanHistograms::histoAnalysis(), FastFedCablingHistograms::histoAnalysis(), HLTPMMassFilter::hltFilter(), HLTPMDocaFilter::hltFilter(), MEEBGeom::hv_channel(), EBDetId::im(), MELaserPrim::init(), TT6PedestalCalculator::initializePedestal(), SimplePedestalCalculator::initializePedestal(), SiStripDbParams::inputDcuInfoXmlFiles(), SiStripDbParams::inputFecXmlFiles(), SiStripDbParams::inputFedXmlFiles(), SiStripDbParams::inputModuleXmlFiles(), ALIUtils::IsNumber(), SteppingAction::isThisVolume(), StackingAction::isThisVolume(), MEEBGeom::lm_channel(), MEEEGeom::lmmod(), ME::lmmodFromDcc(), OptoScanTask::locateTicks(), MEEBGeom::lv_channel(), DDDividedPolyhedraRho::makeDDLogicalPart(), DDDividedPolyconeRho::makeDDLogicalPart(), FittedEntriesManager::MakeHistos(), OptOCOPS::makeMeasurement(), MaterialBudgetForward::MaterialBudgetForward(), MeasurementCOPS::MeasurementCOPS(), CocoaToDDLMgr::measurementsAsSpecPars(), MEChannel::MEChannel(), GlobalTrackerMuonAlignment::misalignMuonL(), MixCollectionValidation::MixCollectionValidation(), edm::MixingModule::MixingModule(), MLP_Stochastic(), pos::PixelCalibConfiguration::nextFECState(), MatrixMeschach::operator*=(), reco::candidate::iterator::operator+(), edm::reftobase::RefVectorHolderBase::const_iterator::operator+(), reco::candidate::const_iterator::operator+(), edm::reftobase::BaseVectorHolder< T >::const_iterator::operator+(), edm::reftobase::RefVectorHolderBase::const_iterator::operator-(), reco::candidate::const_iterator::operator-(), edm::reftobase::BaseVectorHolder< T >::const_iterator::operator-(), reco::candidate::iterator::operator-(), operator<<(), MatrixMeschach::ostrDump(), HcalPacker::pack(), CastorPacker::pack(), PFClusterAlgo::parameter(), JetResolution::parameterEtaEval(), SiStripDbParams::partition(), SiStripDbParams::partitionNames(), EcalUncalibRecHitFixedAlphaBetaAlgo< C >::PerformAnalyticFit(), MuonG4Numbering::PhysicalVolumeToBaseNumber(), JetPlusTrackCorrector::pionEfficiency(), HCalSD::plotProfile(), CSCFakeDBCrosstalk::prefillDBCrosstalk(), PedestalsAnalysis::print(), SiStripDbParams::print(), SiStripFecCabling::print(), SiStripDetCabling::print(), NoiseAnalysis::print(), PedsFullNoiseAnalysis::print(), SiStripConfigDb::printAnalysisDescriptions(), Fit::printCentreInOptOFrame(), Fit::PrintChi2(), SiStripConfigDb::printDeviceDescriptions(), SiStripConfigDb::printFedConnections(), SiStripConfigDb::printFedDescriptions(), Fit::printRotationAnglesInOptOFrame(), SiPixelGainCalibrationAnalysis::printSummary(), HcalHitRelabeller::process(), PFAlgoTestBenchElectrons::processBlock(), cms::TrackListMerger::produce(), edm::CFWriter::produce(), FlavorHistoryProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), GtPsbTextToDigi::produce(), RecoTauCleanerImpl< Prod >::produce(), PFElecTkProducer::produce(), BoostedTopProducer::produce(), ReducedRecHitCollectionProducer::produce(), InterestingDetIdCollectionProducer::produce(), SummaryGenerator::profile1D(), reco::HFValueStruct::PUIntercept(), reco::HFValueStruct::PUSlope(), OpticalObject::readCoordinates(), StoreEcalCondition::readEcalChannelStatusFromFile(), EcalDQMStatusWriter::readEcalDQMChannelStatusFromFile(), EcalDQMStatusWriter::readEcalDQMTowerStatusFromFile(), StoreEcalCondition::readEcalGainRatiosFromFile(), StoreEcalCondition::readEcalIntercalibConstantsFromFile(), StoreEcalCondition::readEcalIntercalibConstantsMCFromFile(), CocoaDaqReaderRoot::ReadEvent(), FittedEntriesReader::readFittedEntriesFromFile(), EcalTPGDBApp::readFromCondDB_Pedestals(), Model::readMeasurementsFromFile(), CocoaDaqReaderText::ReadNextEvent(), Model::readSystemDescription(), CocoaAnalyzer::ReadXMLFile(), JetPlusTrackCorrector::rebuildJta(), HcalDigiTester::reco(), HcalDigisValidation::reco(), hcaltb::HcalTBTDCUnpacker::reconstructWC(), TT6PedestalCalculator::refinePedestal(), SimplePedestalCalculator::refinePedestal(), FourVectorHLTOffline::removeVersions(), FourVectorHLTClient::removeVersions(), HFClusterAlgo::resetForRun(), CMSTopTagger::result(), CSCTFMuonSorter::run(), SiStripConfigDb::runs(), MEEEGeom::sc_in_quad(), MEEEGeom::sc_type(), MEEEGeom::sector(), cond::IOVElementProxy::set(), OpticalObject::setAnglesNull(), TkHistoMap::setBinContent(), hcaltb::HcalTBTDCUnpacker::setCalib(), hcaltb::HcalTBQADCUnpacker::setCalib(), MeasurementCOPS::setConversionFactor(), Fit::setCorrelationsInWMatrix(), reco::HFValueStruct::setEnCor(), MELaserPrim::setHistoStyle(), PFEGammaAlgo::SetLinks(), PFElectronAlgo::SetLinks(), L1MuGMTRegMMConfig::setMergeMethod(), reco::HFValueStruct::setPUIntercept(), reco::HFValueStruct::setPUSlope(), HFClusterAlgo::setup(), CmsShowMain::setupDataHandling(), HcalCholeskyMatrix::setValue(), ShuffleExamples(), Measurement::sigma(), SiPixelGainCalibrationAnalysis::SiPixelGainCalibrationAnalysis(), PrintGeomMatInfo::spacesFromLeafDepth(), PrintGeomInfoAction::spacesFromLeafDepth(), CocoaToDDLMgr::specPar(), DDStreamer::specs_read(), MaterialBudgetForward::stopAfter(), Measurement::Substitute2p(), FittedEntriesReader::substitutePointBySlash(), IteratedMedianCMNSubtractor::subtract_(), PFRootEventManager::tauBenchmark(), TrackerGeometryCompare::TrackerGeometryCompare(), TrackProducerFP420::trackFinderSophisticated(), TrackingVerboseAction::TrackingVerboseAction(), fwrapper::transfer_cluster_transfer(), OpticalObject::transformCylindrical2Cartesian(), MEEBGeom::tt_type(), EEDetId::unhashIndex(), PedestalsTask::update(), MaterialBudgetAction::update(), EcalTBH4Trigger::update(), FP420Test::update(), PedsFullNoiseTask::update(), MonopoleSteppingAction::update(), CountProcessesAction::update(), MaterialBudgetForward::update(), CheckOverlap::update(), SiStripConfigDb::usingDatabase(), Measurement::value(), MuonErrorMatrix::Value(), Measurement::valueSimulated(), Measurement::valueSimulated_orig(), Measurement::valueType(), MeasurementCOPS::xlaserLine(), and MEChannel::~MEChannel().
tuple cuy::ins = Inspector.Inspector() |
Definition at line 312 of file cuy.py.
Referenced by ecaldqm::MESetChannel::append_(), DDExpandedViewDump(), edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double > >::operator[](), pos::PixelDACSettings::PixelDACSettings(), pos::PixelDetectorConfig::PixelDetectorConfig(), pos::PixelFEDConfig::PixelFEDConfig(), pos::PixelMaskAllPixels::PixelMaskAllPixels(), pos::PixelPortcardMap::PixelPortcardMap(), and pos::PixelTBMSettings::PixelTBMSettings().
int cuy::isFirst = True |
Definition at line 417 of file cuy.py.
Referenced by EnergyLossPlain::EnergyLossPlain(), GflashHadronShowerModel::isFirstInelasticInteraction(), and DTTracoChip::run().
list cuy::listcolor = thesuper[ikey] |
list cuy::listflavour = thegraph[ikey] |
list cuy::listlegend = thesuper[ikey] |
list cuy::listmarker = thesuper[ikey] |
list cuy::listname = theaddition[ikey] |
list cuy::listweight = theaddition[ikey] |
tuple cuy::maxInHisto = ath.GetMaximum() |
Definition at line 881 of file cuy.py.
Referenced by RecoBTag::findBinClosestYValue().
tuple cuy::minInHisto = ath.GetMinimum() |
Definition at line 882 of file cuy.py.
Referenced by RecoBTag::findBinClosestYValue().
tuple cuy::nAthBin = ath.GetNbinsX() |
int cuy::nBinB = 200 |
Definition at line 871 of file cuy.py.
Referenced by EffPurFromHistos::compute().
tuple cuy::newth = ath.Clone(theaddition[ikey].name) |
list cuy::newTH1list = [] |
tuple cuy::newthpx = ath.ProjectionX(ath.GetName()+"_px",0,-1,"e") |
tuple cuy::newthpy = ath.ProjectionY(ath.GetName()+"_py",0,-1,"e") |
list cuy::numerator = thedivition[ikey] |
Definition at line 483 of file cuy.py.
Referenced by SiPixelDataQuality::computeGlobalQualityFlag(), HarvestingAnalyzer::endJob(), PFClusterShapeAlgo::find_e3x2(), L1TDTTPGClient::makeRatioHisto(), CaloValidationStatistics::RMS(), PhotonOfflineClient::runClient(), TauDQMHistEffProducer::TauDQMHistEffProducer(), and Accumulator::variance().
list cuy::numeratorth = thedata[jkey] |
int cuy::nVal_ref = 0 |
int cuy::nVal_val = 0 |
string cuy::optionstring = "" |
tuple cuy::outputroot = TFile("cuy.root","RECREATE") |
tuple cuy::parser = make_parser() |
cuy::printBanner = False |
cuy::printCanvas = False |
cuy::printFormat = "png" |
string cuy::profileAxis = "no" |
string cuy::projectAxis = "no" |
int cuy::projectBin = 1 |
float cuy::RangeMax = 0.005 |
float cuy::RangeMin = 0.9 |
tuple cuy::rep = '' |
Definition at line 1188 of file cuy.py.
Referenced by edm::ParameterSet::fromString(), CSGAction::keycodeToString(), DDVector::operator std::vector< int >(), DTTFBitArray< N >::operator+=(), BitArray< 9 >::operator+=(), GenParticlePruner::produce(), and cscdqm::EventProcessor::updateEfficiencyHistos().
Definition at line 1163 of file cuy.py.
Referenced by SiStripCommissioningOfflineClient::beginRun(), PFJetTesterUnCorr::endJob(), CaloJetTester::endJob(), SiPixelErrorsDigisToCalibDigis::endJob(), JPTJetTesterUnCorr::endJob(), PFJetTester::endJob(), HLTJetMETValidation::endJob(), JPTJetTester::endJob(), CaloJetTesterUnCorr::endJob(), LogErrorEventFilter::filter(), ElectronCalibration::findMaxHit(), htmlErrors(), and edm::service::ELadministrator::swapContextSupplier().
dictionary cuy::stacklist = {} |
Definition at line 772 of file cuy.py.
Referenced by EcalDisplaysByEvent::drawTimingErrors().
cuy::theaddition = dh.addition |
cuy::thedivition = dh.divide |
cuy::thegraph = dh.graph |
list cuy::thehistos = thedata[ikey] |
list cuy::thelabels = thesuper[ikey] |
tuple cuy::thestyle = Style.Style() |
cuy::thesuper = dh.superimpose |
list cuy::tmpkeys = thedata[jkey] |
tuple cuy::tmpsumth = newth.Clone() |
tuple cuy::USAGE = re.compile(r'(?s)\s*usage: (.*?)(\n[ \t]*\n|$)') |
cuy::verbose = False |
tuple cuy::xErr_ref = TVectorD() |
tuple cuy::xErr_val = TVectorD() |
tuple cuy::xmlfile = open(option.xml) |
tuple cuy::xVal_ref = TVectorD() |
tuple cuy::xVal_val = TVectorD() |
tuple cuy::yBin = ath.GetBinContent(iAthBin) |
Definition at line 891 of file cuy.py.
Referenced by DTPreCalibrationTask::analyze(), DTNoiseTask::analyze(), RPCMon_SS_Dbx_Global::analyze(), PhotonAnalyzer::beginJob(), MuonTestSummary::beginRun(), RPCDeadChannelTest::clientOperation(), RPCClusterSizeTest::clientOperation(), DTChamberEfficiencyTest::endLuminosityBlock(), DTResolutionTest::endLuminosityBlock(), RPCEfficiencySecond::endRun(), RPCNoisyStripTest::fillGlobalME(), RPCMultiplicityTest::fillGlobalME(), RPCOccupancyTest::fillGlobalME(), SiPixelHistoricInfoEDAClient::fillPerformanceSummary(), SiPixelHistoricInfoDQMClient::fillPerformanceSummary(), RecoBTag::findBinClosestYValue(), HFunctionResolutionVarianceCheck::Write(), and HCovarianceVSxy::Write().
tuple cuy::yBin_ref = std.vector(int) |
tuple cuy::yBin_val = std.vector(int) |
Definition at line 889 of file cuy.py.
Referenced by RecoBTag::findBinClosestYValue().
int cuy::yClosestInit = 0 |
Definition at line 884 of file cuy.py.
Referenced by RecoBTag::findBinClosestYValue().
tuple cuy::yErr_ref = TVectorD() |
tuple cuy::yErr_val = TVectorD() |
tuple cuy::yVal_ref = TVectorD() |
tuple cuy::yVal_val = TVectorD() |
tuple cuy::zErr_ref = TVectorD() |
tuple cuy::zErr_val = TVectorD() |
tuple cuy::zVal_ref = TVectorD() |
tuple cuy::zVal_val = TVectorD() |