Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4Nsplit_Weight.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Classes

class  G4Nsplit_Weight
 

Macros

#define G4Nsplit_Weight_hh   G4Nsplit_Weight_hh
 

Functions

std::ostream & operator<< (std::ostream &out, const G4Nsplit_Weight &nw)
 

Macro Definition Documentation

◆ G4Nsplit_Weight_hh

#define G4Nsplit_Weight_hh   G4Nsplit_Weight_hh

Definition at line 40 of file G4Nsplit_Weight.hh.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const G4Nsplit_Weight nw 
)

Definition at line 37 of file G4Nsplit_Weight.cc.

39{
40 out << "nw.fN = " << nw.fN << ", nw.fW = " << nw.fW;
41 return out;
42}