Geant4-11
Namespaces | Functions | Variables
G4InuclParticle.cc File Reference
#include <cmath>
#include "G4InuclParticle.hh"
#include "G4ios.hh"
#include "G4SystemOfUnits.hh"

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{G4InuclParticle.cc}
 

Functions

std::ostream & operator<< (std::ostream &os, const G4InuclParticle &part)
 

Variables

static const G4DynamicParticle anonymous_namespace{G4InuclParticle.cc}::empty
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4InuclParticle part 
)

Definition at line 87 of file G4InuclParticle.cc.

87 {
88 part.print(os);
89 return os;
90}
virtual void print(std::ostream &os) const

References G4InuclParticle::print().