Herwig 7.3.0
|
Struct to store a potential CKKWTree. More...
#include <PotentialTree.h>
Public Member Functions | |
PotentialTree () | |
Constructor. | |
PotentialTree (CKKWTreePtr itree, DiagPtr idiag, Ptr< ColourLines >::transient_const_pointer icl) | |
Constructor. | |
CKKWTreePtr | tree () const |
Get the tree. | |
void | tree (CKKWTreePtr in) |
set the tree | |
tcDiagPtr | diagram () |
Get the diagram. | |
void | diagram (tcDiagPtr in) |
set the tree | |
MEBase::DiagramVector & | diagrams () |
All diagrams. | |
Ptr< ColourLines >::transient_const_pointer | colourLines () |
Colour Structure. | |
void | colourLines (Ptr< ColourLines >::transient_const_pointer in) |
Colour Structure. | |
void | weight (double weight) |
Set the weight. | |
double | weight () const |
Get the weight. | |
Private Attributes | |
CKKWTreePtr | tree_ |
The tree. | |
MEBase::DiagramVector | diagrams_ |
All diagrams. | |
tcDiagPtr | diagram_ |
The diagram. | |
Ptr< ColourLines >::transient_const_pointer | cl_ |
The colour structure. | |
double | wgt_ |
The weight. | |
Struct to store a potential CKKWTree.
Definition at line 17 of file PotentialTree.h.
|
inline |
Constructor.
Definition at line 22 of file PotentialTree.h.
|
inline |
Constructor.
Definition at line 27 of file PotentialTree.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get the tree.
Definition at line 35 of file PotentialTree.h.
References tree_.
Referenced by Herwig::MatchingHandler::getCKKWTree().
|
inline |
|
inline |
|
inline |
Set the weight.
Definition at line 70 of file PotentialTree.h.
References weight(), and wgt_.
Referenced by weight().
|
private |
|
private |
|
private |
|
private |
|
private |