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