Definition at line 183 of file BeamSpotPostProcessing.py.
◆ run()
| python.BeamSpotPostProcessing.PlotGlobalMon.run |
( |
| self | ) |
|
Definition at line 184 of file BeamSpotPostProcessing.py.
185 outFileNameGIF = self.getFileName('.gif')
186 outFileNamePDF = self.getFileName('.pdf')
187
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)
192
193
◆ baseName
| python.BeamSpotPostProcessing.PlotGlobalMon.baseName |
◆ taskDir
| python.BeamSpotPostProcessing.PlotGlobalMon.taskDir |
The documentation for this class was generated from the following file: