ATLAS Offline Software
Public Member Functions | List of all members
python.BeamSpotPostProcessing.UploadDataQuality Class Reference
Inheritance diagram for python.BeamSpotPostProcessing.UploadDataQuality:
Collaboration diagram for python.BeamSpotPostProcessing.UploadDataQuality:

Public Member Functions

def run (self)
 

Detailed Description

Upload beampsot data quality info

Definition at line 413 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

def python.BeamSpotPostProcessing.UploadDataQuality.run (   self)

Definition at line 415 of file BeamSpotPostProcessing.py.

415  def run(self):
416  dataQualityDbFileName = self.getFileName('-dqflags.db', 'DQBeamSpot')
417 
418  # Upload the DQ flags
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))
421  else:
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)
423 
424 

The documentation for this class was generated from the following file:
run
int run(int argc, char *argv[])
Definition: ttree2hdf5.cxx:28
TCS::join
std::string join(const std::vector< std::string > &v, const char c=',')
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/Root/StringUtils.cxx:10