#include </builds/gaudi/Gaudi/GaudiPartProp/include/Gaudi/Decays/iNode.h>
The generic class to hold the pointer to other node
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
- Date
- 2008-04-12
Definition at line 74 of file iNode.h.
◆ Node() [1/2]
constructor from the node
Definition at line 32 of file iNode.cpp.
35 m_node.reset( _node.m_node->clone() );
◆ Node() [2/2]
copy constructor
Definition at line 41 of file iNode.cpp.
◆ clone()
◆ fillStream()
◆ node() [1/2]
const iNode& Gaudi::Decays::Node::node |
( |
| ) |
const |
|
inline |
◆ node() [2/2]
Definition at line 99 of file iNode.h.
99 {
return node()( pid ); }
◆ op_and()
Definition at line 74 of file iNode.cpp.
74 {
return ( *
this = ( *
m_node && right ) ); }
◆ op_or()
Definition at line 76 of file iNode.cpp.
76 {
return ( *
this = ( *
m_node || right ) ); }
◆ operator&=()
Node& Gaudi::Decays::Node::operator&= |
( |
const iNode & |
right | ) |
|
|
inline |
◆ operator()()
◆ operator=() [1/2]
assignment from arbitrary node
Definition at line 59 of file iNode.cpp.
60 if ( &right ==
this ) {
return *
this; }
◆ operator=() [2/2]
assignment operator:
Definition at line 53 of file iNode.cpp.
54 if ( &right ==
this ) {
return *
this; }
◆ operator|=()
Node& Gaudi::Decays::Node::operator|= |
( |
const iNode & |
right | ) |
|
|
inline |
◆ valid()
bool Gaudi::Decays::Node::valid |
( |
| ) |
const |
|
overridevirtual |
◆ validate()
◆ m_node
the node itself:
Definition at line 111 of file iNode.h.
The documentation for this class was generated from the following files: