herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::ProtoTree Class Reference

Class for a prototype tree. More...

#include <ProtoTree.h>

Inheritance diagram for Herwig::ProtoTree:

Public Member Functions

 ProtoTree ()
 Default constructor.
 
 ProtoTree (const set< tProtoBranchingPtr > &newBranchings)
 Constructor.
 
void addBranching (tProtoBranchingPtr Branching)
 Add a branching.
 
const set< tProtoBranchingPtr > & branchings () const
 
CKKWTreePtr createHardTree ()
 Create the HardTree.
 
- 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 Member Functions

HardBranchingPtr createTimeLikeBranching (tProtoBranchingPtr branch, map< ColinePtr, ColinePtr > &cmap)
 Create a timelike branching.
 
HardBranchingPtr createSpaceLikeBranching (tProtoBranchingPtr branch, HardBranchingPtr &spacelike, map< ColinePtr, ColinePtr > &cmap)
 Create a spacelike branching.
 
- Protected Member Functions inherited from ThePEG::Pointer::ReferenceCounted
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 

Private Attributes

set< tProtoBranchingPtr > branchings_
 The branchings in the tree.
 

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
 

Detailed Description

Class for a prototype tree.

Definition at line 24 of file ProtoTree.h.

Constructor & Destructor Documentation

◆ ProtoTree() [1/2]

Herwig::ProtoTree::ProtoTree ( )
inline

Default constructor.

Definition at line 31 of file ProtoTree.h.

◆ ProtoTree() [2/2]

Herwig::ProtoTree::ProtoTree ( const set< tProtoBranchingPtr > &  newBranchings)
inline

Constructor.

Definition at line 36 of file ProtoTree.h.

Member Function Documentation

◆ addBranching()

void Herwig::ProtoTree::addBranching ( tProtoBranchingPtr  Branching)
inline

Add a branching.

Definition at line 42 of file ProtoTree.h.

References branchings_.

◆ branchings()

const set< tProtoBranchingPtr > & Herwig::ProtoTree::branchings ( ) const
inline

Definition at line 46 of file ProtoTree.h.

◆ createHardTree()

CKKWTreePtr Herwig::ProtoTree::createHardTree ( )
inline

Create the HardTree.

Definition at line 53 of file ProtoTree.h.

References branchings_, createSpaceLikeBranching(), and createTimeLikeBranching().

◆ createSpaceLikeBranching()

HardBranchingPtr Herwig::ProtoTree::createSpaceLikeBranching ( tProtoBranchingPtr  branch,
HardBranchingPtr &  spacelike,
map< ColinePtr, ColinePtr > &  cmap 
)
inlineprotected

Create a spacelike branching.

Definition at line 114 of file ProtoTree.h.

References createSpaceLikeBranching(), and createTimeLikeBranching().

Referenced by createHardTree(), and createSpaceLikeBranching().

◆ createTimeLikeBranching()

HardBranchingPtr Herwig::ProtoTree::createTimeLikeBranching ( tProtoBranchingPtr  branch,
map< ColinePtr, ColinePtr > &  cmap 
)
inlineprotected

Create a timelike branching.

Definition at line 76 of file ProtoTree.h.

References createTimeLikeBranching().

Referenced by createHardTree(), createSpaceLikeBranching(), and createTimeLikeBranching().

Member Data Documentation

◆ branchings_

set< tProtoBranchingPtr > Herwig::ProtoTree::branchings_
private

The branchings in the tree.

Definition at line 156 of file ProtoTree.h.

Referenced by addBranching(), and createHardTree().


The documentation for this class was generated from the following file: