struct that is used to catch exceptions which are thrown due to fact that the Shower has been invoked more than a defined threshold on a certain configuration More...
#include <ShowerHandler.h>
Public Member Functions | |
ShowerTriesVeto (int t) | |
constructor | |
Public Attributes | |
const int | tries |
variable to store the number of attempts | |
struct that is used to catch exceptions which are thrown due to fact that the Shower has been invoked more than a defined threshold on a certain configuration
Definition at line 363 of file ShowerHandler.h.
|
inline |
constructor
Definition at line 368 of file ShowerHandler.h.
const int Herwig::ShowerHandler::ShowerTriesVeto::tries |
variable to store the number of attempts
Definition at line 365 of file ShowerHandler.h.