Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 66892 2013-01-17 10:57:59Z gunter $
|
||||
$Id: History 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
May 16, 2014, A.Dotti (readout-V10-00-00)
|
||||
- Coverity fixes
|
||||
|
||||
Mar 15, 2004, M.Asai (readout-V06-00-00)
|
||||
- Add some methods in G4DCtable to enhance a verbosity
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4DCtable.hh 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef G4DCtable_H
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4DMmessenger.hh 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef G4DMmessenger_h
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4DigiManager.hh 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef G4DigiManager_h
|
||||
@@ -124,7 +124,10 @@ class G4DigiManager
|
||||
if(DCtable) delete DCtable;
|
||||
DCtable = dc;
|
||||
}
|
||||
|
||||
private:
|
||||
//Disable copy constructor and assignement operator
|
||||
G4DigiManager(const G4DigiManager&);
|
||||
G4DigiManager& operator=(const G4DigiManager&);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4VDigitizerModule.hh 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
|
||||
#ifndef G4VDigitizerModule_H
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4DCtable.cc 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
|
||||
#include "G4DCtable.hh"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4DMmessenger.cc 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4DigiManager.cc 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
|
||||
#include "G4DigiManager.hh"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4VDigitizerModule.cc 80987 2014-05-19 10:50:22Z gcosmo $
|
||||
//
|
||||
|
||||
#include "G4VDigitizerModule.hh"
|
||||
|
||||
Reference in New Issue
Block a user