Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4FissionConfiguration.hh File Reference
#include "globals.hh"
#include <iosfwd>

Go to the source code of this file.

Classes

class  G4FissionConfiguration
 

Functions

std::ostream & operator<< (std::ostream &os, const G4FissionConfiguration &fis)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const G4FissionConfiguration fis 
)

Definition at line 31 of file G4FissionConfiguration.cc.

31 {
32 os << " new configuration " << G4endl
33 << " a1 " << fis.afirst << " z1 " << fis.zfirst << " ez " << fis.ezet
34 << " ekin " << fis.ekin << " epot " << fis.epot;
35 return os;
36}
#define G4endl
Definition: G4ios.hh:57