CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
newFWLiteAna Namespace Reference

Functions

def addBuildPiece
 
def createBuildFile
 
def extractBuildFilePiece
 

Variables

tuple base = os.environ.get('CMSSW_BASE')
 

Main Program

More...
 
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 = base+'/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 = firstDir+'/'
 
list target = pieces[2]
 
list targetBuild = dirList[2]
 
list targetCC = dirList[2]
 

Function Documentation

def newFWLiteAna.addBuildPiece (   targetBuild,
  buildPiece 
)
Adds needed piece for new executable.  Returns true upon
success.

Definition at line 63 of file newFWLiteAna.py.

63 
64 def addBuildPiece (targetBuild, buildPiece):
65  """Adds needed piece for new executable. Returns true upon
66  success."""
67  backup = targetBuild + ".bak"
68  shutil.copyfile (targetBuild, backup)
69  oldBuild = open (backup, 'r')
70  newBuild = open (targetBuild, 'w')
71  environRE = re.compile (r'<\s*environment')
72  success = False
73  for line in oldBuild:
74  newBuild.write (line)
75  if environRE.search (line):
76  newBuild.write ('\n\n')
77  newBuild.write (buildPiece)
78  success = True
79  oldBuild.close()
80  newBuild.close()
81  return success
82 
83 
def newFWLiteAna.createBuildFile (   buildfile)
Creates a BuildFile if one doesn't already exist

Definition at line 54 of file newFWLiteAna.py.

54 
55 def createBuildFile (buildfile):
56  """Creates a BuildFile if one doesn't already exist"""
57  if os.path.exists (buildfile):
58  return
59  build = open (buildfile, 'w')
60  build.write ("<!-- -*- XML -*- -->\n\n<environment>\n\n</environment>\n")
61  build.close()
62 
def createBuildFile
Definition: newFWLiteAna.py:54
def newFWLiteAna.extractBuildFilePiece (   buildfile,
  copy,
  target = 'dummy' 
)
Extracts necessary piece of the buildfile.  Returns empty
string if not found.

Definition at line 12 of file newFWLiteAna.py.

12 
13 def extractBuildFilePiece (buildfile, copy, target = 'dummy'):
14  """Extracts necessary piece of the buildfile. Returns empty
15  string if not found."""
16  try:
17  build = open (buildfile, 'r')
18  except:
19  raise RuntimeError("Could not open BuildFile '%s' for reading. Aboring." \
20  % buildfile)
21  # make my regex
22  startBinRE = re.compile (r'<\s*bin\s+name=(\S+)')
23  endBinRE = re.compile (r'<\s*/bin>')
24  exeNameRE = re.compile (r'(\w+)\.exe')
25  ccName = os.path.basename (copy)
26  match = ccRE.match (ccName)
27  if match:
28  ccName = match.group (1)
29  retval = ''
30  foundBin = False
31  for line in build:
32  # Are we in the middle of copying what we need?
33  if foundBin:
34  retval += line
35  # Are we copying what we need and reach the end?
36  if foundBin and endBinRE.search (line):
37  # all done
38  break
39  # Is this the start of a bin line with the right name?
40  match = startBinRE.search (line)
41  if match:
42  # strip of .exe if it's there
43  exeName = match.group (1)
44  exeMatch = exeNameRE.search (exeName)
45  if exeMatch:
46  exeName = exeMatch.group (1)
47  if exeName == ccName:
48  foundBin = True
49  line = re.sub (exeName, target, line)
50  retval = line
51  build.close()
52  return retval
53 
def extractBuildFilePiece
Definition: newFWLiteAna.py:12

Variable Documentation

tuple newFWLiteAna.base = os.environ.get('CMSSW_BASE')

Main Program

Definition at line 92 of file newFWLiteAna.py.

Referenced by algorithm(), FedTimingAlgorithm.analyse(), ApvTimingAlgorithm.analyse(), HcalLutAnalyzer.analyze(), EcalTPGParamBuilder.analyze(), FWCaloDataHistProxyBuilder.assertCaloDataSlice(), FWHFTowerProxyBuilderBase.assertCaloDataSlice(), FWHGTowerProxyBuilderBase.assertCaloDataSlice(), npstat::HistoAxis.binNumberMapper(), FWGUIManager.createView(), FWTriggerTableView.dataChanged(), DTDigi.DTDigi(), LA_Filler_Fitter.ensemble_summary(), DDTrackerLinear.execute(), edm::serviceregistry::ServicesManager.fillListOfMakers(), fireworks::OptionNode.fillOptionForType(), MiniFloatConverter.float32to16round(), FWLegoCandidate.FWLegoCandidate(), FWLegoEvePFCandidate.FWLegoEvePFCandidate(), reco::GenJet.genParticle(), ecaldqm::MESetMulti.getIndex(), HcalDTCHeader.getSlotData(), CastorCTDCHeader.getSpigotData(), HcalDCCHeader.getSpigotData(), HGCalWaferMask.getTypeMode(), HGCalWaferMask.goodTypeMode(), FWSimpleRepresentationChecker.inheritsFrom(), ConstantStepOdeSolver.interpolateCoordinate(), ConstantStepOdeSolver.interpolateIntegrated(), notcub::CachingHostAllocator.IntPow(), notcub::CachingDeviceAllocator.IntPow(), mtd_digitizer.loadSimHitAccumulator(), LA_Filler_Fitter.make_and_fit_symmchi2(), notcub::CachingHostAllocator.NearestPowerOf(), notcub::CachingDeviceAllocator.NearestPowerOf(), operator<<(), logintpack.pack16log(), logintpack.pack16logCeil(), logintpack.pack16logClosed(), logintpack.pack8log(), logintpack.pack8logCeil(), logintpack.pack8logClosed(), dqmservices::JsonWritingTimeoutPoolOutputModule.physicalAndLogicalNameForNewFile(), l1t::stage2::emtf.PowInt(), CSCTFUnpacker.produce(), edm.public_base_classes(), EcalTPGParamBuilder.realignBaseline(), CmsAnnotation.Render(), LA_Filler_Fitter.result(), rtrim(), mtd_digitizer.saveSimHitAccumulator(), FW3DViewBase.setClip(), CmsShowMainBase.setup(), npstat::ArrayND< Numeric, StackLen, StackDim >.sumBelowLoop(), FWTableViewManager.tableFormatsImpl(), logintpack.unpack16log(), logintpack.unpack16logClosed(), logintpack.unpack8log(), logintpack.unpack8logClosed(), TTBV.val(), edm::Lumi3DReWeighting.weight3D_init(), and reweight::LumiReWeighting.weight3D_init().

string newFWLiteAna.bin = '/test'

Definition at line 161 of file newFWLiteAna.py.

Referenced by cms::cuda::HistoContainer< T, NBINS, SIZE, S, I, NHISTS >.__attribute__(), CastorChannelCoder.adc(), HcalQIECoder.adc(), CastorQIECoder.adc(), EcalHitResponse.add(), trklet::VMStubsMEMemory.addStub(), trklet::VMStubsTEMemory.addVMStub(), SiStripGainFromData.algoEndJob(), FedTimingAlgorithm.analyse(), ApvTimingAlgorithm.analyse(), PatZjetsElectronAnalyzer.analyze(), HcalTriggerPrimitiveAlgo.analyzeHF2016(), HcalTriggerPrimitiveAlgo.analyzeHFQIE10(), CentralityBins.areaMeanOfBin(), CentralityBins.areaSigmaOfBin(), PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload.beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.beginJob(), DTNoiseComputation.beginRun(), CommissioningTask::HistoSet.bin(), PhysicsTools::Calibration::Histogram< float >.binContent(), PhysicsTools::Calibration::Histogram2D< Value_t, AxisX_t, AxisY_t >.binContent(), PhysicsTools::Calibration::Histogram3D< Value_t, AxisX_t, AxisY_t, AxisZ_t >.binContent(), GenericBinFinderInZ< float, GeomDet >.binIndex(), GeneralBinFinderInZforGeometricSearchDet< float >.binIndex(), MagBinFinders::GeneralBinFinderInZ< double >.binIndex(), CentralityBins.bMeanOfBin(), FastTimerService::PlotsPerPath.book(), GEMBaseValidation.bookDetectorOccupancy(), PhotonOfflineClient.bookHisto(), PhotonAnalyzer.bookHisto(), L1TdeStage2EMTF.bookHistograms(), L1TStage2EMTF.bookHistograms(), L1TStage2uGMT.bookHistograms(), PSMonitor.bookHistograms(), L1TStage2BMTF.bookHistograms(), GEMBaseValidation.bookPIDHist(), RPCMonitorDigi.bookRegionME(), CentralityBins.bSigmaOfBin(), BSvsPVPlots(), DetIdAssociator.buildMap(), PixelLumiDQM.calculateBunchMask(), Quantile.calculateQ(), CalibrationHistosUsingDb.CalibrationHistosUsingDb(), HcalTimeSlewSim.charge(), SplitVertexResolution.checkBinOrdering(), CutBasedElectronID.cicSelection(), ScaleRecordHelper.columnName(), MuonME0DigisHarvestor.ComputeBKG(), MuonGEMBaseHarvestor.computeEfficiency(), GEMDQMEfficiencyCalculator.computeEfficiency(), GEMEfficiencyHarvester.computeEfficiency(), HTrackVariables.computeEfficiency(), GlobalMuonMatchAnalyzer.computeEfficiencyEta(), GlobalMuonMatchAnalyzer.computeEfficiencyPt(), ComputeOOTFractionvsFill(), ComputeOOTFractionvsRun(), ecaldqm::MESet::const_iterator.const_iterator(), MuonResidualsFitter.correctBField(), SimpleJetCorrector.correction(), SamplingAlgorithm.correctProfile(), JME::JetParameters.createVector(), CTPPSCompositeESSource.CTPPSCompositeESSource(), divide(), FlavourHistograms< T >.divide(), CSCValidation.doCalibrations(), CSCOfflineMonitor.doEfficiencies(), CSCValidation.doEfficiencies(), EmDQMPostProcessor.dqmEndJob(), RPCRecHitValidClient.dqmEndJob(), HLTMuonRefMethod.dqmEndJob(), L1TOccupancyClient.dqmEndJob(), SiPixelLorentzAnglePCLHarvester.dqmEndJob(), L1TOccupancyClient.dqmEndLuminosityBlock(), DTEfficiencyTest.dqmEndLuminosityBlock(), OnlineBeamMonitor.dqmEndRun(), AlcaBeamMonitor.dqmEndRun(), JME::JetResolutionObject.dump(), CentralityBins.eccentricityMeanOfBin(), CentralityBins.eccentricityRPMeanOfBin(), CentralityBins.eccentricityRPSigmaOfBin(), CentralityBins.eccentricitySigmaOfBin(), DTNoiseCalibration.endJob(), DTNoiseComputation.endJob(), L1TBPTX.endLuminosityBlock(), HLTScalersClient.endLuminosityBlock(), AlcaBeamMonitorClient.endRun(), pixelCPEforGPU.errorFromDB(), pat::ObjectResolutionCalc.etaBin(), SimHitsValidationHcal::etaRange.etaRange(), trklet::TripletEngine.execute(), trklet::TrackletEngineDisplaced.execute(), trklet::VMRouterCM.execute(), trklet::VMRouter.execute(), FastFedCablingTask.fill(), OptoScanTask.fill(), FineDelayTask.fill(), LatencyTask.fill(), SummaryGeneratorControlView.fill(), SummaryGeneratorReadoutView.fill(), ecaldqm::MESetDet2D.fill(), CalibrationScanTask.fill(), CalibrationTask.fill(), BeamSpotPI::DisplayParameters< PayloadType >.fill(), gainCalibHelper::SiPixelGainCalibrationByRegionComparisonBase< myType, PayloadType, nIOVs, ntags >.fill(), ecaldqm::MESetDet2D.fill_(), SiPixelDataQuality.fillGlobalQualityPlot(), HGCalHistoSeedingImpl.fillHistoClusters(), DQMMessageLoggerClient.fillHistograms(), DQMFEDIntegrityClient.fillHistograms(), NPUTablesProducer.fillNPUObjectTable(), Phase1PixelROCMaps.fillSelectedRocs(), HGCalHistoSeedingImpl.fillSmoothHistoClusters(), HGCalHistoSeedingImpl.fillSmoothPhiHistoClusters(), HGCalHistoSeedingImpl.fillSmoothRPhiHistoClusters(), PrimaryVertexValidation.fillTrendPlotByIndex(), SplitVertexResolution.fillTrendPlotByIndex(), Phase1PixelROCMaps.fillWholeModule(), cond::payloadInspector::Histogram1< AxisType, PayloadType, IOV_M >.fillWithBinAndValue(), CentralityFilter.filter(), ecaldqm::binning.findBin1D(), HGCalHistoSeedingImpl.findHistoSeeds(), HIPplots.FindPeaks(), GEMEfficiencyHarvester.findResolutionBin(), findSupport(), MagBRod.findVolume(), MagBLayer.findVolume(), MagGeometry.findVolume(), for(), trackerDTC::Stub.formatTMTT(), SiStripGainsPCLHarvester.gainQualityMonitor(), CentralityBins.getBin(), ecaldqm::MESetProjection.getBinContent(), ecaldqm::MESetDet2D.getBinContent(), ecaldqm::MESetProjection.getBinEntries(), ecaldqm::MESetDet2D.getBinEntries(), ecaldqm::MESetProjection.getBinError(), ecaldqm::MESetDet2D.getBinError(), JME::JetResolutionObject::Definition.getBinName(), cms::cuda::allocator.getCachingDeviceAllocator(), cms::cuda::allocator.getCachingHostAllocator(), HiEvtPlaneFlatten.getCentRes1(), HiEvtPlaneFlatten.getCentRes10(), HiEvtPlaneFlatten.getCentRes2(), HiEvtPlaneFlatten.getCentRes20(), HiEvtPlaneFlatten.getCentRes25(), HiEvtPlaneFlatten.getCentRes30(), HiEvtPlaneFlatten.getCentRes40(), HiEvtPlaneFlatten.getCentRes5(), HiEvtPlaneFlatten.getCentResErr1(), HiEvtPlaneFlatten.getCentResErr10(), HiEvtPlaneFlatten.getCentResErr2(), HiEvtPlaneFlatten.getCentResErr20(), HiEvtPlaneFlatten.getCentResErr25(), HiEvtPlaneFlatten.getCentResErr30(), HiEvtPlaneFlatten.getCentResErr40(), HiEvtPlaneFlatten.getCentResErr5(), EcalBarrelGeometry.getClosestCell(), HiEvtPlaneFlatten.getCnt(), FitSlicesYTool.getFittedMean(), FitSlicesYTool.getFittedMeanWithError(), FitSlicesYTool.getFittedSigma(), FitSlicesYTool.getFittedSigmaWithError(), EGammaMvaEleEstimatorCSA14.GetMVABin(), EGammaMvaEleEstimator.GetMVABin(), HcalObjRepresent::HcalDataContainer< Items, Item >.GetProjection(), HiEvtPlaneFlatten.getPt(), HiEvtPlaneFlatten.getPt2(), HiEvtPlaneFlatten.getPt2DB(), HiEvtPlaneFlatten.getPtcnt(), HiEvtPlaneFlatten.getPtDB(), JME::JetResolutionObject.getRecord(), PFResolutionMap.getRes(), trklet::VMStubsMEMemory.getStubBin(), SiStripSummaryCreator.getSummaryME(), HcalDDDRecConstants.getThickActive(), trklet::VMStubsMEMemory.getVMStubMEBin(), trklet::VMStubsTEMemory.getVMStubTEBinned(), HiEvtPlaneFlatten.getX(), HiEvtPlaneFlatten.getXDB(), HiEvtPlaneFlatten.getXoff(), HiEvtPlaneFlatten.getXoffDB(), HiEvtPlaneFlatten.getXYoffcnt(), HiEvtPlaneFlatten.getXYoffmult(), HiEvtPlaneFlatten.getY(), HiEvtPlaneFlatten.getYDB(), HiEvtPlaneFlatten.getYoff(), HiEvtPlaneFlatten.getYoffDB(), SummaryGenerator.histo2DScatter(), SummaryGenerator.histo2DSum(), EGammaMvaEleEstimator.IDIsoCombinedMvaValue(), JME::JetResolutionObject::Definition.init(), trklet::TrackletLUT.initVMRTable(), MagneticFieldMap.inTeslaZ(), EGammaMvaEleEstimator.isoMvaValue(), reweight::LumiReWeighting.ITweight(), reweight::LumiReWeighting.ITweight3BX(), CentralityBins.lowEdgeOfBin(), CaloHitResponse.makeAnalogSignal(), DTLocalTriggerEfficiencyTest.makeEfficiencyME(), MSLayersKeeperX0AtEta.MSLayersKeeperX0AtEta(), multibsvspvplots(), MultiplicityTimeCorrelations.MultiplicityTimeCorrelations(), EGammaMvaEleEstimatorCSA14.mvaValue(), EGammaMvaEleEstimator.mvaValue(), CentralityBins.NcollMeanOfBin(), CentralityBins.NcollSigmaOfBin(), Quantile.next(), CentralityBins.NhardMeanOfBin(), CentralityBins.NhardSigmaOfBin(), DTTimeEvolutionHisto.normalizeTo(), CentralityBins.NpartMeanOfBin(), CentralityBins.NpartSigmaOfBin(), trklet::VMStubsMEMemory.nStubsBin(), trklet::VMStubsTEMemory.nVMStubsBinned(), egPM::Param< reco::ElectronSeed >.operator()(), ecaldqm::MESet::const_iterator.operator++(), npstat::HistoAxis.overflowIndex(), npstat::HistoAxis.overflowIndexWeighted(), JetResolution.parameter(), JetResolution.parameterEtaEval(), l1t::TriggerMenuParser.parseScales(), DTSegmentAnalysisTest.performClientDiagnostic(), HIPplots.plotAlignableChiSquare(), HLTTauPostProcessor.plotFilterEfficiencies(), HIPplots.plotHitMap(), Quantile.prev(), PrimaryVertexPlots(), L1TOccupancyClient.printDeadChannels(), edm::PreMixingModule::AdjustPileupDistribution.probability(), HcalQLPlotAnalAlgos.processDigi(), L1TStage2RatioClient.processHistograms(), L1TCSCTFClient.processHistograms(), DTDataIntegrityTask.processuROS(), HiEvtPlaneFlatProducer.produce(), CentralityBinProducer.produce(), EvtPlaneProducer.produce(), ecaldqm::MLClient.producePlots(), SummaryGenerator.profile1D(), SamplingAlgorithm.pruneProfile(), EcalHitResponse.putAnalogSignal(), reco::castor::QieShape.QieShape(), SiStripGainFromCalibTree.qualityMonitor(), CalibratedHistogramXML.read(), ecaldqm::MESetDet2D.reset(), ecaldqm::MESetDet1D.reset(), ecaldqm::MESet.resetAll(), JetResolution.resolution(), L1MuDTEtaProcessor.runEtaTrackFinder(), L1MuBMEtaProcessor.runEtaTrackFinder(), ContentsXRange.runTest(), ContentsYRange.runTest(), DeadChannel.runTest(), NoisyChannel.runTest(), CompareToMedian.runTest(), CheckVariance.runTest(), SiPixelPhase1Analyzer.SaveDetectorVertices(), JME::JetResolutionObject.saveToFile(), BeamMonitor.scrollTH1(), FakeBeamMonitor.scrollTH1(), ecaldqm::MESetProjection.setBinContent(), ecaldqm::MESetDet2D.setBinContent(), ecaldqm::MESetProjection.setBinEntries(), ecaldqm::MESetDet2D.setBinEntries(), ecaldqm::MESetProjection.setBinError(), ecaldqm::MESetDet2D.setBinError(), HiEvtPlaneFlatten.setCentRes1(), HiEvtPlaneFlatten.setCentRes10(), HiEvtPlaneFlatten.setCentRes2(), HiEvtPlaneFlatten.setCentRes20(), HiEvtPlaneFlatten.setCentRes25(), HiEvtPlaneFlatten.setCentRes30(), HiEvtPlaneFlatten.setCentRes40(), HiEvtPlaneFlatten.setCentRes5(), HcalCellType.setDepth(), PatTriggerTagAndProbe.setErrors(), HcalCellType.setEta(), CTPPSCompositeESSource.setIntervalFor(), DTTimeEvolutionHisto.setTimeSlotValue(), ecaldqm::MESetTrend.shift_(), smartError(), smartGausProfile(), smartProfile(), BeamMonitor.testScroll(), FakeBeamMonitor.testScroll(), EcalUncalibRecHitWorkerGlobal.timeCorrection(), EcalUncalibRecHitWorkerMultiFit.timeCorrection(), CentralityBins.triangularityMeanOfBin(), CentralityBins.triangularitySigmaOfBin(), SimpleJetCorrectionUncertainty.uncertainty(), SimpleJetCorrectionUncertainty.uncertaintyBin(), SiStripFEDCheckPlugin.updateHistograms(), CommissioningTask.updateHistoSet(), edm::LumiReWeighting.weight(), reweight::LumiReWeighting.weight(), edm::LumiReWeighting.weightOOT(), reweight::LumiReWeighting.weightOOT(), CalibratedHistogramXML.write(), and SummaryOutputProducer.writeHistograms().

newFWLiteAna.build = where+buildCopy

Definition at line 126 of file newFWLiteAna.py.

Referenced by CtfSpecialSeedGenerator.beginRun(), HcalParametersFromDD.build(), GeometricSearchTrackerBuilder.build(), TransientTrackBuilder.build(), Herwig7Interface.callHerwigGenerator(), AlignableSiStripDet.consistifyAlignments(), CosmicNavigationSchool.CosmicNavigationSchool(), BPHRecoSelect.get(), TrackingRecHitPropagator.project(), and SkippingLayerCosmicNavigationSchool.SkippingLayerCosmicNavigationSchool().

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 10 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 = base+'/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(), PxMeasurementDetSet.addBadFEDChannelPositions(), FastFedCablingHistosUsingDb.addDcuDetIds(), HcalLaserEventFilter2012.addEventString(), edm::MergeableRunProductMetadata.addProcess(), DetGroupMerger.addSameLevel(), edm::ProductRegistry.aliasToModules(), CreateIdealTkAlRecords.alignToGT(), FedTimingAlgorithm.analyse(), ApvTimingAlgorithm.analyse(), CkfDebugger.analyseRecHitExistance(), L1TdeStage2uGT.analyze(), BeamMonitor.analyze(), ParticleListDrawer.analyze(), ElectronCalibration.analyze(), L1TdeRCT.analyze(), ElectronCalibrationUniv.analyze(), TauTagValidation.analyze(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >.analyze(), HitParentTest.analyzeAPDHits(), HitParentTest.analyzeHits(), AlignmentParameterStore.applyAlignableAbsolutePositions(), AlignmentParameterStore.applyAlignableRelativePositions(), DTHitAssociator.associateDTHitId(), DTHitAssociator.associateHit(), AlignmentParameterStore.attachAlignmentParameters(), SiStripCommissioningOfflineClient.beginRun(), HLTHiggsSubAnalysis.beginRun(), HLTExoticaSubAnalysis.beginRun(), GctFormatTranslateV35.blockToGctInternEmCand(), GctFormatTranslateV38.blockToGctInternEmCand(), GctFormatTranslateV35.blockToRctCaloRegions(), GctFormatTranslateV38.blockToRctCaloRegions(), GctFormatTranslateV35.blockToRctEmCand(), GctFormatTranslateV38.blockToRctEmCand(), GctFormatTranslateMCLegacy.blockToRctEmCand(), L1TTauOffline.bookHistograms(), MTDParametersFromDD.build(), CSCGeometryParsFromDD.build(), RPCConeBuilder.buildCones(), HGCalImagingAlgo.calculateLocalDensity(), calculateVertexSharedTracks(), CaloCellCrossing.CaloCellCrossing(), reco::modules::CandCombinerBase.CandCombinerBase(), HGCalDDDConstants.cellHex(), edm::storage::StorageMaker.check(), edm.checkForModuleDependencyCorrectness(), CaloSD.checkHit(), FedRawDataInputSource.checkNext(), TrajectorySegmentBuilder.cleanCandidates(), edm::storage::StatisticsSenderService.closedFile(), SiStripEventSummary.commissioningInfo(), pat::TriggerEvent.conditionCollections(), ConstrainedFitCandProducer< Fitter, InputCollection, OutputCollection, Init >.ConstrainedFitCandProducer(), l1tVertexFinder::TP.countLayers(), DDConstant.createConstantsFromEvaluator(), evf::EvFDaqDirector.createLumiSectionFiles(), reco::NamedCompositeCandidate.daughter(), reco::CompositeCandidate.daughter(), Decay(), VertexFitterManager.describe(), VertexRecoManager.describe(), SiStripDetCabling.detNumber(), notcub::CachingDeviceAllocator.DeviceAllocate(), DigiCollectionFP420.digis(), SiStripTFile.dirContent(), OutsideInMuonSeeder.doLayer(), HLTTauRefProducer.doPFTaus(), HLTVertexPerformanceAnalyzer.dqmBeginRun(), HLTBTagPerformanceAnalyzer.dqmBeginRun(), QcdUeDQM.dqmBeginRun(), DQMPFCandidateAnalyzer.dqmBeginRun(), METAnalyzer.dqmBeginRun(), QcdLowPtDQM.dqmBeginRun(), SusyPostProcessor.dqmEndJob(), Phase1PixelMaps.drawBarrelMaps(), Phase1PixelROCMaps.drawBarrelMaps(), Phase1PixelMaps.drawForwardMaps(), Phase1PixelROCMaps.drawForwardMaps(), Phase1PixelROCMaps.drawMaps(), Phase1PixelMaps.drawSummaryMaps(), spr.eHCALmatrix(), cond::CredentialStore.exportAll(), l1tVertexFinder::VertexFinder.fastHisto(), EcalHitMaker.fastInsideCell(), pos::PixelCalibConfiguration.fedCardsAndChannels(), cond::persistency.fetch(), PFElectronTranslator.fetchCandidateCollection(), PFPhotonTranslator.fetchCandidateCollection(), PFElectronTranslator.fetchGsfCollection(), APVGain.FetchMonitor(), StringBasedNTupler.fill(), MaterialBudgetCastorHistos.fillPerStep(), MaterialBudgetHcalHistos.fillPerStep(), MuonKinkFinder.fillTrkKink(), MultiCandGenEvtSelector.filter(), BadGlobalMuonTagger.filter(), RemovePileUpDominatedEventsGen.filter(), pat::TriggerEvent.filterCollections(), edm::Trie< T >.find(), HGCalImagingAlgo.findAndAssignClusters(), KinematicTree.findParticle(), FullModelHadronicProcess.FindRhadron(), GEMEfficiencyAnalyzer.findStartingState(), EcalTBReadout.findTTlist(), FWDetailViewManager.findViewersFor(), MagGeometry.findVolume1(), GenJetParticleSelector.GenJetParticleSelector(), CTPPSPixelDigiCollection.get(), PixelDigiCollection.get(), VertexFitterManager.get(), VertexRecoManager.get(), DigiCollectionFP420.get(), PxMeasurementDetSet.getBadFEDChannelPositions(), egHLT::ComCodes.getCode(), EcalFedMap.getFedFromSlice(), spr.getHotCell(), cond::persistency::RUN_INFO::Table.getInclusiveTimeRange(), CalibrationInterface< CategoryT, CalibDataT >.getIndex(), trklet::ProcessBase.getISeed(), JetCorrectorParametersCollection.getL5Bin(), JetCorrectorParametersCollection.getL7Bin(), edm::ParentageRegistry.getMapped(), edm::ProcessHistoryRegistry.getMapped(), edm::pset::Registry.getMapped(), MatacqProducer.getMatacqEvent(), MatacqProducer.getMatacqFile(), Primary4DVertexValidation.getMatchedTP(), METCorrectorParametersCollection.getMiniAodBin(), popcon::EcalLaser_weekly_Linearization_Check.getNewObjects(), cond::Utilities.getOptionValue(), Selector< edm::Ptr< reco::Photon > >.getPasses(), PixelInactiveAreaFinder.getPhiSpanEndcap(), MTVHistoProducerAlgoForTracker.getSeedingLayerSetBin(), MuonAssociatorByHitsHelper.getShared(), MEtXYcorrectParametersCollection.getShiftDataFlavBin(), MEtXYcorrectParametersCollection.getShiftDyFlavBin(), MEtXYcorrectParametersCollection.getShiftMcFlavBin(), MEtXYcorrectParametersCollection.getShiftTTJetsFlavBin(), MEtXYcorrectParametersCollection.getShiftWJetsFlavBin(), EcalFedMap.getSliceFromFed(), CaloMeanResponse.getWeight(), GenWeightsTableProducer.globalBeginRun(), gen::EvtGenInterface.go_through_daughters(), CachingSeedCleanerBySharedInput.good(), cmdline::CmdLine.has(), cond::Utilities.hasOptionValue(), HistoExists(), TimingSD.hitExists(), TotemSD.hitExists(), PPSPixelSD.hitExists(), FP420SD.HitExists(), MuonTruth.hitsFromSimTrack(), notcub::CachingHostAllocator.HostAllocate(), InitMsgView.hostName(), EventMsgView.hostName(), cond::CredentialStore.importForPrincipal(), PixelInactiveAreaFinder.inactiveAreas(), gen::EvtGenInterface.init(), edm::StreamSchedule.initializeEarlyDelete(), ConvBremSeedProducer.initializeLayerMap(), TrajectoryManager.initializeLayerMap(), l1tVertexFinder::InputData.InputData(), reco::parser::LazyInvoker.invoker(), GEMEffByGEMCSCSegmentSource.isME11SegmentMatched(), DDLParser.isParsed(), l1GtObjectStringToEnum(), l1TGtObjectStringToEnum(), LayerTriplets.layers(), KinematicTree.leftBranchSearch(), KinematicTree.leftBranchVertexSearch(), cond::CredentialStore.listConnections(), cond::CredentialStore.listPrincipals(), HcalGeomParameters.loadGeometry(), sistrip::RawToDigiUnpacker.locateStartOfFedBuffer(), edm::VectorInputSource.loopOverEvents(), reco::PFTau3ProngSummary.M_13(), reco::PFTau3ProngSummary.M_23(), reco::modules::ParameterAdapter< helpers::MCTruthPairSelector< T > >.make(), EMTFSubsystemCollector.make_copad_gem(), SiPixelDigitizerAlgorithm.make_digis(), HGCal3DClustering.makeClusters(), MultiClusterAssociatorByEnergyScoreImpl.makeConnections(), LCToCPAssociatorByEnergyScoreImpl.makeConnections(), PreshowerClusterAlgo.makeOneCluster(), TSGForOIDNN.makeSeedsFromHitDoublets(), TSGForOI.makeSeedsFromHits(), TSGForOIFromL2.makeSeedsFromHits(), TSGForOIDNN.makeSeedsFromHits(), SiStripHitEffFromCalibTree.makeSummary(), SiStripHitEffFromCalibTree.makeSummaryVsBx(), edm::storage::StatisticsSenderService.matchedLfn(), spr.matchedSimTrack(), PrimaryVertexAnalyzer4PUSlimmed.matchRecoTrack2SimSignal(), Primary4DVertexValidation.matchRecoTrack2SimSignal(), JetPlusTrackCorrector.matchTracks(), FedRawDataInputSource.maybeOpenNewLumiSection(), PrimitiveSelection.merge(), edm::StreamSchedule.moduleDescriptionsInEndPath(), edm::StreamSchedule.moduleDescriptionsInPath(), CosmicParametersDefinerForTP.momentum(), MSLayersKeeperX0AtEta.MSLayersKeeperX0AtEta(), edm::IndexIntoFile::IndexIntoFileItrImpl.next(), edm::Trie< T >.node(), node_filter(), edm::service::MessageServicePSetValidation.noneExcept(), ObjectSelectorBase< SingleElementCollectionSelector< reco::TrackCollection, StringCutObjectSelector< reco::Track >, typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type, typename::helper::StoreContainerTrait< typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type >::type, typename::helper::SelectionAdderTrait< reco::TrackCollection, typename::helper::StoreContainerTrait< typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type >::type >::type >, typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type, NonNullNumberSelector,::helper::NullPostProcessor< typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type >, typename::helper::StoreManagerTrait< typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type, EdmFilter >::type, typename::helper::StoreManagerTrait< typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type, EdmFilter >::base,::reco::modules::EventSetupInit< SingleElementCollectionSelector< reco::TrackCollection, StringCutObjectSelector< reco::Track >, typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type, typename::helper::StoreContainerTrait< typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type >::type, typename::helper::SelectionAdderTrait< reco::TrackCollection, typename::helper::StoreContainerTrait< typename::helper::SelectedOutputCollectionTrait< reco::TrackCollection >::type >::type >::type > >::type >.ObjectSelectorBase(), CosmicTrackingParticleSelector.operator()(), Selector< edm::Ptr< reco::Photon > >.passCut(), PFRecoTauDiscriminationByIsolationContainer.PFRecoTauDiscriminationByIsolationContainer(), pixelQualityToken_(), HCalSD.plotProfile(), pos::PixelPortcardMap.PortCardAndAOH(), DependencyGraph.preBeginJob(), TrackerMap.printall(), ParticleTreeDrawer.printInfo(), HistogramProbabilityEstimator.probability(), MultiHitFromChi2EDProducer.produce(), GeneratorSmearedProducer.produce(), pat::PackedPFCandidateRefMixer.produce(), reco::modulesNew::MCTruthCompositeMatcher.produce(), TauGenJetProducer.produce(), MuonLinksProducerForHLT.produce(), TriggerObjectFilterByCollection.produce(), SiPixelFakeLorentzAngleESSource.produce(), OutsideInMuonSeeder.produce(), HGCalTrackCollectionProducer.produce(), GenJetTauTaggerProducer.produce(), L1TkFastVertexProducer.produce(), ProtonProducer.produce(), pat::PATTauProducer.produce(), FlavorHistoryProducer.produce(), PFSimParticleProducer.produce(), IsolatedPixelTrackCandidateProducer.produce(), IsolatedPixelTrackCandidateL1TProducer.produce(), hitTripletEDProducerT::Impl< T_HitTripletGenerator, T_SeedingHitSets, T_IntermediateHitTriplets >.produce(), TopProjector< Top, Bottom, Matcher >.produce(), FastjetJetProducer.produceTrackJets(), edm::RootFile.readCurrentEvent(), edm::RootFile.readEvent(), edm::PoolSource.readEvent_(), edm::RootPrimaryFileSequence.readFile_(), edm::PoolSource.readIt(), GzInputStream.readLine(), edm::PoolSource.readLuminosityBlock_(), edm::RootEmbeddedFileSequence.readOneRandom(), edm::RootEmbeddedFileSequence.readOneRandomWithID(), edm::RootEmbeddedFileSequence.readOneSequential(), edm::RootEmbeddedFileSequence.readOneSequentialWithID(), edm::RootEmbeddedFileSequence.readOneSpecified(), PasswordReader.readPassword(), edm::PoolSource.readRun_(), EcalFloatCondObjectContainerXMLTranslator.readXML(), popcon::EcalPFRecHitThresholdsHandler.readXML(), popcon::EcalIntercalibHandler.readXML(), popcon::EcalTPGWeightIdMapHandler.readxmlFile(), popcon::EcalTPGOddWeightIdMapHandler.readxmlFile(), popcon::EcalTPGWeightGroupHandler.readxmlFile(), popcon::EcalTPGOddWeightGroupHandler.readxmlFile(), cond::CredentialStore.removeConnection(), edm::SystemTimeKeeper.removeModuleIfExists(), edm::PathsAndConsumesOfModules.removeModules(), cond::CredentialStore.removePrincipal(), edm::GlobalSchedule.replaceModule(), edm::StreamSchedule.replaceModule(), edm.resolveSymbolicLinks(), ConversionVertexFinder.run(), FWFileEntry.runFilter(), l1t::GlobalBoard.runGTL(), SiStripConfigDb.runs(), TrackerMap.save(), TrackerMap.save_as_fectrackermap(), TrackerMap.save_as_fedtrackermap(), TrackerMap.save_as_HVtrackermap(), TrackerMap.save_as_psutrackermap(), SeedingLayerSetsBuilder.SeedingLayerSetsBuilder(), StringCutEventSelector< Object, any >.select(), PFTauSelectorDefinition.select(), cond.selectAuthorization(), cond.selectConnection(), muon.selectionTypeFromString(), muon.selectorFromString(), cond::CredentialStore.selectPermissions(), cond.selectPrincipal(), edm::ProcessBlockHelperBase.selectProcess(), GsfElectronProducer.setAmbiguityData(), egHLT::ComCodes.setCode(), egHLT::TrigCodes.setCode(), edm::storage::StatisticsSenderService.setCurrentServer(), edm::Path.setEarlyDeleteHelpers(), PxMeasurementDetSet.setEmpty(), cond::CredentialStore.setPermission(), cond.setPermissionData(), SiTrackerMultiRecHit.sharesInput(), CSCRecHit2D.sharesInput(), edm::RootInputFileSequence.skipToItem(), edm::RootInputFileSequence.skipToItemInNewFile(), cond::CredentialStore.startSession(), GenWeightsTableProducer.streamBeginLuminosityBlock(), edm::EventProcessor.throwAboutModulesRequiringLuminosityBlockSynchronization(), HGVHistoProducerAlgo.tracksters_to_SimTracksters(), edm::TriggerNames.triggerIndex(), edmplugin::PluginFactory< R *(Args...)>.tryToCreate(), TrajectorySegmentBuilder.unlockedMeasurements(), CastorCtdcUnpacker.unpack(), cond::CredentialStore.unsetPermission(), FastFedCablingHistosUsingDb.update(), MaterialBudgetHcalProducer.update(), cond.updateConnectionData(), EventStringOutputBranches.updateEventStringNames(), cond.updatePrincipalData(), TriggerOutputBranches.updateTriggerNames(), DatabasePDG.UseThisListOfParticles(), edm::HiMixingModule.verifyRegistry(), CosmicParametersDefinerForTP.vertex(), TrimmedVertexFinder.vertices(), and GctFormatTranslateMCLegacy.writeRctEmCandBlocks().

newFWLiteAna.fullBuild = ''

Definition at line 123 of file newFWLiteAna.py.

newFWLiteAna.fullName = ''

Definition at line 122 of file newFWLiteAna.py.

Referenced by cond::Utilities.addOption(), TFileService.afterBeginJob(), DTTriggerEfficiencyTest.bookChambHistos(), DTLocalTriggerBaseTest.bookCmsHistos(), DTTriggerLutTest.bookCmsHistos1d(), DTTriggerEfficiencyTest.bookHistos(), DTLocalTriggerBaseTest.bookSectorHistos(), DTTriggerEfficiencyTest.bookWheelHistos(), DTLocalTriggerBaseTest.bookWheelHistos(), edm::service::RandomNumberGeneratorService.constructSaveFileName(), BareRootProductGetter.createNewBuffer(), TkHistoMap.createTkHistoMap(), DTLocalTriggerTest.fillGlobalSummary(), FWEveViewManager.FWEveViewManager(), ElectronDqmHarvesterBase.get(), DTTriggerEfficiencyTest.getMEName(), cond::Utilities.getOptionValue(), edm::root::FWLiteDelayedReader.getTheProduct(), ApeEstimatorSummary.getTrackerSectorStructs(), cond::Utilities.getValueIfExists(), TkHistoMap.loadTkHistoMap(), edm::service::RandomNumberGeneratorService.postEventRead(), DTLocalTriggerTest.runClientDiagnostic(), DTLocalTriggerLutTest.runClientDiagnostic(), DTLocalTriggerTPTest.runClientDiagnostic(), DTTriggerLutTest.runClientDiagnostic(), and DTTriggerEfficiencyTest.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
Initial value:
1 = optparse.OptionParser('usage: %prog [options] '
2  'Package/SubPackage/name\n'
3  '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.

list newFWLiteAna.searchList
Initial value:
1 = ['',
2  base + "/src/PhysicsTools/FWLite/examples/",
3  release_base+ "/src/PhysicsTools/FWLite/examples/"]

Definition at line 119 of file newFWLiteAna.py.

string newFWLiteAna.secondDir = firstDir+'/'

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.