Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
+3 -3
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4DCtable.cc,v 1.6 2001/10/18 20:28:19 asaim Exp $
// GEANT4 tag $Name: geant4-05-01 $
// $Id: G4DCtable.cc,v 1.7 2003/06/16 17:12:48 gunter Exp $
// GEANT4 tag $Name: geant4-05-02 $
//
#include "G4DCtable.hh"
@@ -43,7 +43,7 @@ G4int G4DCtable::Registor(G4String DMname,G4String DCname)
G4int G4DCtable::GetCollectionID(G4String DCname)
{
G4int i = -1;
if(DCname.index("/")==G4std::string::npos) // DCname only
if(DCname.index("/")==std::string::npos) // DCname only
{
for(int j=0;j<int(DClist.size());j++)
{
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4DMmessenger.cc,v 1.3 2001/07/11 10:08:31 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
// ---------------------------------------------------------------------
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4DigiManager.cc,v 1.6 2001/10/18 20:28:19 asaim Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
#include "G4DigiManager.hh"
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4VDigitizerModule.cc,v 1.3 2001/07/11 10:08:32 gunter Exp $
// GEANT4 tag $Name: geant4-05-01 $
// GEANT4 tag $Name: geant4-05-02 $
//
#include "G4VDigitizerModule.hh"