The Gaudi Framework  v38r0 (2143aa4c)
iNode.h File Reference
#include <GaudiKernel/Kernel.h>
#include <GaudiKernel/StatusCode.h>
#include <functional>
#include <iosfwd>
#include <memory>
Include dependency graph for iNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Decays::iNode
 
class  Gaudi::Decays::Node
 

Namespaces

 Gaudi
 Header file for std:chrono::duration-based Counters.
 
 Gaudi::Interfaces
 
 Gaudi::Decays
 

Functions

std::ostreamGaudi::Decays::operator<< (std::ostream &s, const iNode &n)
 printout to the output stream More...
 
bool Gaudi::Decays::operator== (const Decays::iNode &node, const Gaudi::ParticleID &pid)
 equality The node is "equal" to the PID , if the given pid satisfies the node criteria More...
 
bool Gaudi::Decays::operator== (const Gaudi::ParticleID &pid, const Decays::iNode &node)
 "right" equality The node is "equal" to the PID , if the given pid satisfies the node criteria More...
 
bool Gaudi::Decays::operator!= (const Decays::iNode &node, const Gaudi::ParticleID &pid)
 non-equality The node is "equal" to the PID , if the given PID satisfies the node criteria More...
 
bool Gaudi::Decays::operator!= (const Gaudi::ParticleID &pid, const Decays::iNode &node)
 non-equality The node is "equal" to the PID , if the given PID satisfies the node criteria More...
 
StatusCode Gaudi::Decays::operator+ (const Decays::iNode &n, const Gaudi::Interfaces::IParticlePropertySvc *svc)
 "on-flight" validation of the node More...
 
StatusCode Gaudi::Decays::operator* (const Decays::iNode &n, const Gaudi::Interfaces::IParticlePropertySvc *svc)
 "on-flight" validation of the node More...