|
ROOTPWA
|
#include <fsVertex.h>
Public Member Functions | |
| fsVertex (const particlePtr &fsParticle) | |
| force vertex to have exactly one incoming and no outgoing particles | |
| fsVertex (const fsVertex &vert) | |
| virtual | ~fsVertex () |
| fsVertexPtr | clone (const bool cloneInParticles=false, const bool=false) const |
| < creates deep copy of final state vertex; must not be virtual | |
| virtual bool | addInParticle (const particlePtr &) |
| disabled; final state particle has to be specified at construction | |
| virtual bool | addOutParticle (const particlePtr &) |
| disabled; no outgoing particles are allowed | |
| particlePtr & | fsParticle () |
| returns final state particle | |
| const particlePtr & | fsParticle () const |
| returns final state particle | |
| virtual std::ostream & | print (std::ostream &out) const |
| prints vertex parameters in human-readable form | |
| virtual std::ostream & | dump (std::ostream &out) const |
| prints all vertex data in human-readable form | |
| virtual std::ostream & | printPointers (std::ostream &out) const |
| prints particle pointers strored in vertex | |
| virtual std::string | name () const |
| returns label used in graph visualization, reporting, and key file | |
| virtual void | clear () |
| bool | operator== (const interactionVertex &rhsVert) |
| bool | operator!= (const interactionVertex &rhsVert) |
| void | transformOutParticles (const TLorentzRotation &L) |
| applies Lorentz-transformation to outgoing particles | |
| unsigned int | nmbInParticles () const |
| returns number of incoming particles | |
| unsigned int | nmbOutParticles () const |
| returns number of outgoing particles | |
| std::vector< particlePtr > & | inParticles () |
| returns array of incoming particles | |
| const std::vector< particlePtr > & | inParticles () const |
| returns array of incoming particles | |
| std::vector< particlePtr > & | outParticles () |
| returns array of outgoing particles | |
| const std::vector< particlePtr > & | outParticles () const |
| returns array of outgoing particles | |
Static Public Member Functions | |
| static bool | debug () |
| returns debug flag | |
| static void | setDebug (const bool debug=true) |
| sets debug flag | |
Protected Member Functions | |
| virtual fsVertex * | doClone (const bool cloneInParticles, const bool cloneOutParticles) const |
| helper function to use covariant return types with smart pointers; needed for public clone() | |
| virtual bool | isEqualTo (const interactionVertex &vert) const |
| returns whether vert is equal to this by checking equality of all member variables | |
| void | cloneInParticles () |
| clones all incoming particles | |
| void | cloneOutParticles () |
| clones all outgoing particles | |
Protected Attributes | |
| std::vector< particlePtr > | _inParticles |
| array of pointers to incoming particles | |
| std::vector< particlePtr > | _outParticles |
| array of pointers to outgoing particles | |
Static Private Attributes | |
| static bool | _debug = false |
| if set to true, debug messages are printed | |
Definition at line 55 of file fsVertex.h.
| fsVertex::fsVertex | ( | const particlePtr & | fsParticle | ) |
force vertex to have exactly one incoming and no outgoing particles
Definition at line 50 of file fsVertex.cc.
References _debug, and addInParticle().
Referenced by doClone().
| fsVertex::fsVertex | ( | const fsVertex & | vert | ) |
Definition at line 63 of file fsVertex.cc.
|
virtual |
Definition at line 69 of file fsVertex.cc.
|
virtual |
disabled; final state particle has to be specified at construction
Reimplemented from rpwa::interactionVertex.
Definition at line 88 of file fsVertex.cc.
References _debug.
Referenced by fsVertex().
|
virtual |
disabled; no outgoing particles are allowed
Reimplemented from rpwa::interactionVertex.
Definition at line 97 of file fsVertex.cc.
References _debug.
|
virtualinherited |
Definition at line 96 of file interactionVertex.cc.
References rpwa::interactionVertex::_inParticles, and rpwa::interactionVertex::_outParticles.
|
inline |
< creates deep copy of final state vertex; must not be virtual
Reimplemented from rpwa::interactionVertex.
Definition at line 63 of file fsVertex.h.
References rpwa::interactionVertex::cloneInParticles(), and doClone().
|
protectedinherited |
clones all incoming particles
Definition at line 207 of file interactionVertex.cc.
References rpwa::interactionVertex::clone(), i, rpwa::interactionVertex::inParticles(), and rpwa::interactionVertex::nmbInParticles().
Referenced by clone(), rpwa::isobarDecayVertex::clone(), rpwa::interactionVertex::clone(), rpwa::leptoProductionVertex::clone(), rpwa::diffractiveDissVertex::clone(), doClone(), rpwa::interactionVertex::doClone(), rpwa::diffractiveDissVertex::doClone(), rpwa::isobarDecayVertex::doClone(), and rpwa::leptoProductionVertex::doClone().
|
protectedinherited |
clones all outgoing particles
Definition at line 217 of file interactionVertex.cc.
References rpwa::interactionVertex::clone(), i, rpwa::interactionVertex::nmbOutParticles(), and rpwa::interactionVertex::outParticles().
Referenced by rpwa::isobarDecayVertex::clone(), rpwa::interactionVertex::clone(), rpwa::leptoProductionVertex::clone(), rpwa::diffractiveDissVertex::clone(), rpwa::interactionVertex::doClone(), rpwa::diffractiveDissVertex::doClone(), rpwa::isobarDecayVertex::doClone(), and rpwa::leptoProductionVertex::doClone().
|
inlinestatic |
returns debug flag
Reimplemented from rpwa::interactionVertex.
Definition at line 80 of file fsVertex.h.
References _debug.
Referenced by setDebug().
|
protectedvirtual |
helper function to use covariant return types with smart pointers; needed for public clone()
Reimplemented from rpwa::interactionVertex.
Definition at line 74 of file fsVertex.cc.
References _debug, rpwa::interactionVertex::cloneInParticles(), and fsVertex().
Referenced by clone().
|
virtual |
prints all vertex data in human-readable form
Reimplemented from rpwa::interactionVertex.
Definition at line 114 of file fsVertex.cc.
References fsParticle(), and name().
|
inline |
returns final state particle
Definition at line 71 of file fsVertex.h.
References rpwa::interactionVertex::inParticles().
Referenced by dump(), print(), and printPointers().
|
inline |
returns final state particle
Definition at line 72 of file fsVertex.h.
References rpwa::interactionVertex::inParticles().
|
inlineinherited |
returns array of incoming particles
Definition at line 87 of file interactionVertex.h.
References rpwa::interactionVertex::_inParticles.
Referenced by rpwa::diffractiveDissVertex::beam(), rpwa::leptoProductionVertex::beamLepton(), rpwa::interactionVertex::cloneInParticles(), rpwa::decayTopology::constructDecay(), fsParticle(), rpwa::interactionVertex::isEqualTo(), rpwa::isobarDecayVertex::parent(), rpwa::leptoProductionVertex::target(), rpwa::diffractiveDissVertex::target(), and rpwa::leptoProductionVertex::virtPhoton().
|
inlineinherited |
returns array of incoming particles
Definition at line 89 of file interactionVertex.h.
References rpwa::interactionVertex::_inParticles.
|
protectedvirtualinherited |
returns whether vert is equal to this by checking equality of all member variables
Reimplemented in rpwa::isobarDecayVertex.
Definition at line 104 of file interactionVertex.cc.
References i, rpwa::interactionVertex::inParticles(), rpwa::interactionVertex::nmbInParticles(), rpwa::interactionVertex::nmbOutParticles(), and rpwa::interactionVertex::outParticles().
Referenced by rpwa::isobarDecayVertex::isEqualTo(), and rpwa::interactionVertex::operator==().
|
inlinevirtual |
returns label used in graph visualization, reporting, and key file
Reimplemented from rpwa::interactionVertex.
Definition at line 78 of file fsVertex.h.
Referenced by dump(), print(), and printPointers().
|
inlineinherited |
returns number of incoming particles
Definition at line 84 of file interactionVertex.h.
References rpwa::interactionVertex::_inParticles.
Referenced by rpwa::interactionVertex::cloneInParticles(), and rpwa::interactionVertex::isEqualTo().
|
inlineinherited |
returns number of outgoing particles
Definition at line 85 of file interactionVertex.h.
References rpwa::interactionVertex::_outParticles.
Referenced by rpwa::interactionVertex::cloneOutParticles(), rpwa::interactionVertex::isEqualTo(), rpwa::waveDescription::setXDecayKeys(), and rpwa::interactionVertex::transformOutParticles().
|
inlineinherited |
Definition at line 77 of file interactionVertex.h.
|
inlineinherited |
Definition at line 76 of file interactionVertex.h.
References rpwa::interactionVertex::isEqualTo().
|
inlineinherited |
returns array of outgoing particles
Definition at line 88 of file interactionVertex.h.
References rpwa::interactionVertex::_outParticles.
Referenced by rpwa::interactionVertex::cloneOutParticles(), rpwa::isobarDecayVertex::daughter1(), rpwa::isobarDecayVertex::daughter2(), rpwa::interactionVertex::isEqualTo(), rpwa::diffractiveDissVertex::recoil(), rpwa::leptoProductionVertex::recoil(), rpwa::leptoProductionVertex::scatteredLepton(), rpwa::waveDescription::setXDecayKeys(), rpwa::leptoProductionVertex::XParticle(), and rpwa::diffractiveDissVertex::XParticle().
|
inlineinherited |
returns array of outgoing particles
Definition at line 90 of file interactionVertex.h.
References rpwa::interactionVertex::_outParticles.
|
virtual |
prints vertex parameters in human-readable form
Reimplemented from rpwa::interactionVertex.
Definition at line 106 of file fsVertex.cc.
References fsParticle(), and name().
Referenced by rpwa::operator<<().
|
virtual |
prints particle pointers strored in vertex
Reimplemented from rpwa::interactionVertex.
Definition at line 123 of file fsVertex.cc.
References fsParticle(), and name().
|
inlinestatic |
sets debug flag
Reimplemented from rpwa::interactionVertex.
Definition at line 81 of file fsVertex.h.
|
inherited |
applies Lorentz-transformation to outgoing particles
Definition at line 148 of file interactionVertex.cc.
References rpwa::interactionVertex::_outParticles, i, and rpwa::interactionVertex::nmbOutParticles().
|
staticprivate |
if set to true, debug messages are printed
Definition at line 92 of file fsVertex.h.
Referenced by addInParticle(), addOutParticle(), debug(), doClone(), fsVertex(), and setDebug().
|
protectedinherited |
array of pointers to incoming particles
Definition at line 112 of file interactionVertex.h.
Referenced by rpwa::interactionVertex::addInParticle(), rpwa::interactionVertex::clear(), rpwa::interactionVertex::dump(), rpwa::interactionVertex::inParticles(), rpwa::interactionVertex::nmbInParticles(), rpwa::interactionVertex::operator=(), rpwa::interactionVertex::print(), and rpwa::interactionVertex::printPointers().
|
protectedinherited |
array of pointers to outgoing particles
Definition at line 113 of file interactionVertex.h.
Referenced by rpwa::interactionVertex::addOutParticle(), rpwa::interactionVertex::clear(), rpwa::interactionVertex::dump(), rpwa::interactionVertex::nmbOutParticles(), rpwa::interactionVertex::operator=(), rpwa::interactionVertex::outParticles(), rpwa::interactionVertex::print(), rpwa::interactionVertex::printPointers(), and rpwa::interactionVertex::transformOutParticles().
1.8.1.2