herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Interfaces defined for the Herwig::BasicConsistency class.
Brief class description:
The BasicConsistency analysis handler checks for momentum and charge conservation.
See also Herwig::BasicConsistency

Name: RelativeMomentumTolerance
Type: Parameter

Description:
The value of the momentum imbalance as a fraction of the beam energy above which warnings are issued. Final tolerance is the larger of AbsoluteMomentumTolerance and RelativeMomentumTolerance*beam energy.
Default value: 1e-05
Minimum value: 0
Maximum value: 1

Name: AbsoluteMomentumTolerance
Type: Parameter

Description:
The value of the momentum imbalance above which warnings are issued/MeV. Final tolerance is the larger of AbsoluteMomentumTolerance and RelativeMomentumTolerance*beam energy.
Default value: 1
Minimum value: 0
Maximum value: 1e+13

Name: CheckBranchingRatios
Type: Switch

Description:
Check whether the branching ratios of the particles add up to one.
Registered options:
0(No)
Don't perform the check
1(Yes)
Perform the check
Default value: 1

Name: CheckCluster
Type: Switch

Description:
Check whether there are clusters in the final state
Registered options:
0(No)
Don't check for clusters
1(Yes)
Check for clusters
Default value: 1

Name: CheckCharge
Type: Switch

Description:
Check whether charge is conserved
Registered options:
0(No)
Don't check charge conservation
1(Yes)
Check charge conservation
Default value: 1

Name: CheckQuark
Type: Switch

Description:
Check whether there are quarks in the final state
Registered options:
0(No)
Don't check for quarks
1(Yes)
Check for quarks
Default value: 1

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