thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Interfaces defined for the ThePEG::ProgressLog class.
Brief class description:
The ProgressLog class will not perform an actual analysis. Instead it will write out a progress status on the standard log file. By default it will write on event 1, 2, 5, 10, 20, 50, ... etc. But optionally it can in addition also write out every given number of seconds.

The status line which is written out contains the current date and time, the number of events processed so far and the total numberof events to be generated, two estimates of the time of completion (one based on the current cpu usage and one based on the average cpu usage [the usage is given in brackets]), and the host on which the program is running, together with its process number.
See also ThePEG::ProgressLog


Name: Interval
Type: Integer parameter

Description:
Besides the standard intervals, also write a status line every given number of seconds.
Default value: 0
Minimum value: 0

There may be interfaces inherited from the ThePEG::AnalysisHandler class.