ATLAS Offline Software
Loading...
Searching...
No Matches
TruthParticleBase.cxx File Reference
#include <ostream>
#include <sstream>
#include <iomanip>
#include "McParticleEvent/TruthParticleBase.h"
Include dependency graph for TruthParticleBase.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const TruthParticleBase &o)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const TruthParticleBase & o )

Definition at line 110 of file TruthParticleBase.cxx.

111{
112 return o.dump( out );
113}
std::ostream & dump(std::ostream &out) const
Print IParticle content.