Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4HtmlPPReporter.cc,v 1.6 2008/06/08 14:05:33 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4HtmlPPReporter.cc,v 1.7 2010/08/10 15:47:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
//
|
||||
// ---------------------------------------------------------------
|
||||
@@ -159,7 +159,7 @@ void G4HtmlPPReporter::SparseOption(const G4String& option)
|
||||
|
||||
}
|
||||
|
||||
void G4HtmlPPReporter::GeneratePropertyTable(G4ParticleDefinition* particle)
|
||||
void G4HtmlPPReporter::GeneratePropertyTable(const G4ParticleDefinition* particle)
|
||||
{
|
||||
if (particle->GetPDGEncoding()<0) return;
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4TextPPReporter.cc,v 1.2 2006/06/29 19:28:02 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4TextPPReporter.cc,v 1.3 2010/08/10 15:47:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
//
|
||||
// ---------------------------------------------------------------
|
||||
@@ -80,7 +80,7 @@ void G4TextPPReporter::SparseOption(const G4String& option)
|
||||
|
||||
|
||||
|
||||
void G4TextPPReporter::GeneratePropertyTable(G4ParticleDefinition* particle)
|
||||
void G4TextPPReporter::GeneratePropertyTable(const G4ParticleDefinition* particle)
|
||||
{
|
||||
G4String name = particle->GetParticleName();
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4TextPPRetriever.cc,v 1.2 2006/06/29 19:28:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4TextPPRetriever.cc,v 1.3 2010/08/10 15:47:43 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
//
|
||||
// ---------------------------------------------------------------
|
||||
@@ -86,7 +86,7 @@ void G4TextPPRetriever::SparseOption(const G4String& option)
|
||||
|
||||
|
||||
|
||||
G4bool G4TextPPRetriever::ModifyPropertyTable(G4ParticleDefinition* particle)
|
||||
G4bool G4TextPPRetriever::ModifyPropertyTable(const G4ParticleDefinition* particle)
|
||||
{
|
||||
G4String name = particle->GetParticleName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user