The Gaudi Framework  master (594c33fa)
Gaudi::Decays::Nodes::Baryon Class Reference

#include </builds/gaudi/Gaudi/GaudiPartProp/include/Gaudi/Decays/NodesPIDs.h>

Inheritance diagram for Gaudi::Decays::Nodes::Baryon:
Collaboration diagram for Gaudi::Decays::Nodes::Baryon:

Public Member Functions

Baryonclone () const override
 MANDATORY: clone method ("virtual constructor") More...
 
bool operator() (const Gaudi::ParticleID &pid) const override
 MANDATORY: the only one essential method. More...
 
std::ostreamfillStream (std::ostream &s) const override
 MANDATORY: the specific printout. More...
 
- Public Member Functions inherited from Gaudi::Decays::Nodes::Any
bool valid () const override
 MANDATORY: check the validity. More...
 
StatusCode validate (const Gaudi::Interfaces::IParticlePropertySvc *svc) const override
 MANDATORY: the proper validation of the node. More...
 
- Public Member Functions inherited from Gaudi::Decays::iNode
virtual bool operator! () const
 invalid node? More...
 
virtual std::string toString () const
 the string representation of the node More...
 
virtual ~iNode ()=default
 virtual destructor More...
 

Detailed Description

The trivial node : it match the Baryon

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 231 of file NodesPIDs.h.

Member Function Documentation

◆ clone()

Decays::Nodes::Baryon * Gaudi::Decays::Nodes::Baryon::clone ( ) const
overridevirtual

MANDATORY: clone method ("virtual constructor")

Reimplemented from Gaudi::Decays::Nodes::Hadron.

Definition at line 179 of file NodePIDs.cpp.

179 { return new Baryon( *this ); }

◆ fillStream()

std::ostream & Gaudi::Decays::Nodes::Baryon::fillStream ( std::ostream s) const
overridevirtual

MANDATORY: the specific printout.

Reimplemented from Gaudi::Decays::Nodes::Hadron.

Definition at line 215 of file NodePIDs.cpp.

215 { return s << " Baryon "; }

◆ operator()()

bool Gaudi::Decays::Nodes::Baryon::operator() ( const Gaudi::ParticleID pid) const
inlineoverridevirtual

MANDATORY: the only one essential method.

Reimplemented from Gaudi::Decays::Nodes::Hadron.

Definition at line 236 of file NodesPIDs.h.

236 { return pid.isBaryon(); }

The documentation for this class was generated from the following files:
gaudirun.s
string s
Definition: gaudirun.py:346
GaudiPartProp.Nodes.Baryon
Baryon
Definition: Nodes.py:259
Gaudi::ParticleID::isBaryon
bool isBaryon() const
Return if the PID is for a baryon.
Definition: ParticleID.cpp:215