CMS 3D CMS Logo

Functions | Variables
ntuplemaker Namespace Reference

Functions

def getFill (json, run)
 

Variables

 acommand
 
 afill
 
 aIOV
 
 aline
 
 args
 
 begintime
 
 bntuple
 
 datafilename
 
 endtime
 
 files
 
 fill
 
 FillList
 
 firstRun
 
 fntuple
 
 getDBdata
 
 ibeam
 
 iline
 
 input
 
 IOVbase
 
 iovlist
 
 jline
 
 lastRun
 
 line
 
 linedata
 
 listbeam
 
 listmap
 
 lumi
 
 option
 
 otherArgs
 
 output
 
 passiov
 
 passline
 
 posError
 
 position
 
 run
 
 run0
 
 run1
 
 runsfile
 
 since
 
 status
 
 tbyIOV
 
 tbylumi
 
 tbyrun
 
 till
 
 time
 
 tmp
 
 tmpfile
 
 tmplistiov
 
 tmplumi
 
 tmplumifirst
 
 tmplumilast
 
 tmprun
 
 tmprunfirst
 
 tmprunlast
 
 tmpstatus
 
 totlines
 
 weightedlist
 
 width
 
 widthError
 

Function Documentation

◆ getFill()

def ntuplemaker.getFill (   json,
  run 
)

Definition at line 58 of file ntuplemaker.py.

58 def getFill( json, run ):
59 
60  thefill = 0
61  run = int(run)
62  keys = json.keys()
63 
64  for i in keys:
65 
66  run0 = int(json[i][0])
67  run1 = int(json[i][1])
68  if run>= run0 and run<=run1:
69  thefill = i
70 
71  return int(thefill)
72 

References createfilelist.int.

Variable Documentation

◆ acommand

ntuplemaker.acommand

Definition at line 179 of file ntuplemaker.py.

◆ afill

ntuplemaker.afill

Definition at line 83 of file ntuplemaker.py.

◆ aIOV

ntuplemaker.aIOV

Definition at line 196 of file ntuplemaker.py.

◆ aline

ntuplemaker.aline

Definition at line 82 of file ntuplemaker.py.

◆ args

ntuplemaker.args

Definition at line 146 of file ntuplemaker.py.

◆ begintime

ntuplemaker.begintime

Definition at line 307 of file ntuplemaker.py.

◆ bntuple

ntuplemaker.bntuple

Definition at line 105 of file ntuplemaker.py.

◆ datafilename

ntuplemaker.datafilename

Definition at line 156 of file ntuplemaker.py.

◆ endtime

ntuplemaker.endtime

Definition at line 309 of file ntuplemaker.py.

◆ files

ntuplemaker.files

Definition at line 262 of file ntuplemaker.py.

◆ fill

ntuplemaker.fill

Definition at line 304 of file ntuplemaker.py.

Referenced by HFRaddamTask._process(), TPTask._process(), SiStripThreshold.allThresholds(), GenericBenchmarkAnalyzer.analyze(), EcalDumpRaw.analyze(), AnalyzerMinbias.analyze(), RecAnalyzerHF.analyzeHcal(), AnalyzerMinbias.analyzeHcal(), RecAnalyzerMinbias.analyzeHcal(), TrackCountingTagPlotter.analyzeTag(), TrackProbabilityTagPlotter.analyzeTag(), L1TGlobalSummary.beginRun(), SimpleCosmicBONSeeder.checkNoisyModules(), funct::Master< F >.clear(), edm::IndexSet.clear(), l1tpf::corrector.corrector(), CSCTFUnpacker.CSCTFUnpacker(), EcalDumpRaw.decode(), PhysicsTools::VarProcessor.deriv(), DTEfficiencyTest.dqmEndLuminosityBlock(), CandCommonVertexFitterBase.fill(), CandKinematicVertexFitter.fill(), egHLT::MonElemContainer< T >.fill(), FlavourHistograms2D< T, G >.fill(), l1tpf_calo::GridData< PreCluster >.fill(), NanoAODDQM::SelGroupConfig.fillSel(), TrackingNtuple.fillStripRphiStereoHits(), TrackingNtuple.fillTrackingVertices(), Phase2EndcapLayer.groupedCompatibleDetsV(), HITrackClusterRemover.HITrackClusterRemover(), HLTTrackClusterRemoverNew.HLTTrackClusterRemoverNew(), l1tpf::corrector.init_(), StripCPEfromTrackAngle.localParameters(), BoostedJetONNXJetTagsProducer.make_inputs(), HLTTauDQMPath.offlineMatching(), reco::PFCandidate.PFCandidate(), l1tpf_calo::Phase1GridBase.Phase1GridBase(), SimpleTreeProducer.SimpleTreeProducer.process(), cscdqm::EventProcessor.processCSC(), EgammaHLTCaloTowerProducer.produce(), SeedClusterRemoverPhase2.produce(), SeedClusterRemover.produce(), BPHWriteSpecificDecay.produce(), HITrackClusterRemover.produce(), TTStubBuilder< T >.produce(), SeedClusterRemover.readPSet(), HLTTrackClusterRemoverNew.readPSet(), HITrackClusterRemover.readPSet(), PhiMemoryImage.reset(), funct::Master< F >.reset(), hltrigreport::Accumulate.reset(), HGCal3DClustering.reset(), L1DataEmulDigi.reset(), StMeasurementDetSet.resetOnDemandStrips(), HcalSiPM.resetSiPM(), edm::soa::Table< edm::soa::col::Pt, edm::soa::col::Eta, edm::soa::col::Phi, edm::soa::col::Vz >.resetStartingAt(), magfieldparam::rz_poly.rz_poly(), SeedClusterRemover.SeedClusterRemover(), CandCommonVertexFitterBase.set(), CandKinematicVertexFitter.set(), StMeasurementConditionSet.set128StripStatus(), PxMeasurementDetSet.setActiveThisEvent(), Phase2OTMeasurementDetSet.setActiveThisEvent(), magfieldparam::rz_poly.SetAllON(), CaloSamples.setBlank(), StMeasurementDetSet.setEmpty(), PxMeasurementDetSet.setEmpty(), Phase2OTMeasurementDetSet.setEmpty(), PFAlgo.setHcalDepthInfo(), edm::StreamerOutputModuleCommon.setHltMask(), heppy::IsolationComputer.setPackedCandidates(), tmtt::StubFEWindows.setZero(), StripSubClusterShapeFilterBase.StripSubClusterShapeFilterBase(), edmNew::DetSetVector< T >.update(), MeasurementTrackerEventProducer.updatePixels(), DAClusterizerInZ.vertices(), DAClusterizerInZ_vect.vertices(), and DAClusterizerInZT_vect.vertices().

◆ FillList

ntuplemaker.FillList

Definition at line 78 of file ntuplemaker.py.

◆ firstRun

ntuplemaker.firstRun

Definition at line 165 of file ntuplemaker.py.

◆ fntuple

ntuplemaker.fntuple

Definition at line 106 of file ntuplemaker.py.

◆ getDBdata

ntuplemaker.getDBdata

Definition at line 160 of file ntuplemaker.py.

◆ ibeam

ntuplemaker.ibeam

Definition at line 297 of file ntuplemaker.py.

◆ iline

ntuplemaker.iline

◆ input

ntuplemaker.input

Definition at line 268 of file ntuplemaker.py.

◆ IOVbase

ntuplemaker.IOVbase

Definition at line 164 of file ntuplemaker.py.

◆ iovlist

ntuplemaker.iovlist

Definition at line 184 of file ntuplemaker.py.

Referenced by EcalCondDBInterface.fetchLMFRunIOV().

◆ jline

ntuplemaker.jline

Definition at line 186 of file ntuplemaker.py.

◆ lastRun

ntuplemaker.lastRun

Definition at line 166 of file ntuplemaker.py.

◆ line

ntuplemaker.line

Definition at line 306 of file ntuplemaker.py.

◆ linedata

ntuplemaker.linedata

Definition at line 194 of file ntuplemaker.py.

◆ listbeam

ntuplemaker.listbeam

Definition at line 279 of file ntuplemaker.py.

◆ listmap

ntuplemaker.listmap

Definition at line 282 of file ntuplemaker.py.

◆ lumi

ntuplemaker.lumi

Definition at line 305 of file ntuplemaker.py.

◆ option

ntuplemaker.option

Definition at line 146 of file ntuplemaker.py.

◆ otherArgs

ntuplemaker.otherArgs

Definition at line 208 of file ntuplemaker.py.

◆ output

ntuplemaker.output

Definition at line 264 of file ntuplemaker.py.

◆ passiov

ntuplemaker.passiov

Definition at line 219 of file ntuplemaker.py.

◆ passline

ntuplemaker.passline

Definition at line 185 of file ntuplemaker.py.

◆ posError

ntuplemaker.posError

Definition at line 300 of file ntuplemaker.py.

◆ position

ntuplemaker.position

Definition at line 299 of file ntuplemaker.py.

◆ run

ntuplemaker.run

Definition at line 303 of file ntuplemaker.py.

◆ run0

ntuplemaker.run0

◆ run1

ntuplemaker.run1

Definition at line 85 of file ntuplemaker.py.

Referenced by SiPixelDetectorStatus.setRunRange().

◆ runsfile

ntuplemaker.runsfile

Definition at line 79 of file ntuplemaker.py.

◆ since

ntuplemaker.since

Definition at line 197 of file ntuplemaker.py.

◆ status

ntuplemaker.status

Definition at line 247 of file ntuplemaker.py.

◆ tbyIOV

ntuplemaker.tbyIOV

Definition at line 119 of file ntuplemaker.py.

◆ tbylumi

ntuplemaker.tbylumi

Definition at line 107 of file ntuplemaker.py.

◆ tbyrun

ntuplemaker.tbyrun

Definition at line 131 of file ntuplemaker.py.

◆ till

ntuplemaker.till

◆ time

ntuplemaker.time

Definition at line 310 of file ntuplemaker.py.

Referenced by LutXml::_Config._Config(), XMLProcessor::_DBConfig._DBConfig(), QIE10Task._process(), LEDTask._process(), DigiTask._process(), HcalSiPMHitResponse.add(), edm::CountAndLimit.add(), EcalTimeMapDigitizer.add(), popcon::PopConSourceHandler< CastorPedestals >.add(), TAPD.addEntry(), BaseProtonTransport.addPartToHepMC(), Hector.addPartToHepMC(), edm::IDGeneratorSourceBase< PuttableSourceBase >.advanceToNext(), ME0SegmentsValidation.analyze(), CPUSpender.analyze(), CondReader.analyze(), EcalSimHitDump.analyze(), RPCRecHitValid.analyze(), EcalDQMonitorTask.analyze(), MuonTiming.analyze(), SiStripCommissioningSource.analyze(), SimAnalyzerMinbias.analyze(), HGCalBHValidation.analyze(), EtlSimHitsValidation.analyze(), BtlSimHitsValidation.analyze(), BtlLocalRecoValidation.analyze(), HcalTB06Analysis.analyze(), DTLocalTriggerSynchTask.analyze(), EcalCosmicsHists.analyze(), CosmicRateAnalyzer.analyze(), BeamHaloAnalyzer.analyze(), SimHitsValidationHcal.analyzeHits(), HcalSimHitStudy.analyzeHits(), HcalSimHitDump.analyzeHits(), XtalDedxAnalysis.analyzeHits(), HFPMTHitAnalyzer.analyzeHits(), CaloSimHitStudy.analyzeHits(), HOSimHitStudy.analyzeHits(), CaloSimHitAnalysis.analyzeHits(), EcalSimHitStudy.analyzeHits(), ZdcSimHitStudy.analyzeHits(), HGCalSimHitStudy.analyzeHits(), HGCalSimHitValidation.analyzeHits(), HGCalTBAnalyzer.analyzePassiveHits(), HGCalTimingAnalyzer.analyzeSimHits(), HGCalTBAnalyzer.analyzeSimHits(), cond::service::PoolDBOutputService.appendSinceTime(), TrackstersMergeProducer.assignTimeToCandidates(), HcalLuttoDB.beginJob(), CastorLedAnalysis.BinsizeCorr(), HcalLedAnalysis.BinsizeCorr(), ecaldqm::MESetTrend.book(), FWCaloClusterProxyBuilder.build(), TransientTrackBuilder.build(), TotemTimingRecHitProducerAlgorithm.build(), HcalHaloAlgo.Calculate(), EcalHaloAlgo.Calculate(), condbon.cdbon_write(), edm::service::ELoutput.changeFile(), PrimaryVertexAssignment.chargedHadronVertex(), CaloSD.cleanHitCollection(), LaserSorter.closeOutStream(), CommonHcalNoiseRBXData.CommonHcalNoiseRBXData(), CaloTowersCreationAlgo.compactTime(), CSCStripElectronicsSim.comparatorReading(), RPCRecHitStandardAlgo.compute(), DTTime2DriftParametrization.computeDriftDistance_mean(), DTTime2DriftParametrization.computeDriftDistance_mode(), EcalTPGParamBuilder.computeWeights(), DTHVStatusHandler.condTime(), TotemTimingRecHitProducerAlgorithm.constantFractionDiscriminator(), MTDThresholdClusterizer.copy_to_buffer(), DTHVStatusHandler.coralTime(), RooGKCounter.count(), HcalLutManager.create_lut_loader(), popcon.displayIovHelper(), EcalDQMonitorTask.dqmBeginRun(), DQMStoreStats.DQMStoreStats(), DTDigitizer.driftTimeFromParametrization(), DTHVStatusHandler.dumpSnapshot(), ecaldqm::EcalDQMonitor.ecaldqmBeginLuminosityBlock(), ecaldqm::EcalDQMonitor.ecaldqmBeginRun(), ecaldqm::EcalDQMonitor.ecaldqmEndLuminosityBlock(), ecaldqm::EcalDQMonitor.ecaldqmEndRun(), ecaldqm::EcalDQMonitor.EcalDQMonitor(), EcalDQMonitorTask.EcalDQMonitorTask(), spr.eHCALmatrix(), edm::service::ELoutput.ELoutput(), ElectronCalibrationUniv.endJob(), spr.energyHCALCell(), FitterFuncs::PulseShapeFunctor.EvalPulse(), FitterFuncs::PulseShapeFunctor.EvalPulseM2(), TrackTimeValueMapProducer.extractTrackVertexTime(), HcalTestAnalysis.fill(), SimpleVertexTree.fill(), SimG4HcalValidation.fill(), cond::payloadInspector::TimeHistoryPlot< PayloadType, std::pair< double, double > >.fill(), HcalTB04Analysis.fillBuffer(), MixCollectionValidation.fillCaloHitTime(), HLXMonitor.FillEventInfo(), FedRawDataInputSource.fillFEDRawDataCollection(), StoreESCondition.fillHeader(), StoreEcalCondition.fillHeader(), CaloSteppingAction.fillHit(), ZdcSimHitStudy.FillHitValHist(), MuonTimingFiller.fillRPCTime(), CastorShowerLibraryMaker.FillShowerEvent(), MixCollectionValidation.fillSimHitTime(), edm::storage::StatisticsSenderService::FileStatistics.fillUDP(), EcalLaserCorrFilter.filter(), HGCScintSD.filterHit(), HFNoseSD.filterHit(), HGCalSD.filterHit(), AHCalSD.filterHit(), HGCSD.filterHit(), HCalSD.filterHit(), CaloSD.filterHit(), cond::persistency::IOVArray.find(), SiStripDetVOffBuilder.findSetting(), CSCFindPeakTime.fivePoleFitTime(), hgcalsimclustertime::ComputeClusterTime.fixSizeHighestDensity(), lhef.fixSubTree(), BeamMonitor.formatFitTime(), FakeBeamMonitor.formatFitTime(), cond::time.fromIOVSyncValue(), HCAL_HLX::TCPReceiver.GenerateRandomData(), HLTObjectMonitorProtonLead.get_wall_time(), HLTObjectMonitor.get_wall_time(), HcalLutManager.getCompressionLutXmlFromAsciiMaster(), HcalLutManager.getCompressionLutXmlFromCoder(), TShapeAnalysis.getDateStart(), TShapeAnalysis.getDateStop(), LHCInfoPopConSourceHandler.getEcalData(), HCalSD.getFromHFLibrary(), ZdcSD.getFromLibrary(), CastorSD.getFromLibrary(), HCalSD.getFromParam(), HcalLutManager.getHEFineGrainLUTs(), HCalSD.getHitFibreBundle(), HCalSD.getHitPMT(), HFShowerParam.getHits(), HFShower.getHits(), WatcherStreamFileReader.getInputFile(), cond::persistency::IOVProxy.getInterval(), pos::PixelTimeFormatter.getITime(), HcalLutManager.getLinearizationLutXmlFromAsciiMasterEmap(), HcalLutManager.getLinearizationLutXmlFromAsciiMasterEmap_new(), HcalLutManager.getLinearizationLutXmlFromCoder(), HcalLutManager.getLinearizationLutXmlFromCoderEmap(), HcalLutManager.getLutXmlFromAsciiMaster(), FillInfoPopConSourceHandler.getNewObjects(), popcon::RPCEMapSourceHandler.getNewObjects(), SiStripPulseShape.getNormalizedValue(), HcalQie.getShape(), pos::PixelTimeFormatter.getTime(), HcalLutManager.getZdcLutXml(), GflashHit.GflashHit(), EcalDQMonitorTask.globalEndLuminosityBlock(), CmsShowNavigator.goTo(), HcalAssistant.HcalAssistant(), HCalSD.hitForFibre(), HtrXmlPatternWriter.HtrXmlPatternWriter(), PFHBHERecHitCreator.importRecHits(), PFHcalRecHitCreator< Digi, Geometry, Layer, Detector >.importRecHits(), PFHGCalRecHitCreator< DET, Layer, det, subdet >.importRecHits(), PFHFRecHitCreator.importRecHits(), PFEcalBarrelRecHitCreator.importRecHits(), PFEcalEndcapRecHitCreator.importRecHits(), TrackTimingImporter.importToBlock(), RooGKCounter.init(), cond::EmptyIOVSource.initialize(), cond::FileBasedEmptySource.initialize(), PixelDigitizerAlgorithm.isAboveThreshold(), CSCCathodeLCTAnalyzer.lctDigis(), cond::time.limitedIOVSyncValue(), SimpleHBHEPhase1Algo.m0Time(), main(), cond::auth::KeyGenerator.make(), CaloHitResponse.makeAnalogSignal(), evf::evtn.makeEventAuxiliary(), LHCInfoImpl.makeFillDataQuery(), EcalDisplaysByEvent.makeHistos(), MTDRecHitAlgo.makeRecHit(), ETLUncalibRecHitAlgo.makeRecHit(), BTLUncalibRecHitAlgo.makeRecHit(), EcalRecHitSimpleAlgo.makeRecHit(), HGCalRecHitSimpleAlgo.makeRecHit(), cond::auth::KeyGenerator.makeWithRandomSize(), reco::HcalNoiseHPD.maxRecHitTime(), DTTime2DriftParametrization.MB_DT_dist(), DTTime2DriftParametrization.MB_DT_drift_distance(), reco::HcalNoiseHPD.minRecHitTime(), TransientVertex.operator reco::VertexCompositePtrCandidate(), HcalSiPMShape.operator()(), HFShape.operator()(), CaloShapeIntegrator.operator()(), ZDCShape.operator()(), CastorShape.operator()(), cond::persistency::GetFromRow< boost::posix_time::ptime >.operator()(), operator<<(), dqmservices::DQMMonitoringService.outputLumiUpdate(), dqmservices::DQMMonitoringService.outputUpdate(), pat::PackedCandidate.packTimeNoError(), pat::PackedCandidate.packTimeWithError(), edm::service::CPU.parseCPUInfo(), HCalSD.plotProfile(), edm::service::StallMonitor.postEndJob(), cond::service::PoolDBOutputService.preGlobalBeginLumi(), cond::service::PoolDBOutputService.preGlobalBeginRun(), CSCCathodeLCTAnalyzer.preselectDigis(), HcalLogicalMap.printMap(), EcalSelectiveReadoutProducer.printSrFlags(), CastorRecHitMonitor.processEvent(), HFChamberSD.ProcessHits(), CaloSD.ProcessHits(), PFTICLProducer.produce(), PFClusterTimeSelector.produce(), photonIsolationHIProducer.produce(), ShallowSimhitClustersProducer.produce(), PFClusterTimeAssigner.produce(), cms::HitReCalibrator.produce(), TrackTimeValueMapProducer.produce(), CTPPSProtonProducer.produce(), RecHitCorrector.produce(), DTDigitizer.produce(), PrimaryVertexProducer.produce(), CSCCathodeLCTProcessor.pulseExtension(), EcalHitResponse.putAnalogSignal(), PGlobalDigi.putCSCwireDigis(), edm::DataMixingEMWorker.putEM(), edm::DataMixingHcalWorker.putHcal(), PGlobalDigi.putMB1Digis(), PGlobalDigi.putMB2Digis(), PGlobalDigi.putMB3Digis(), PGlobalDigi.putMB4Digis(), edm::RootFile.readLuminosityBlockAuxiliary_(), DQMStoreStats.readMemoryEntry(), popcon::EcalPedestalsHandler.readPedestalTimestamp(), popcon::EcalPedestalsHandler.readPedestalTree(), edm::RootFile.readRunAuxiliary_(), HCAL_HLX::TCPReceiver.ReceiveLumiSection(), CastorSimpleRecAlgoImpl.reco(), HcalDigisValidation.reco(), HcalSimpleRecAlgoImpl.reco(), ZdcSimpleRecAlgoImpl.reco1(), ZdcSimpleRecAlgoImpl.reco2(), HcalQLPlotAnalAlgos.recoCalib(), FastHFShowerLibrary.recoHFShowerLibrary(), HcalSimpleRecAlgoImpl.recoHFTime(), RPCRecHitBaseAlgo.reconstruct(), HcalSimpleRecAlgo.reconstruct(), HcalSimpleRecAlgo.reconstructQIE10(), DTHVStatusHandler.recoverSnapshot(), edm::IDGeneratorSourceBase< PuttableSourceBase >.retreatToPrevious(), CSCStripElectronicsSim.runComparator(), ecaldqm::TimingTask.runOnRecHits(), EcalDQMonitorClient.runWorkers(), CaloSD.saveHit(), ME0TriggerPseudoBuilder.segmentConversion(), Pixel3DDigitizerAlgorithm.select_hit(), PixelDigitizerAlgorithm.select_hit(), edm::ErrorObj.set(), edm::RunAuxiliary.setBeginTime(), edm::LuminosityBlockAuxiliary.setBeginTime(), MuonPath.setBxTimeValue(), cond::persistency::IOVEditor.setEndOfValidity(), edm::RunAuxiliary.setEndTime(), edm::LuminosityBlockAuxiliary.setEndTime(), edm::LuminosityBlockPrincipal.setEndTime(), edm::RunPrincipal.setEndTime(), CastorUnpacker.setExpectedOrbitMessageTime(), ZdcUnpacker.setExpectedOrbitMessageTime(), HcalUnpacker.setExpectedOrbitMessageTime(), cond::DataProxyWrapperBase.setIntervalFor(), cond::persistency::IOVEditor.setLastValidatedTime(), cond::EmptyIOVSource.setRunAndEventInfo(), cond::FileBasedEmptySource.setRunAndEventInfo(), HcalTBSource.setRunAndEventInfo(), LmfSource.setRunAndEventInfo(), GflashHit.setTime(), reco::VertexCompositePtrCandidate.setTime(), DTPrimitive.setTimeCorrection(), Tm.setToCurrentGMTime(), Tm.setToCurrentLocalTime(), edm::TimeoutPoolOutputModule.shouldWeCloseFile(), PHGCSimAccumulator::SimHitCollection.SimHitCollection(), HcalSimHitsClient.SimHitsEndjob(), TotemTimingRecHitProducerAlgorithm.simplifiedLinearRegression(), ME0PreRecoGaussianModel.simulateNoise(), popcon::PopConSourceHandler< CastorPedestals >.sort(), DQMNet.staleObjectWaitLimit(), stampToReal(), CosmicRateAnalyzer.stampToReal(), DTDigitizer.storeDigis(), HGCPassive.storeInfo(), PFRecHitQTestHCALTimeVsDepth.test(), TrackWithVertexSelector.testVertices(), TotemTimingConversions.timeSamples(), HCAL_HLX::TimeStamp.TimeStampLong(), HCAL_HLX::TimeStamp.TimeStampYYYYMMDD(), cond::time.toIOVSyncValue(), HcalSiPM.totalCharge(), HFFibre.tShift(), RPCFw.TtoUT(), CalibrationAlgorithm.turnOn(), CalibrationScanAlgorithm.turnOn(), HcalLaserUnpacker.unpack(), pat::PackedCandidate.unpackTimeNoError(), pat::PackedCandidate.unpackTimeWithError(), SimG4FluxProducer.update(), HGCPassive.update(), CaloSteppingAction.update(), HcalTB02Analysis.update(), ZdcTestAnalysis.update(), CalorimetryManager.updateHCAL(), svhelper.updateVertexTime(), popcon::PopCon.write(), writeABIOFileHeader(), writeABSRFFileHeader(), writeABTTFFileHeader(), AlignmentProducerBase.writeDB(), AlignmentProducerBase.writeForRunRange(), popcon::PopCon.writeOne(), and cond::service::PoolDBOutputService.writeOne().

◆ tmp

ntuplemaker.tmp

Definition at line 261 of file ntuplemaker.py.

◆ tmpfile

ntuplemaker.tmpfile

Definition at line 216 of file ntuplemaker.py.

◆ tmplistiov

ntuplemaker.tmplistiov

Definition at line 181 of file ntuplemaker.py.

◆ tmplumi

ntuplemaker.tmplumi

Definition at line 245 of file ntuplemaker.py.

◆ tmplumifirst

ntuplemaker.tmplumifirst

Definition at line 222 of file ntuplemaker.py.

◆ tmplumilast

ntuplemaker.tmplumilast

Definition at line 223 of file ntuplemaker.py.

◆ tmprun

ntuplemaker.tmprun

Definition at line 244 of file ntuplemaker.py.

Referenced by AlcaBeamSpotManager.createWeightedPayloads().

◆ tmprunfirst

ntuplemaker.tmprunfirst

Definition at line 220 of file ntuplemaker.py.

◆ tmprunlast

ntuplemaker.tmprunlast

Definition at line 221 of file ntuplemaker.py.

◆ tmpstatus

ntuplemaker.tmpstatus

Definition at line 180 of file ntuplemaker.py.

◆ totlines

ntuplemaker.totlines

Definition at line 187 of file ntuplemaker.py.

◆ weightedlist

ntuplemaker.weightedlist

Definition at line 336 of file ntuplemaker.py.

◆ width

ntuplemaker.width

Definition at line 301 of file ntuplemaker.py.

◆ widthError

ntuplemaker.widthError

Definition at line 302 of file ntuplemaker.py.

ntuplemaker.getFill
def getFill(json, run)
Definition: ntuplemaker.py:58
createfilelist.int
int
Definition: createfilelist.py:10