Functions | |
def | convert |
def | filecheck |
def | logme |
def | sendmail |
Variables | |
list | COLLECTDIR = sys.argv[2] |
done = False | |
string | donefile = "%s/%s/%s/%s" |
tuple | dqmfile = Tfile.replace('Playback','DQM') |
list | DROPBOX = sys.argv[4] |
list | EMAIL = sys.argv[1] |
int | EMAILINTERVAL = 15 |
string | f = "%s/%s" |
string | finalfile = "%s/V%04d/DQM_V0001_%s_R%09d.root" |
string | finalTdir = "%s/%s/%s" |
string | finalTfile = "%s/%s/%s/%s" |
string | finalTMPfile = "%s/DQM_V0001_%s_R%09d.root.%s" |
tuple | fMatch = re.match('^DQM_V[0-9]{4}_(?P<subsys>.*)_R(?P<runnr>[0-9]{9})(|_T[0-9]*)\.root$',f) |
tuple | HOSTNAME = socket.gethostname() |
int | keeper = 0 |
tuple | lastEmailSent = datetime.now() |
tuple | lFile = open("%s/lock" % TMPDROPBOX ,"a") |
tuple | md5Digest = md5(file(Tfile).read()) |
dictionary | NEW = {} |
int | NFOUND = 0 |
tuple | now = datetime.now() |
int | NRUNS = 0 |
tuple | originFile = open(originTMPFile,"w") |
string | originFileName = "%s.origin" |
string | originStr = "md5:%s %d %s" |
string | originTMPFile = "%s.origin" |
int | RETRIES = 3 |
tuple | runnr = int(fMatch.group("runnr")) |
string | runstr = "%09d" |
tuple | SBASEDIR = os.path.abspath(__file__) |
tuple | seed = HOSTNAME.replace("-","t") |
string | SENDMAIL = "/usr/sbin/sendmail" |
tuple | subsystem = fMatch.group("subsys") |
tuple | TAGRUNEND = long(sorted(NEW.keys(),reverse=True)[1]) |
list | TAGS = [] |
Tfile = dqmfile | |
list | TFILEDONEDIR = sys.argv[3] |
tuple | Tfiles = sorted(files,cmp=lambda x,y: "_T" not in x and x != y and 1 or cmp(x,y)) |
string | TMPDROPBOX = "%s/.tmpdropbox" |
int | version = 1 |
int | WAITTIME = 10 |
def fileCollector.convert | ( | infile, | |
ofile | |||
) |
Definition at line 45 of file fileCollector.py.
Referenced by helper::CollectionStoreManager< OutputCollection, ClonePolicy >.cloneAndStore(), ThePEGInterface.convert(), EventMsgBuilder.EventMsgBuilder(), MsgTools.fillNames(), edm::EdmEventItemGetter< RefType >.get(), Header.Header(), InitHeader.InitHeader(), InitMsgBuilder.InitMsgBuilder(), InitMsgBuilder.setDataLength(), EventMsgBuilder.setEventLength(), CmsShowCommon.setFrom(), and EventMsgBuilder.setOrigDataSize().
def fileCollector.filecheck | ( | rootfile | ) |
def fileCollector.logme | ( | msg, | |
args | |||
) |
Definition at line 29 of file fileCollector.py.
Referenced by DQMNet.losePeer(), DQMNet.onLocalNotify(), DQMNet.onMessage(), DQMNet.onPeerConnect(), DQMNet.onPeerData(), sendmail(), and DQMNet.updateMask().
def fileCollector.sendmail | ( | body = "Hello from visDQMZipCastorVerifier" | ) |
Definition at line 50 of file fileCollector.py.
References logme().
list fileCollector.COLLECTDIR = sys.argv[2] |
Definition at line 12 of file fileCollector.py.
fileCollector.done = False |
Definition at line 121 of file fileCollector.py.
Referenced by LMFDat.adjustParameters(), EcalSRCondTools.analyze(), HcalIsoTrkAnalyzer.analyze(), BaseParticlePropagator.backPropagate(), EcalCoder.encode(), Thrust.finalAxis(), PhysicsTools::MVATrainer.findFinalProcessors(), SequentialPartitionGenerator.first_part(), reco::PositiveSideGhostTrackFitter.fit(), edm.loadExtraClasses(), PhysicsTools::MVATrainer.makeTrainCalibration(), SequentialPartitionGenerator.next_part(), SequentialPartitionGenerator.next_partition(), Combinatorics.next_subset(), DQMNet.onPeerData(), EcalListOfFEDSProducer.produce(), ESListOfFEDSProducer.produce(), SiStripElectronAlgo.projectPhiBand(), ParticlePropagator.propagateToBoundSurface(), BaseParticlePropagator.propagateToClosestApproach(), BaseParticlePropagator.propagateToEcalEntrance(), BaseParticlePropagator.propagateToHcalEntrance(), BaseParticlePropagator.propagateToHcalExit(), BaseParticlePropagator.propagateToHOLayer(), TrajectoryManager.propagateToLayer(), BaseParticlePropagator.propagateToPreshowerLayer1(), BaseParticlePropagator.propagateToPreshowerLayer2(), BaseParticlePropagator.propagateToVFcalEntrance(), LStoreFile.read(), DCacheFile.read(), IOInput.readv(), TPNPulse.setPulse(), TAPDPulse.setPulse(), LStoreFile.write(), DCacheFile.write(), IOOutput.writev(), IOInput.xread(), IOInput.xreadv(), IOOutput.xwrite(), and IOOutput.xwritev().
string fileCollector.donefile = "%s/%s/%s/%s" |
Definition at line 88 of file fileCollector.py.
tuple fileCollector.dqmfile = Tfile.replace('Playback','DQM') |
Definition at line 160 of file fileCollector.py.
Referenced by get_filename(), read_badmodlist(), and read_runflag().
list fileCollector.DROPBOX = sys.argv[4] |
Definition at line 14 of file fileCollector.py.
list fileCollector.EMAIL = sys.argv[1] |
Definition at line 11 of file fileCollector.py.
int fileCollector.EMAILINTERVAL = 15 |
Definition at line 18 of file fileCollector.py.
string fileCollector.f = "%s/%s" |
Definition at line 89 of file fileCollector.py.
string fileCollector.finalfile = "%s/V%04d/DQM_V0001_%s_R%09d.root" |
Definition at line 189 of file fileCollector.py.
string fileCollector.finalTdir = "%s/%s/%s" |
Definition at line 129 of file fileCollector.py.
string fileCollector.finalTfile = "%s/%s/%s/%s" |
Definition at line 128 of file fileCollector.py.
string fileCollector.finalTMPfile = "%s/DQM_V0001_%s_R%09d.root.%s" |
Definition at line 126 of file fileCollector.py.
tuple fileCollector.fMatch = re.match('^DQM_V[0-9]{4}_(?P<subsys>.*)_R(?P<runnr>[0-9]{9})(|_T[0-9]*)\.root$',f) |
Definition at line 80 of file fileCollector.py.
tuple fileCollector.HOSTNAME = socket.gethostname() |
Definition at line 23 of file fileCollector.py.
int fileCollector.keeper = 0 |
Definition at line 122 of file fileCollector.py.
fileCollector.lastEmailSent = datetime.now() |
Definition at line 26 of file fileCollector.py.
tuple fileCollector.lFile = open("%s/lock" % TMPDROPBOX ,"a") |
Definition at line 179 of file fileCollector.py.
tuple fileCollector.md5Digest = md5(file(Tfile).read()) |
Definition at line 171 of file fileCollector.py.
dictionary fileCollector.NEW = {} |
Definition at line 76 of file fileCollector.py.
int fileCollector.NFOUND = 0 |
Definition at line 75 of file fileCollector.py.
tuple fileCollector.now = datetime.now() |
Definition at line 205 of file fileCollector.py.
Referenced by edm::CountAndLimit.add(), lumi::RevisionDML.addEntry(), lumi::RevisionDML.addRevision(), lumi::RevisionDML.addRunToCurrentHFDataTag(), dqmservices::DQMFileIterator.advanceToLumi(), evf::EvFRecordInserter.analyze(), HcalLuttoDB.beginJob(), dqm::RamdiskMonitor.beginLuminosityBlock(), RawEventOutputModuleForBU< Consumer >.beginLuminosityBlock(), edm::service::CondorStatusService.beginPost(), condbon.cdbon_write(), XrdAdaptor::RequestManager.checkSourcesImpl(), dqmservices::DQMFileIterator.collect(), dqmservices::DQMMonitoringService.DQMMonitoringService(), DTHVStatusHandler.dumpSnapshot(), XrdAdaptor::XrdReadStatistics.elapsedNS(), dqmservices::DQMMonitoringService.evLumi(), DaqFakeReader.fillRawData(), Fit.getFitQuality(), DTHVStatusHandler.getNewObjects(), XrdAdaptor::RequestManager.handle(), XrdAdaptor::RequestManager::OpenHandler.HandleResponseWithHosts(), HtrXmlPatternWriter.HtrXmlPatternWriter(), edm::InputSource.InputSource(), cond::persistency::IOVEditor.insert(), edm::service::CondorStatusService.lastUpdate(), DQMNet.logme(), edm::InputSource.lumiLimitReached(), Fit.multiplyMatrices(), operator<<(), dqmservices::DQMMonitoringService.outputLumiUpdate(), dqmservices::DQMMonitoringService.outputUpdate(), FastTimer.pause(), ThroughputService.postEvent(), FastTimerService.postStreamBeginLumi(), FastTimerService.postStreamBeginRun(), FastTimerService.postStreamEndLumi(), FastTimerService.postStreamEndRun(), ThroughputService.preallocate(), ThroughputService.preSourceEvent(), Fit.PropagateErrors(), XrdFile.readv(), FedRawDataInputSource.readWorker(), XrdAdaptor::RequestManager.requestFailure(), dqmservices::DQMFileIterator.reset(), FastTimer.resume(), lumi::CMSRunSummaryDummy2DB.retrieveData(), DQMNet.run(), ALIUtils.set_time_now(), XrdAdaptor::Source.setLastDowngrade(), edm::TimeoutPoolOutputModule.shouldWeCloseFile(), FastTimer.start(), edm::service::ConcurrentModuleTimer.start(), FastTimer.stop(), edm::service::ConcurrentModuleTimer.stop(), StorageAccount::Stamp.tick(), dqmservices::DQMMonitoringService.tryUpdate(), FastTimer.untilNow(), edm::service::CondorStatusService.update(), dqmservices::DQMFileIterator.update_state(), SiStripPayloadHandler< SiStripPayload >.updateConfigMap(), and edm::service::CondorStatusService.updateImpl().
int fileCollector.NRUNS = 0 |
Definition at line 74 of file fileCollector.py.
tuple fileCollector.originFile = open(originTMPFile,"w") |
Definition at line 174 of file fileCollector.py.
string fileCollector.originFileName = "%s.origin" |
Definition at line 190 of file fileCollector.py.
string fileCollector.originStr = "md5:%s %d %s" |
Definition at line 172 of file fileCollector.py.
string fileCollector.originTMPFile = "%s.origin" |
Definition at line 173 of file fileCollector.py.
int fileCollector.RETRIES = 3 |
Definition at line 21 of file fileCollector.py.
tuple fileCollector.runnr = int(fMatch.group("runnr")) |
Definition at line 85 of file fileCollector.py.
Referenced by L1MuGMTHWFileReader.readNextEvent(), and L1MuGMTInputEvent.setRunNumber().
string fileCollector.runstr = "%09d" |
Definition at line 87 of file fileCollector.py.
Referenced by get_filename().
tuple fileCollector.SBASEDIR = os.path.abspath(__file__) |
Definition at line 19 of file fileCollector.py.
tuple fileCollector.seed = HOSTNAME.replace("-","t") |
Definition at line 125 of file fileCollector.py.
Referenced by AlCaECALRecHitReducer.AddMiniRecHitCollection(), TrackerSeedValidator.analyze(), ElectronMcSignalValidator.analyze(), EgammaSuperClusters.analyze(), ElectronMcFakeValidator.analyze(), MuonSeedsAnalyzer.analyze(), GsfElectronMCFakeAnalyzer.analyze(), GsfElectronDataAnalyzer.analyze(), GsfElectronFakeAnalyzer.analyze(), GsfElectronMCAnalyzer.analyze(), TrackingMonitor.analyze(), SeedMultiplicityAnalyzer.analyze(), TrackAssociatorByHitsImpl.associateRecoToSim(), TrackAssociatorByHitsImpl.associateSimToReco(), edm::BeamHaloProducer.beginLuminosityBlock(), Basic2DGenericTopoClusterizer.buildClusters(), SeedFromConsecutiveHitsCreator.buildSeed(), MuonSeedSimpleCleaner.clean(), TrajectoryCleanerBySharedSeeds.clean(), TrackerSeedCleaner.clean(), EcalClusterPUCleaningTools.CleanedSuperCluster(), EcalClusterSeverityLevelAlgo.closestProblematic(), JetCombinatorics.Combinatorics(), PixelHitMatcher.compatibleSeeds(), MuonTagger.discriminator(), OutsideInMuonSeeder.doLayer(), EcalClusterSeverityLevelAlgo.etaphiDistanceClosestProblematic(), big::bigEntry.fill(), SiStripElectronSeedGenerator.findSeedsFromCluster(), LaserBeamsBarrel.GeneratePrimaries(), LaserBeamsTEC2.GeneratePrimaries(), LaserBeamsTEC1.GeneratePrimaries(), reco::GsfElectronCore.GsfElectronCore(), SeedFinder.insertHit(), ElectronPFIsolationWithConeVeto.isInIsolationCone(), PhotonPFIsolationWithConeVeto.isInIsolationCone(), cond::auth::KeyGenerator.make(), reco::modules::CosmicTrackSplitter.makeCandidate(), reco::modules::TrackerTrackHitFilter.makeCandidate(), CosmicSeedCreator.makeSeed(), SETSeedFinder.makeSeed(), TSGForOI.makeSeedsFromHits(), HybridClusterAlgo.makeSuperClusters(), cond::auth::KeyGenerator.makeWithRandomSize(), TrackMerger.merge(), reco::tau::RecoTauPiZeroStripPlugin.operator()(), CSCCrosstalkConditions.prefillCrosstalk(), CSCFakeDBCrosstalk.prefillDBCrosstalk(), CSCFakeDBGains.prefillDBGains(), CSCFakeDBNoiseMatrix.prefillDBNoiseMatrix(), CSCFakeDBPedestals.prefillDBPedestals(), CSCGainsConditions.prefillGains(), MultiVertexFitter.printWeights(), EgammaHLTPixelMatchElectronAlgo.process(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1.processEvent(), GEDPhotonCoreGSCrysFixer.produce(), UnifiedSCCollectionProducer.produce(), UncleanSCRecoveryProducer.produce(), TrackProducerWithSCAssociation.produce(), CleanAndMergeProducer.produce(), TSGFromL1Muon.produce(), MuonSeedMerger.produce(), photonIsolationHIProducer.produce(), EgammaHLTPixelMatchVarProducer.produce(), L3TkMuonProducer.produce(), PiZeroDiscriminatorProducer.produce(), MuonReSeeder.produce(), CosmicMuonSeedGenerator.produce(), PFTrackProducer.produce(), SETMuonSeedProducer.produce(), SeedClusterRemover.produce(), TrackCandidateProducer.produce(), TrackCandidateTopBottomHitFilter.produce(), IsolatedPixelTrackCandidateProducer.produce(), IsolatedPixelTrackCandidateL1TProducer.produce(), ReducedEGProducer.produce(), HLTScoutingEgammaProducer.produce(), HiSpikeCleaner.produce(), TrackFromSeedProducer.produce(), pat::PATPhotonProducer.produce(), pat::PATElectronProducer.produce(), SeedToTrackProducer.produce(), EgammaHLTGsfTrackVarProducer.produce(), cms::CosmicTrackFinder.produce(), SmearedJetProducerT< T >.produce(), cms::CkfTrackCandidateMakerBase.produceBase(), GsfElectronCoreEcalDrivenProducer.produceEcalDrivenCore(), MuonTrackFinder.reconstruct(), AdaptiveVertexFitter.reLinearizeTracks(), AdaptiveVertexFitter.reWeightTracks(), edm::RootEmbeddedFileSequence.RootEmbeddedFileSequence(), MuonOverlapSeedFromRecHits.seeds(), MuonTrackAnalyzer.seedsAnalysis(), ElectronSeedGenerator.seedsFromRecHits(), ElectronSeedGenerator.seedsFromTrajectorySeeds(), EcalMipGraphs.selectHits(), EcalDisplaysByEvent.selectHits(), GsfElectronAlgo.setCutBasedPreselectionFlag(), GsfElectronAlgo.setPixelMatchInfomation(), PhysicsTools::MVATrainer.setRandomSeed(), QjetsPlugin.SetRandSeed(), Qjets.SetRandSeed(), AlignableModifier.setSeed(), reco::HLTTau.setSeedEcalHitEt(), reco::HLTTau.setSeedHcalHitEt(), SmearedJetProducerT< T >.SmearedJetProducerT(), FastTSGFromIOHit.trackerSeeds(), StandAloneMuonTrajectoryBuilder.trajectories(), GlobalCosmicMuonTrajectoryBuilder.trajectories(), TrackTransformerForGlobalCosmicMuons.transform(), TrackTransformer.transform(), TrackTransformerForCosmicMuons.transform(), GlobalMuonRefitter.transform(), CosmicMuonSeedGenerator.tsosToSeed(), MultiVertexFitter.updateSeeds(), MultiVertexFitter.updateWeights(), and AdaptiveVertexFitter.vertex().
string fileCollector.SENDMAIL = "/usr/sbin/sendmail" |
Definition at line 22 of file fileCollector.py.
tuple fileCollector.subsystem = fMatch.group("subsys") |
Definition at line 86 of file fileCollector.py.
tuple fileCollector.TAGRUNEND = long(sorted(NEW.keys(),reverse=True)[1]) |
Definition at line 108 of file fileCollector.py.
tuple fileCollector.TAGS = [] |
Definition at line 77 of file fileCollector.py.
fileCollector.Tfile = dqmfile |
Definition at line 168 of file fileCollector.py.
list fileCollector.TFILEDONEDIR = sys.argv[3] |
Definition at line 13 of file fileCollector.py.
tuple fileCollector.Tfiles = sorted(files,cmp=lambda x,y: "_T" not in x and x != y and 1 or cmp(x,y)) |
Definition at line 123 of file fileCollector.py.
string fileCollector.TMPDROPBOX = "%s/.tmpdropbox" |
Definition at line 20 of file fileCollector.py.
int fileCollector.version = 1 |
Definition at line 178 of file fileCollector.py.
int fileCollector.WAITTIME = 10 |
Definition at line 17 of file fileCollector.py.