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

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

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

Public Member Functions

Neutralclone () 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 Neutral

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

Member Function Documentation

◆ clone()

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

MANDATORY: clone method ("virtual constructor")

Reimplemented from Gaudi::Decays::Nodes::Charged.

Definition at line 189 of file NodePIDs.cpp.

189 { return new Neutral( *this ); }

◆ fillStream()

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

MANDATORY: the specific printout.

Reimplemented from Gaudi::Decays::Nodes::Charged.

Definition at line 217 of file NodePIDs.cpp.

217 { return s << " X0 "; }

◆ operator()()

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

MANDATORY: the only one essential method.

Reimplemented from Gaudi::Decays::Nodes::Charged.

Definition at line 296 of file NodesPIDs.h.

296 { return 0 == pid.threeCharge(); }

The documentation for this class was generated from the following files:
gaudirun.s
string s
Definition: gaudirun.py:346
GaudiPartProp.Nodes.Neutral
Neutral
Definition: Nodes.py:263
Gaudi::ParticleID::threeCharge
int threeCharge() const
Return three times the charge, in units of e+, valid for all particles.
Definition: ParticleID.cpp:269