The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
Decay.h File Reference
#include <Gaudi/ParticleID.h>
#include <GaudiKernel/StatusCode.h>
#include <string>
#include <vector>
Include dependency graph for Decay.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gaudi::Decays::Decay
 The simple representation of "simple 1-step" decay (there are no trees! More...
 
class  Gaudi::Decays::Decay::Item
 the helper representation of the item in the decay chain More...
 

Namespaces

namespace  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.
 
namespace  Gaudi::Interfaces
 
namespace  Gaudi::Decays
 

Functions

std::ostream & operator<< (std::ostream &s, const Gaudi::Decays::Decay &decay)
 the printout operator to the stream
 
std::ostream & operator<< (std::ostream &s, const Gaudi::Decays::Decay::Item &item)
 the printout operator to the stream
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & s,
const Gaudi::Decays::Decay & decay )
inline

the printout operator to the stream

Definition at line 176 of file Decay.h.

176{ return decay.fillStream( s ); }
std::ostream & fillStream(std::ostream &s) const
the default printout
Definition Decay.cpp:105

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & s,
const Gaudi::Decays::Decay::Item & item )
inline

the printout operator to the stream

Definition at line 179 of file Decay.h.

179 {
180 return item.fillStream( s );
181}
std::ostream & fillStream(std::ostream &s) const
the default printout
Definition Decay.cpp:114