The Gaudi Framework  master (37c0b60a)
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
 This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited.
 
 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...