Import Geant4 11.4.1 source tree
This commit is contained in:
@@ -2785,7 +2785,7 @@ void G4BinaryCascade::ClearAndDestroy(G4ReactionProductVector * rpv)
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
void G4BinaryCascade::PrintKTVector(G4KineticTrackVector * ktv, std::string comment)
|
||||
void G4BinaryCascade::PrintKTVector(G4KineticTrackVector * ktv, const G4String& comment)
|
||||
//----------------------------------------------------------------------------
|
||||
{
|
||||
if (comment.size() > 0 ) G4cout << "G4BinaryCascade::PrintKTVector() " << comment << G4endl;
|
||||
@@ -2806,7 +2806,7 @@ void G4BinaryCascade::PrintKTVector(G4KineticTrackVector * ktv, std::string comm
|
||||
}
|
||||
}
|
||||
//----------------------------------------------------------------------------
|
||||
void G4BinaryCascade::PrintKTVector(G4KineticTrack * kt, std::string comment)
|
||||
void G4BinaryCascade::PrintKTVector(G4KineticTrack * kt, const G4String& comment)
|
||||
//----------------------------------------------------------------------------
|
||||
{
|
||||
if (comment.size() > 0 ) G4cout << "G4BinaryCascade::PrintKTVector() "<< comment << G4endl;
|
||||
|
||||
@@ -92,6 +92,7 @@
|
||||
#include "G4PhysicsModelCatalog.hh"
|
||||
#include "G4HyperNucleiProperties.hh"
|
||||
//---------------------------------------------------------------------
|
||||
#include "G4HadronicException.hh"
|
||||
#include "Randomize.hh"
|
||||
#include "G4Log.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user