Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Functions
G4Nsplit_Weight.hh File Reference
#include "globals.hh"

Go to the source code of this file.

Data Structures

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

#define G4Nsplit_Weight_hh   G4Nsplit_Weight_hh

Definition at line 40 of file G4Nsplit_Weight.hh.

Function Documentation

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

Definition at line 37 of file G4Nsplit_Weight.cc.

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

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