|
| template<typename Iterator> |
| bool | Gaudi::Decays::valid (Iterator begin, Iterator end) |
| | check the validness of the trees or nodes
|
| |
| template<typename Container> |
| bool | Gaudi::Decays::valid (Container const &c) |
| |
| template<class Iterator> |
| StatusCode | Gaudi::Decays::validate (Iterator begin, Iterator end, const Gaudi::Interfaces::IParticlePropertySvc *svc) |
| | validate trees/nodes
|
| |
| template<class TREE> |
| StatusCode | Gaudi::Decays::validate (TREE const &tree, const Gaudi::Interfaces::IParticlePropertySvc *svc) |
| |
| Decays::Nodes::Not | Gaudi::Decays::Nodes::operator! (const Decays::Nodes::Not &o) |
| | Create the "NOT" for the node.
|
| |
| std::ostream & | Gaudi::Decays::Nodes::operator<< (std::ostream &s, const Decays::Nodes::_Node &n) |
| | output operator
|
| |
| Decays::Nodes::Or | Gaudi::Decays::operator|| (const Decays::iNode &o1, const Decays::iNode &o2) |
| | Create the "OR" of two nodes.
|
| |
| Decays::Nodes::Or | Gaudi::Decays::operator| (const Decays::iNode &o1, const Decays::iNode &o2) |
| | Create the "OR" of two nodes.
|
| |
| Decays::Nodes::And | Gaudi::Decays::operator&& (const Decays::iNode &o1, const Decays::iNode &o2) |
| | Create the "AND" of two nodes.
|
| |
| Decays::Nodes::And | Gaudi::Decays::operator& (const Decays::iNode &o1, const Decays::iNode &o2) |
| | Create the "AND" of two nodes.
|
| |
| Decays::Nodes::Not | Gaudi::Decays::operator~ (const Decays::iNode &o) |
| | Create the "NOT" for the node.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const Decays::iNode &o1, const std::string &o2) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const Decays::iNode &o1, const Gaudi::ParticleID &o2) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const Decays::iNode &o1, const Decays::Decay::Item &o2) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const Decays::iNode &o1, const Gaudi::ParticleProperty *o2) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const std::string &o2, const Decays::iNode &o1) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const Gaudi::ParticleID &o2, const Decays::iNode &o1) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const Decays::Decay::Item &o2, const Decays::iNode &o1) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::Or | Gaudi::Decays::operator|| (const Gaudi::ParticleProperty *o2, const Decays::iNode &o1) |
| | Create the "OR" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const Decays::iNode &o1, const std::string &o2) |
| | Create the "AND" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const Decays::iNode &o1, const Gaudi::ParticleID &o2) |
| | Create the "AND" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const Decays::iNode &o1, const Decays::Decay::Item &o2) |
| | Create the "AND" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const Decays::iNode &o1, const Gaudi::ParticleProperty *o2) |
| | Create the "AND" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const std::string &o2, const Decays::iNode &o1) |
| | Create the "AND" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const Gaudi::ParticleID &o2, const Decays::iNode &o1) |
| | Create the "AND" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const Decays::Decay::Item &o2, const Decays::iNode &o1) |
| | Create the "AND" of two nodes.
|
| |
| GAUDI_API Decays::Nodes::And | Gaudi::Decays::operator&& (const Gaudi::ParticleProperty *o2, const Decays::iNode &o1) |
| | Create the "AND" of two nodes.
|
| |
Helper general purpose utilities to deal with decay nodes.
- See also
- Decays::iNode
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
- Date
- 2008-04-21
Definition in file Nodes.h.