Herwig 7.3.0
|
Simple struct for hard processes and decays. More...
#include <PerturbativeProcess.h>
Public Member Functions | |
vector< pair< PPtr, tPerturbativeProcessPtr > > & | incoming () |
The incoming particles. | |
vector< pair< PPtr, PerturbativeProcessPtr > > & | outgoing () |
The outgoing particles. | |
Public Member Functions inherited from ThePEG::Base | |
void | debug () const |
virtual void | debugme () const |
Public Member Functions inherited from ThePEG::Pointer::ReferenceCounted | |
CounterType | referenceCount () const |
Protected Attributes | |
vector< pair< PPtr, tPerturbativeProcessPtr > > | incoming_ |
The incoming particles. | |
vector< pair< PPtr, PerturbativeProcessPtr > > | outgoing_ |
tSubProPtr | subprocess_ |
The subprocess. | |
XCombPtr | xcomb_ |
The XComb. | |
Additional Inherited Members | |
Public Types inherited from ThePEG::Pointer::ReferenceCounted | |
typedef unsigned int | CounterType |
Static Public Member Functions inherited from ThePEG::Base | |
static void | Init () |
Public Attributes inherited from ThePEG::Pointer::ReferenceCounted | |
const unsigned long | uniqueId |
Protected Member Functions inherited from ThePEG::Pointer::ReferenceCounted | |
ReferenceCounted (const ReferenceCounted &) | |
ReferenceCounted & | operator= (const ReferenceCounted &) |
Simple struct for hard processes and decays.
Definition at line 25 of file PerturbativeProcess.h.
|
inline |
|
inline |
The outgoing particles.
Definition at line 39 of file PerturbativeProcess.h.
|
protected |
The incoming particles.
Definition at line 48 of file PerturbativeProcess.h.
Referenced by incoming().
|
protected |
Definition at line 53 of file PerturbativeProcess.h.
|
protected |
The subprocess.
Definition at line 58 of file PerturbativeProcess.h.
|
protected |
The XComb.
Definition at line 63 of file PerturbativeProcess.h.