Functions | |
def | addBuildPiece |
def | createBuildFile |
def | extractBuildFilePiece |
Variables | |
tuple | base = os.environ.get('CMSSW_BASE') |
################## ## ## Main Program ## ## ################## ## | |
string | bin = '/test' |
build = where+buildCopy | |
tuple | buildCopy = os.path.dirname(copy) |
tuple | buildPiece = extractBuildFilePiece(fullBuild, copy, target) |
tuple | ccRE = re.compile(r'(\w+)\.cc') |
copy = options.copy | |
list | dirList = [firstDir, secondDir, secondDir + bin] |
string | firstDir = '/src/' |
found = False | |
string | fullBuild = '' |
string | fullName = '' |
string | help = 'Copies example. COPY should either be a file' |
tuple | match = ccRE.match(target) |
name = where+copy | |
tuple | parser |
list | pieces = args[0] |
tuple | release_base = os.environ.get('CMSSW_RELEASE_BASE') |
list | searchList |
string | secondDir = '/' |
list | target = pieces[2] |
list | targetBuild = dirList[2] |
list | targetCC = dirList[2] |
def newFWLiteAna::addBuildPiece | ( | targetBuild, | |
buildPiece | |||
) |
Adds needed piece for new executable. Returns true upon success.
Definition at line 63 of file newFWLiteAna.py.
00064 : 00065 """Adds needed piece for new executable. Returns true upon 00066 success.""" 00067 backup = targetBuild + ".bak" 00068 shutil.copyfile (targetBuild, backup) 00069 oldBuild = open (backup, 'r') 00070 newBuild = open (targetBuild, 'w') 00071 environRE = re.compile (r'<\s*environment') 00072 success = False 00073 for line in oldBuild: 00074 newBuild.write (line) 00075 if environRE.search (line): 00076 newBuild.write ('\n\n') 00077 newBuild.write (buildPiece) 00078 success = True 00079 oldBuild.close() 00080 newBuild.close() 00081 return success 00082 00083
def newFWLiteAna::createBuildFile | ( | buildfile | ) |
Creates a BuildFile if one doesn't already exist
Definition at line 54 of file newFWLiteAna.py.
def newFWLiteAna::extractBuildFilePiece | ( | buildfile, | |
copy, | |||
target = 'dummy' |
|||
) |
Extracts necessary piece of the buildfile. Returns empty string if not found.
Definition at line 11 of file newFWLiteAna.py.
00012 : 00013 """Extracts necessary piece of the buildfile. Returns empty 00014 string if not found.""" 00015 try: 00016 build = open (buildfile, 'r') 00017 except: 00018 raise RuntimeError, \ 00019 "Could not open BuildFile '%s' for reading. Aboring." \ 00020 % buildfile 00021 # make my regex 00022 startBinRE = re.compile (r'<\s*bin\s+name=(\S+)') 00023 endBinRE = re.compile (r'<\s*/bin>') 00024 exeNameRE = re.compile (r'(\w+)\.exe') 00025 ccName = os.path.basename (copy) 00026 match = ccRE.match (ccName) 00027 if match: 00028 ccName = match.group (1) 00029 retval = '' 00030 foundBin = False 00031 for line in build: 00032 # Are we in the middle of copying what we need? 00033 if foundBin: 00034 retval += line 00035 # Are we copying what we need and reach the end? 00036 if foundBin and endBinRE.search (line): 00037 # all done 00038 break 00039 # Is this the start of a bin line with the right name? 00040 match = startBinRE.search (line) 00041 if match: 00042 # strip of .exe if it's there 00043 exeName = match.group (1) 00044 exeMatch = exeNameRE.search (exeName) 00045 if exeMatch: 00046 exeName = exeMatch.group (1) 00047 if exeName == ccName: 00048 foundBin = True 00049 line = re.sub (exeName, target, line) 00050 retval = line 00051 build.close() 00052 return retval 00053
tuple newFWLiteAna::base = os.environ.get('CMSSW_BASE') |
################## ## ## Main Program ## ## ################## ##
Definition at line 92 of file newFWLiteAna.py.
Referenced by ApvTimingAlgorithm::analyse(), FedTimingAlgorithm::analyse(), FWHFTowerProxyBuilderBase::assertCaloDataSlice(), FWCaloTowerProxyBuilderBase::assertCaloDataSlice(), DDTrackerLinear::execute(), edm::serviceregistry::ServicesManager::fillListOfMakers(), FWLegoEvePFCandidate::FWLegoEvePFCandidate(), reco::GenJet::genParticle(), PFRecoTauDecayModeDeterminator::mergePiZeroes(), CSCTFUnpacker::produce(), cond::QIEDataCounter(), reco::CaloTauTagInfo::setJetRef(), CmsShowMainBase::setup(), funct::TEMPL(), global_linear_0::translation(), CalibrationAlgorithm::turnOn(), edm::Lumi3DReWeighting::weight3D_init(), and reweight::LumiReWeighting::weight3D_init().
string newFWLiteAna::bin = '/test' |
Definition at line 161 of file newFWLiteAna.py.
Referenced by CastorQIECoder::adc(), CastorChannelCoder::adc(), HcalChannelCoder::adc(), HcalQIECoder::adc(), MonitorElement::addProfiles(), SiStripGainFromData::algoEndJob(), ApvTimingAlgorithm::analyse(), FedTimingAlgorithm::analyse(), HiEvtPlaneFlatCalib::analyze(), DTT0CalibrationNew::analyze(), PatZjetsElectronAnalyzer::analyze(), CentralityBins::areaMeanOfBin(), CentralityBins::areaSigmaOfBin(), PhysicsPerformanceDBWriterFromFile_WPandPayload::beginJob(), PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL::beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV::beginJob(), EERawDataTask::beginLuminosityBlock(), EBRawDataTask::beginLuminosityBlock(), DTNoiseComputation::beginRun(), CommissioningTask::HistoSet::bin(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >::binContent(), PhysicsTools::Calibration::Histogram< float >::binContent(), PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >::binContent(), MagBinFinders::GeneralBinFinderInZ< double >::binIndex(), GenericBinFinderInZ< float, GeomDet >::binIndex(), GeneralBinFinderInZforGeometricSearchDet< float >::binIndex(), CentralityBins::bMeanOfBin(), BTagDifferentialPlot::bookHisto(), RPCMonitorDigi::bookRegionME(), CentralityBins::bSigmaOfBin(), DetIdAssociator::buildMap(), Quantile::calculateQ(), CalibrationHistosUsingDb::CalibrationHistosUsingDb(), HcalTimeSlewSim::charge(), CutBasedElectronID::cicSelection(), ScaleRecordHelper::columnName(), HEff1DHit::ComputeEfficiency(), HEff2DHit::ComputeEfficiency(), HTrackVariables::computeEfficiency(), HEff4DHit::ComputeEfficiency(), GlobalMuonMatchAnalyzer::computeEfficiencyEta(), GlobalMuonMatchAnalyzer::computeEfficiencyPt(), MuonResidualsFitter::correctBField(), SimpleJetCorrector::correction(), SamplingAlgorithm::correctProfile(), CSCValidation::doCalibrations(), CSCOfflineMonitor::doEfficiencies(), CSCValidation::doEfficiencies(), CentralityBins::eccentricityMeanOfBin(), CentralityBins::eccentricityRPMeanOfBin(), CentralityBins::eccentricityRPSigmaOfBin(), CentralityBins::eccentricitySigmaOfBin(), DTNoiseComputation::endJob(), L1TOccupancyClient::endLuminosityBlock(), DTEfficiencyTest::endLuminosityBlock(), HLTScalersClient::endLuminosityBlock(), DTDeadChannelTest::endLuminosityBlock(), RPCRecHitValidClient::endRun(), FourVectorHLTClient::endRun(), L1TOccupancyClient::endRun(), AlcaBeamMonitorClient::endRun(), EmDQMPostProcessor::endRun(), pat::ObjectResolutionCalc::etaBin(), SimplerLikelihoodRatioTestStatOpt::evalSimNLL(), evf::EvFRecordUnpacker::EvFRecordUnpacker(), evf::AsciiHisto::fill(), SummaryGeneratorReadoutView::fill(), OptoScanTask::fill(), LatencyTask::fill(), CalibrationScanTask::fill(), FineDelayTask::fill(), CalibrationTask::fill(), SummaryGeneratorControlView::fill(), FastFedCablingTask::fill(), evf::iDie::fillDQMModFractionHist(), SiPixelDataQuality::fillGlobalQualityPlot(), DQMMessageLoggerClient::fillHistograms(), DQMFEDIntegrityClient::fillHistograms(), CentralityFilter::filter(), EcalDQMBinningService::findBinsNoMap(), findSupport(), MagGeometry::findVolume(), MagBLayer::findVolume(), MagBRod::findVolume(), CentralityBins::getBin(), ecaldqm::MESetDet1D::getBinContent(), ecaldqm::MESetDet1D::getBinEntries(), ecaldqm::MESet::getBinEntries_(), ecaldqm::MESetDet1D::getBinError(), UtilsClient::getBinStatistics(), EcalBarrelGeometry::getClosestCell(), HiEvtPlaneFlatten::GetCnt(), FitSlicesYTool::getFittedMean(), FitSlicesYTool::getFittedMeanWithError(), FitSlicesYTool::getFittedSigma(), FitSlicesYTool::getFittedSigmaWithError(), HcalDbOnline::getObject(), Combo::getPdfValue(), PFResolutionMap::getRes(), HiEvtPlaneFlatten::GetX(), HiEvtPlaneFlatten::GetY(), SummaryGenerator::histo2DScatter(), SummaryGenerator::histo2DSum(), MSLayersKeeperX0AtEta::init(), MagneticFieldMap::inTeslaZ(), reweight::LumiReWeighting::ITweight(), reweight::LumiReWeighting::ITweight3BX(), CentralityBins::lowEdgeOfBin(), CaloHitResponse::makeAnalogSignal(), DTLocalTriggerEfficiencyTest::makeEfficiencyME(), HcalSiPMHitResponse::makeSiPMSignal(), CalibrationAlgorithm::maximum(), MultiplicityTimeCorrelations::MultiplicityTimeCorrelations(), CentralityBins::NcollMeanOfBin(), CentralityBins::NcollSigmaOfBin(), Quantile::next(), CentralityBins::NhardMeanOfBin(), CentralityBins::NhardSigmaOfBin(), DTTimeEvolutionHisto::normalizeTo(), CentralityBins::NpartMeanOfBin(), CentralityBins::NpartSigmaOfBin(), PFClusterAlgo::parameter(), DTSegmentAnalysisTest::performClientDiagnostic(), Quantile::prev(), L1TOccupancyClient::printDeadChannels(), utils::printRDH(), HcalQLPlotAnalAlgos::processDigi(), L1TCSCTFClient::processHistograms(), HiEvtPlaneFlatProducer::produce(), CentralityBinProducer::produce(), SummaryGenerator::profile1D(), SamplingAlgorithm::pruneProfile(), EcalHitResponse::putAnalogSignal(), CaloHitRespoNew::putAnalogSignal(), EBHitResponse::putAPDSignal(), reco::castor::QieShape::QieShape(), QieShape::QieShape(), CalibratedHistogramXML::read(), ecaldqm::MESetEcal::reset(), ecaldqm::MESet::resetAll(), hitfit::LeptonTranslatorBase< AElectron >::resolution(), L1MuDTEtaProcessor::runEtaTrackFinder(), ContentsYRange::runTest(), CompareToMedian::runTest(), ContentsXRange::runTest(), Comp2RefKolmogorov::runTest(), DeadChannel::runTest(), NoisyChannel::runTest(), Comp2RefEqualH::runTest(), BeamMonitor::scrollTH1(), PatTriggerTagAndProbe::setErrors(), DTTimeEvolutionHisto::setTimeSlotValue(), FourVectorHLTOnline::setupHltLsPlots(), TrigResRateMon::setupHltLsPlots(), smartError(), smartGausProfile(), smartProfile(), BeamMonitor::testScroll(), EcalUncalibRecHitWorkerGlobal::timeCorrectionEB(), EcalUncalibRecHitWorkerGlobal::timeCorrectionEE(), DTDataIntegrityTask::TimeHistos(), CentralityBins::triangularityMeanOfBin(), CentralityBins::triangularitySigmaOfBin(), CalibrationAlgorithm::turnOn(), SimpleJetCorrectionUncertainty::uncertainty(), SimpleJetCorrectionUncertainty::uncertaintyBin(), CalibrationHistosUsingDb::update(), SiStripFEDCheckPlugin::updateHistograms(), CommissioningTask::updateHistoSet(), edm::LumiReWeighting::weight(), reweight::LumiReWeighting::weight(), reweight::LumiReWeighting::weightOOT(), edm::LumiReWeighting::weightOOT(), and CalibratedHistogramXML::write().
newFWLiteAna::build = where+buildCopy |
Definition at line 126 of file newFWLiteAna.py.
Referenced by TkGluedMeasurementDet::HitCollectorForRecHits::add(), GeometricSearchDetMeasurements::addInvalidMeas(), LayerMeasurements::addInvalidMeas(), SiStripElectronSeedGenerator::altCheckHitsAndTSOS(), EMEnrichingFilterAlgo::applyBFieldCurv(), doubleEMEnrichingFilterAlgo::applyBFieldCurv(), CtfSpecialSeedGenerator::beginRun(), TransientTrackBuilder::build(), TkStripMeasurementDet::buildRecHit(), TkPixelMeasurementDet::buildRecHit(), TkStripMeasurementDet::buildRecHits(), SiStripElectronSeedGenerator::checkHitsAndTSOS(), FastPixelHitMatcher::compatibleHits(), AlignableSiStripDet::consistifyAlignments(), GsfConstraintAtVertex::constrainAtPoint(), CosmicGenFilterHelix::CosmicGenFilterHelix(), CosmicNavigationSchool::CosmicNavigationSchool(), CaloDetIdAssociator::crossedElement(), ResidualRefitting::cylExtrapTrkSam(), DTCompactMapHandlerFactory::DTCompactMapHandlerFactory(), DTConfigHandlerFactory::DTConfigHandlerFactory(), TrajectoryExtrapolatorToLine::extrapolate(), TkPixelMeasurementDet::fastMeasurements(), TkStripMeasurementDet::fastMeasurements(), TkGluedMeasurementDet::fastMeasurements(), KFFittingSmoother::fit(), NonPropagatingDetMeasurements::get(), EcalShowerProperties::getSurface(), CachedTrajectory::getTrajectory(), LayerMeasurements::groupedMeasurements(), RectangularEtaPhiTrackingRegion::hits(), CosmicTrackingRegion::hits(), HLTMuonPointingFilter::HLTMuonPointingFilter(), SmartPropagator::initTkVolume(), LayerMeasurements::measurements(), MuonTrackingRegionBuilder::MuonTrackingRegionBuilder(), PlaneBuilderForGluedDet::plane(), TrackKinematicStatePropagator::planeCrossing(), PlotRecTracks::printRecTracks(), EcalShowerProperties::processTrack(), TrackingRecHitProjector< ResultingHit >::project(), TrackingRecHitPropagator::project(), PropagateToCal::propagate(), spr::propagateCalo(), CachedTrajectory::propagateForward(), TCMETAlgo::propagateTrack(), cms::MuonTCMETValueMapProducer::propagateTrack(), spr::propagateTrackerEnd(), KalmanAlignmentTrackRefitter::refitSingleTracklet(), CSCPairResidualsConstraint::setZplane(), TrackEfficiencyMonitor::trackerAcceptance(), and SimpleCosmicBONSeeder::triplets().
string newFWLiteAna::buildCopy = os.path.dirname(copy) |
Definition at line 113 of file newFWLiteAna.py.
tuple newFWLiteAna::buildPiece = extractBuildFilePiece(fullBuild, copy, target) |
Definition at line 153 of file newFWLiteAna.py.
tuple newFWLiteAna::ccRE = re.compile(r'(\w+)\.cc') |
Definition at line 9 of file newFWLiteAna.py.
newFWLiteAna::copy = options.copy |
Definition at line 110 of file newFWLiteAna.py.
list newFWLiteAna::dirList = [firstDir, secondDir, secondDir + bin] |
Definition at line 168 of file newFWLiteAna.py.
string newFWLiteAna::firstDir = '/src/' |
Definition at line 158 of file newFWLiteAna.py.
newFWLiteAna::found = False |
Definition at line 118 of file newFWLiteAna.py.
Referenced by edm::Trie< T >::_addEntry(), FastFedCablingHistosUsingDb::addDcuDetIds(), EventFilterFromListStandAlone::addEventString(), GsfElectronAlgo::addPflowInfo(), DetGroupMerger::addSameLevel(), ApvTimingAlgorithm::analyse(), FedTimingAlgorithm::analyse(), CkfDebugger::analyseRecHitExistance(), ElectronCalibrationUniv::analyze(), ParticleListDrawer::analyze(), L1TdeRCT::analyze(), EwkMuDQM::analyze(), EwkElecDQM::analyze(), ImpactParameterCalibration::analyze(), BeamMonitor::analyze(), ElectronCalibration::analyze(), AlignmentParameterStore::applyAlignableAbsolutePositions(), AlignmentParameterStore::applyAlignableRelativePositions(), AlignmentParameterStore::attachAlignmentParameters(), EcalTrigPrimProducer::beginJob(), SiStripCommissioningOfflineClient::beginRun(), QcdLowPtDQM::beginRun(), HLTHiggsSubAnalysis::beginRun(), GeneralHLTOffline::beginRun(), QcdUeDQM::beginRun(), TCMETAlgo::CalculateTCMET(), CaloCellCrossing::CaloCellCrossing(), reco::modules::CandCombinerBase::CandCombinerBase(), edm::Schedule::changeModule(), StorageMaker::check(), CaloSD::checkHit(), ConversionProducer::checkVertex(), TrajectorySegmentBuilder::cleanCandidates(), SiStripEventSummary::commissioningInfo(), PixelHitMatcher::compatibleSeeds(), pat::TriggerEvent::conditionCollections(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >::ConstrainedFitCandProducer(), PFRecHitProducerPS::createRecHits(), reco::CompositeCandidate::daughter(), reco::NamedCompositeCandidate::daughter(), SiStripTFile::dirContent(), DTCreateSummaryHistos::endJob(), SusyPostProcessor::endRun(), gen::EvtGenInterface::EvtGenInterface(), ora::DatabaseUtilitySession::existsContainer(), cond::CredentialStore::exportAll(), EcalHitMaker::fastInsideCell(), pos::PixelCalibConfiguration::fedCardsAndChannels(), pat::PATPFParticleProducer::fetchCandidateCollection(), PFElectronTranslator::fetchCandidateCollection(), PFPhotonTranslator::fetchCandidateCollection(), PFLinker::fetchCollection(), PFElectronTranslator::fetchGsfCollection(), MaterialBudgetHcalHistos::fillPerStep(), MaterialBudgetCastorHistos::fillPerStep(), MuonKinkFinder::fillTrkKink(), HSCParticleProducer::filter(), EmptyEventsFilter::filter(), EFilter::filter(), MultiCandGenEvtSelector::filter(), pat::TriggerEvent::filterCollections(), edm::Trie< T >::find(), ora::ClassUtils::findBaseType(), UpdatedMuonInnerTrackRef::findNewRef(), KinematicTree::findParticle(), EcalTBReadout::findTTlist(), MagGeometry::findVolume1(), edm::DaqProvenanceHelper::fixMetaData(), GenJetParticleSelector::GenJetParticleSelector(), cacheutils::ValuesCache::get(), ora::MappingDatabase::getBaseMappingForContainer(), PFClusterShapeProducer::getClusterCollection(), egHLT::ComCodes::getCode(), egHLT::TrigCodes::TrigBitSetMap::getCode(), EcalFedMap::getFedFromSlice(), HSCParticleProducer::getHSCPSeedCollection(), CalibrationInterface< CategoryT, CalibDataT >::getIndex(), JetCorrectorParametersCollection::getL5Bin(), JetCorrectorParametersCollection::getL7Bin(), IO::GetLineData(), pftools::IO::GetLineData(), ora::MappingDatabase::getMappingForContainer(), MatacqProducer::getMatacqEvent(), MatacqProducer::getMatacqFile(), ora::Sequences::getNextId(), pftools::IO::GetNextLineData(), IO::GetNextLineData(), cond::Utilities::getOptionValue(), Selector< pat::Electron >::getPasses(), PFClusterShapeProducer::getRecHitCollection(), Roads::getRoadSeed(), MuonAssociatorByHits::getShared(), DQMProvInfo::getShowTags(), EcalFedMap::getSliceFromFed(), CaloMeanResponse::getWeight(), gen::EvtGenInterface::go_through_daughters(), CachingSeedCleanerByHitPosition::good(), SeedCleanerByHitPosition::good(), CachingSeedCleanerBySharedInput::good(), SeedCleanerBySharedInput::good(), edm::RootInputFileSequence::goToEvent(), cond::Utilities::hasOptionValue(), HistoExists(), TotemSD::HitExists(), FP420SD::HitExists(), BscSD::HitExists(), EventMsgView::hostName(), InitMsgView::hostName(), TtEvent::hypoClassKeyFromString(), cond::CredentialStore::importForPrincipal(), MSLayersKeeperX0AtEta::init(), edm::Schedule::initializeEarlyDelete(), TrajectoryManager::initializeLayerMap(), ConvBremSeedProducer::initializeLayerMap(), cond::CredentialStore::installAdmin(), MuonHOAcceptance::isChannelDead(), MuonHOAcceptance::isChannelSiPM(), DDLParser::isParsed(), l1GtBoardTypeStringToEnum(), l1GtConditionCategoryStringToEnum(), l1GtConditionTypeStringToEnum(), l1GtObjectStringToEnum(), l1GtPsbQuadStringToEnum(), KinematicTree::leftBranchSearch(), KinematicTree::leftBranchVertexSearch(), lhef::LHEEvent::LHEEvent(), cond::CredentialStore::listConnections(), cond::CredentialStore::listPrincipals(), HcalNumberingFromDDD::loadGeometry(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), reco::modules::ParameterAdapter< helpers::MCTruthPairSelector< T > >::make(), PreshowerClusterAlgo::makeOneCluster(), SiStripHitEffFromCalibTree::makeSummary(), spr::matchedSimTrack(), JetPlusTrackCorrector::matchTracks(), CosmicParametersDefinerForTP::momentum(), reco::modules::NamedCandCombinerBase::NamedCandCombinerBase(), ora::MappingDatabase::newMappingVersionForContainer(), ora::MappingDatabase::newMappingVersionForDependentClass(), edm::IndexIntoFile::IndexIntoFileItrImpl::next(), edm::Trie< T >::node(), node_filter(), edm::service::MessageServicePSetValidation::noneExcept(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::ObjectSelector(), CosmicTrackingParticleSelector::operator()(), Selector< pat::Electron >::passCut(), HCalSD::plotProfile(), pos::PixelPortcardMap::PortCardAndAOH(), ParticleTreeDrawer::printInfo(), HistogramProbabilityEstimator::probability(), PFCandidateMixer::produce(), MuonLinksProducerForHLT::produce(), FlavorHistoryProducer::produce(), PFClusterProducer::produce(), PFElecTkProducer::produce(), GsfElectronCoreProducer::produce(), PFBlockProducer::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), PFProducer::produce(), TauGenJetProducer::produce(), PFSimParticleProducer::produce(), PFTrackProducer::produce(), FastjetJetProducer::produceTrackJets(), edm::RootInputFileSequence::readOneRandomWithID(), edm::RootInputFileSequence::readOneSequentialWithID(), edm::RootInputFileSequence::readOneSpecified(), PasswordReader::readPassword(), edm::registryIsSubset(), evf::RawCache::releaseMsg(), cond::CredentialStore::removeConnection(), cond::CredentialStore::removePrincipal(), FeldmanCousins::run(), ConversionVertexFinder::run(), SiStripConfigDb::runs(), TrackerMap::save(), TrackerMap::save_as_fectrackermap(), TrackerMap::save_as_fedtrackermap(), TrackerMap::save_as_HVtrackermap(), TrackerMap::save_as_psutrackermap(), cond::selectAuthorization(), cond::selectConnection(), muon::selectionTypeFromString(), cond::CredentialStore::selectPermissions(), cond::selectPrincipal(), edm::StreamSerializer::serializeEvent(), GsfElectronAlgo::setAmbiguityData(), egHLT::ComCodes::setCode(), egHLT::TrigCodes::TrigBitSetMap::setCode(), edm::Path::setEarlyDeleteHelpers(), ora::MappingDatabase::setMappingVersionForClass(), cond::CredentialStore::setPermission(), PFAlgo::setPhotonExtraRef(), CSCRecHit2D::sharesInput(), SiTrackerMultiRecHit::sharesInput(), edm::RootInputFileSequence::skipToItem(), edm::RootInputFileSequence::skipToItemInNewFile(), cond::CredentialStore::startSession(), reco::tau::translateGenDecayModeToReco(), reco::tau::translateRecoDecayModeToGen(), ora::Selection::uniqueVariableName(), TrajectorySegmentBuilder::unlockedMeasurements(), CastorCtdcUnpacker::unpack(), cond::CredentialStore::unsetPermission(), FastFedCablingHistosUsingDb::update(), cond::CredentialStore::updateConnection(), cond::CredentialStore::updatePrincipal(), TrajectorySegmentBuilder::updateWithInvalidHit(), edm::HiMixingModule::verifyRegistry(), CosmicParametersDefinerForTP::vertex(), and TrimmedVertexFinder::vertices().
Definition at line 123 of file newFWLiteAna.py.
Definition at line 122 of file newFWLiteAna.py.
Referenced by cond::Utilities::addOption(), TFileService::afterBeginJob(), DTLocalTriggerBaseTest::bookCmsHistos(), DTTriggerLutTest::bookCmsHistos1d(), DTLocalTriggerBaseTest::bookSectorHistos(), DTTriggerEfficiencyTask::bookWheelHistos(), edm::service::RandomNumberGeneratorService::constructSaveFileName(), SiStripMonitorMuonHLT::createMEs(), BareRootProductGetter::createNewBuffer(), TkHistoMap::createTkHistoMap(), DTLocalTriggerTest::fillGlobalSummary(), FWEveViewManager::FWEveViewManager(), ElectronDqmAnalyzerBase::get(), cond::Utilities::getOptionValue(), edm::root::FWLiteDelayedReader::getProduct_(), cond::Utilities::getValueIfExists(), TkHistoMap::loadTkHistoMap(), edm::service::RandomNumberGeneratorService::postEventRead(), ElectronDqmAnalyzerBase::remove(), DTLocalTriggerSynchTest::runClientDiagnostic(), DTLocalTriggerTPTest::runClientDiagnostic(), DTLocalTriggerLutTest::runClientDiagnostic(), DTTriggerEfficiencyTest::runClientDiagnostic(), DTTriggerLutTest::runClientDiagnostic(), and DTLocalTriggerTest::runClientDiagnostic().
string newFWLiteAna::help = 'Copies example. COPY should either be a file' |
Definition at line 102 of file newFWLiteAna.py.
tuple newFWLiteAna::match = ccRE.match(target) |
Definition at line 150 of file newFWLiteAna.py.
newFWLiteAna::name = where+copy |
Definition at line 125 of file newFWLiteAna.py.
tuple newFWLiteAna::parser |
00001 optparse.OptionParser('usage: %prog [options] ' 00002 'Package/SubPackage/name\n' 00003 'Creates new analysis code')
Definition at line 98 of file newFWLiteAna.py.
list newFWLiteAna::pieces = args[0] |
Definition at line 145 of file newFWLiteAna.py.
tuple newFWLiteAna::release_base = os.environ.get('CMSSW_RELEASE_BASE') |
Definition at line 93 of file newFWLiteAna.py.
00001 ['', 00002 base + "/src/PhysicsTools/FWLite/examples/", 00003 release_base+ "/src/PhysicsTools/FWLite/examples/"]
Definition at line 119 of file newFWLiteAna.py.
string newFWLiteAna::secondDir = '/' |
Definition at line 159 of file newFWLiteAna.py.
tuple newFWLiteAna::target = pieces[2] |
Definition at line 149 of file newFWLiteAna.py.
list newFWLiteAna::targetBuild = dirList[2] |
Definition at line 170 of file newFWLiteAna.py.
list newFWLiteAna::targetCC = dirList[2] |
Definition at line 169 of file newFWLiteAna.py.