Upload beampsot data quality info
Definition at line 413 of file BeamSpotPostProcessing.py.
◆ run()
def python.BeamSpotPostProcessing.UploadDataQuality.run |
( |
|
self | ) |
|
Definition at line 415 of file BeamSpotPostProcessing.py.
416 dataQualityDbFileName = self.getFileName(
'-dqflags.db',
'DQBeamSpot')
419 if os.path.exists(
'/'.
join([self.taskDir,dataQualityDbFileName])):
420 self.logExec(
'beamspotman.py -b -n --dqtag %s dqflag %s %s' % (dqtag,self.dsName,self.taskName))
422 self.log(text=
'ERROR: No beam spot DQ flag SQLite file %s\n Nothing to upload - was DQ determination successful?\n' % dataQualityDbFileName,doPrint=
True)
The documentation for this class was generated from the following file: