Geant4-11
Data Structures | Functions
G4Nsplit_Weight.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Data Structures

class  G4Nsplit_Weight
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 32 of file G4Nsplit_Weight.cc.

33{
34 out << "nw.fN = " << nw.fN << ", nw.fW = " << nw.fW;
35 return out;
36}

References G4Nsplit_Weight::fN, and G4Nsplit_Weight::fW.