Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions
G4InuclParticle.hh File Reference
#include <iosfwd>
#include <CLHEP/Units/SystemOfUnits.h>
#include "globals.hh"
#include "G4LorentzVector.hh"
#include "G4DynamicParticle.hh"

Go to the source code of this file.

Data Structures

class  G4InuclParticle
 

Functions

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

Function Documentation

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

Definition at line 87 of file G4InuclParticle.cc.

References G4InuclParticle::print().

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