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
@@ -7,7 +7,6 @@
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt 66892 2013-01-17 10:57:59Z gunter $
#
#------------------------------------------------------------------------------
-1
View File
@@ -1,4 +1,3 @@
# $Id: GNUmakefile 66892 2013-01-17 10:57:59Z gunter $
# -----------------------------------------------------------
# GNUmakefile for digits+hits library. Makoto Asai, 1/11/96.
# -----------------------------------------------------------
+3 -1
View File
@@ -1,4 +1,3 @@
$Id: History 80987 2014-05-19 10:50:22Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +16,9 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Nov 9, 2018, G.Cosmo (readout-V10-04-00)
- G4DigiManager: fixed printout typos.
May 16, 2014, A.Dotti (readout-V10-00-00)
- Coverity fixes
-1
View File
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4DCtable.hh 80987 2014-05-19 10:50:22Z gcosmo $
//
#ifndef G4DCtable_H
-1
View File
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4DMmessenger.hh 80987 2014-05-19 10:50:22Z gcosmo $
//
#ifndef G4DMmessenger_h
-1
View File
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4DigiManager.hh 80987 2014-05-19 10:50:22Z gcosmo $
//
#ifndef G4DigiManager_h
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: G4VDigitizerModule.hh 80987 2014-05-19 10:50:22Z gcosmo $
//
#ifndef G4VDigitizerModule_H
-1
View File
@@ -11,7 +11,6 @@
#
# Generated on : 24/9/2010
#
# $Id: sources.cmake 66892 2013-01-17 10:57:59Z gunter $
#
#------------------------------------------------------------------------------
-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"