Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Cerenkov.cc 108508 2018-02-15 15:54:35Z gcosmo $
|
||||
// $Id: G4Cerenkov.cc 108423 2018-02-13 11:18:13Z gcosmo $
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// Cerenkov Radiation Class Implementation
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ForwardXrayTR.cc 108508 2018-02-15 15:54:35Z gcosmo $
|
||||
// $Id: G4ForwardXrayTR.cc 108423 2018-02-13 11:18:13Z gcosmo $
|
||||
//
|
||||
// G4ForwardXrayTR class -- implementation file
|
||||
//
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Scintillation.cc 108508 2018-02-15 15:54:35Z gcosmo $
|
||||
// $Id: G4Scintillation.cc 108423 2018-02-13 11:18:13Z gcosmo $
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// Scintillation Light Class Implementation
|
||||
|
||||
@@ -31,7 +31,13 @@
|
||||
|
||||
#include "G4ScintillationTrackInformation.hh"
|
||||
|
||||
G4ThreadLocal G4Allocator<G4ScintillationTrackInformation> *aScintillationTIAllocator = nullptr;
|
||||
G4Allocator<G4ScintillationTrackInformation>*& aScintillationTIAllocator()
|
||||
{
|
||||
G4ThreadLocalStatic G4Allocator<G4ScintillationTrackInformation>*
|
||||
_instance = nullptr;
|
||||
return _instance;
|
||||
}
|
||||
|
||||
const G4String G4ScintillationTrackInformation::BaseType = "G4ScintillationTrackInformation";
|
||||
|
||||
G4ScintillationTrackInformation::G4ScintillationTrackInformation(const G4ScintillationType& aType)
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4SynchrotronRadiationInMat.cc 108508 2018-02-15 15:54:35Z gcosmo $
|
||||
// $Id: G4SynchrotronRadiationInMat.cc 108423 2018-02-13 11:18:13Z gcosmo $
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
// GEANT 4 class implementation file
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4TransitionRadiation.cc 108508 2018-02-15 15:54:35Z gcosmo $
|
||||
// $Id: G4TransitionRadiation.cc 108423 2018-02-13 11:18:13Z gcosmo $
|
||||
//
|
||||
// G4TransitionRadiation class -- implementation file
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VTransitionRadiation.cc 108508 2018-02-15 15:54:35Z gcosmo $
|
||||
// $Id: G4VTransitionRadiation.cc 108423 2018-02-13 11:18:13Z gcosmo $
|
||||
//
|
||||
// G4VTransitionRadiation class -- implementation file
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VXTRenergyLoss.cc 108508 2018-02-15 15:54:35Z gcosmo $
|
||||
// $Id: G4VXTRenergyLoss.cc 108258 2018-01-26 13:49:05Z gcosmo $
|
||||
//
|
||||
// History:
|
||||
// 2001-2002 R&D by V.Grichine
|
||||
|
||||
Reference in New Issue
Block a user