Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
-1
View File
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4DCtable.cc 80987 2014-05-19 10:50:22Z gcosmo $
//
#include "G4DCtable.hh"
-1
View File
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4DMmessenger.cc 80987 2014-05-19 10:50:22Z gcosmo $
//
// ---------------------------------------------------------------------
+4 -5
View File
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4DigiManager.cc 80987 2014-05-19 10:50:22Z gcosmo $
//
#include "G4DigiManager.hh"
@@ -77,14 +76,14 @@ void G4DigiManager::AddNewModule(G4VDigitizerModule* DM)
{
if(DMtable[j]==DM)
{
G4cout << "<" << DMname << "> has already been registored." << G4endl;
G4cout << "<" << DMname << "> has already been registered." << G4endl;
return;
}
}
if( verboseLevel > 0 )
{
G4cout << "New DigitizerModule <" << DMname
<< "> is registored." << G4endl;
<< "> is registered." << G4endl;
}
DMtable.push_back(DM);
@@ -95,13 +94,13 @@ void G4DigiManager::AddNewModule(G4VDigitizerModule* DM)
if( DCtable->Registor(DMname,DCname) < 0 )
{
G4cout << "DigiCollection <" << DCname
<< "> has already been registored with "
<< "> has already been registered with "
<< DMname << " DigitizerModule." << G4endl;
}
else if( verboseLevel > 0 )
{
G4cout << "DigiCollection " << DCname
<< " is registored. " << G4endl;
<< " is registered. " << G4endl;
}
}
-1
View File
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4VDigitizerModule.cc 80987 2014-05-19 10:50:22Z gcosmo $
//
#include "G4VDigitizerModule.hh"