Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Nsplit_Weight.cc,v 1.3 2002/04/09 16:23:49 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4Nsplit_Weight.cc,v 1.8 2002/12/13 11:54:19 gcosmo Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
// ----------------------------------------------------------------------
// GEANT 4 class source file
@@ -30,10 +30,10 @@
// G4Nsplit_Weight.cc
//
// ----------------------------------------------------------------------
#include "G4Nsplit_Weight.hh"
G4std::ostream& operator<<(G4std::ostream &out, const G4Nsplit_Weight &nw)
G4std::ostream& operator<<(G4std::ostream &out,
const G4Nsplit_Weight &nw)
{
out << "nw.fN = " << nw.fN << ", nw.fW = " << nw.fW;
return out;