- Brief class description:
- The Pythia7::ShowerHandler class administers parton showers for external partons in a hard ThePEG::SubProcess or in a decay of a heavy resonance.
See also Pythia7::ShowerHandler
Name: MaxTries
Type: Integer parameter
- Description:
- The maximum number of attempts to cascade a sub-process before giving up and throwing an eventerror.
Default value: 1000
Minimum value: 1
Name: FullHistory
Type: Switch
- Description:
- Should all branchings be added to the event record?
Registered options:
- 0(
No
)
- Only final partons are added without information about the full branching.
- 1(
Yes
)
- All branchings are added.
Default value: 0
Name: FSROnISR
Type: Switch
- Description:
- If space-like showers are switched on, should the partons produced in these undergo time-like cascade?
Registered options:
- 0(
No
)
- Time-like showers are not added.
- 1(
Yes
)
- Time-like showers are added
Default value: 1
Name: TimeShower
Type: Reference to objects of class
Pythia7::TimeShowerHandler
- Description:
- Pointer to a Pythia7::TimeShowerHandler object used to perform the showering of a time-like parton.
Name: SpaceShower
Type: Reference to objects of class
Pythia7::SpaceShowerHandler
- Description:
- Pointer to a Pythia7::SpaceShowerHandler object used to perform the showering of a space-like parton.
There may be interfaces inherited from the ThePEG::CascadeHandler class.