The Gaudi Framework  master (37c0b60a)
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
 
class  Gaudi::Decays::Decay::Item
 

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::ostreamoperator<< (std::ostream &s, const Gaudi::Decays::Decay &decay)
 the printout operator to the stream More...
 
std::ostreamoperator<< (std::ostream &s, const Gaudi::Decays::Decay::Item &item)
 the printout operator to the stream More...
 

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 ); }

◆ 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 }
gaudirun.s
string s
Definition: gaudirun.py:346
Gaudi::Decays::Decay::fillStream
std::ostream & fillStream(std::ostream &s) const
the default printout
Definition: Decay.cpp:105
Gaudi::Decays::Decay::Item::fillStream
std::ostream & fillStream(std::ostream &s) const
the default printout
Definition: Decay.cpp:114