Definition at line 185 of file BeamSpotPostProcessing.py.
◆ run()
def python.BeamSpotPostProcessing.PlotGlobalMon.run |
( |
|
self | ) |
|
Definition at line 186 of file BeamSpotPostProcessing.py.
187 outFileNameGIF = self.getFileName(
'.gif')
188 outFileNamePDF = self.getFileName(
'.pdf')
190 self.logExec(
'cd %s; hadd -f %s-globalmonitoring.root */*-globalmonitoring.root' % (self.taskDir,self.baseName))
191 self.logExec(
'cd %s; plotBeamSpotMon.py -b -o %s,%s %s-globalmonitoring.root' % (self.taskDir,outFileNameGIF,outFileNamePDF,self.baseName))
192 self.addResult(outFileNameGIF)
193 self.addResult(outFileNamePDF)
The documentation for this class was generated from the following file: