Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Cerenkov.hh 108508 2018-02-15 15:54:35Z gcosmo $
// $Id: G4Cerenkov.hh 108423 2018-02-13 11:18:13Z gcosmo $
//
//
////////////////////////////////////////////////////////////////////////
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ForwardXrayTR.hh 108508 2018-02-15 15:54:35Z gcosmo $
// $Id: G4ForwardXrayTR.hh 108423 2018-02-13 11:18:13Z gcosmo $
//
// G4ForwardXrayTR
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Scintillation.hh 108508 2018-02-15 15:54:35Z gcosmo $
// $Id: G4Scintillation.hh 108423 2018-02-13 11:18:13Z gcosmo $
//
//
////////////////////////////////////////////////////////////////////////
@@ -88,20 +88,20 @@ class G4ScintillationTrackInformation : public G4VUserTrackInformation
class G4ScintillationTrackInformation;
#if defined G4EM_ALLOC_EXPORT
extern G4DLLEXPORT G4ThreadLocal G4Allocator<G4ScintillationTrackInformation> *aScintillationTIAllocator;
extern G4DLLEXPORT G4Allocator<G4ScintillationTrackInformation>*& aScintillationTIAllocator();
#else
extern G4DLLIMPORT G4ThreadLocal G4Allocator<G4ScintillationTrackInformation> *aScintillationTIAllocator;
extern G4DLLIMPORT G4Allocator<G4ScintillationTrackInformation>*& aScintillationTIAllocator();
#endif
inline void* G4ScintillationTrackInformation::operator new(size_t)
{
if (!aScintillationTIAllocator) aScintillationTIAllocator = new G4Allocator<G4ScintillationTrackInformation>;
return (void *) aScintillationTIAllocator->MallocSingle();
if (!aScintillationTIAllocator()) aScintillationTIAllocator() = new G4Allocator<G4ScintillationTrackInformation>;
return (void *) aScintillationTIAllocator()->MallocSingle();
}
inline void G4ScintillationTrackInformation::operator delete(void *aScintillationTI)
{
aScintillationTIAllocator->FreeSingle((G4ScintillationTrackInformation *) aScintillationTI);
aScintillationTIAllocator()->FreeSingle((G4ScintillationTrackInformation *) aScintillationTI);
}
#endif // G4SCINTILLATIONTRACKINFORMATION_H
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4SynchrotronRadiationInMat.hh 108508 2018-02-15 15:54:35Z gcosmo $
// $Id: G4SynchrotronRadiationInMat.hh 108423 2018-02-13 11:18:13Z gcosmo $
//
// ------------------------------------------------------------
// GEANT 4 class header file
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4TransitionRadiation.hh 108508 2018-02-15 15:54:35Z gcosmo $
// $Id: G4TransitionRadiation.hh 108423 2018-02-13 11:18:13Z gcosmo $
//
// G4TransitionRadiation -- header file
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VTRModel.hh 108508 2018-02-15 15:54:35Z gcosmo $
// $Id: G4VTRModel.hh 108093 2017-12-21 09:12:43Z gcosmo $
//
// G4VTRModel -- header file
//
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VTransitionRadiation.hh 108508 2018-02-15 15:54:35Z gcosmo $
// $Id: G4VTransitionRadiation.hh 108423 2018-02-13 11:18:13Z gcosmo $
//
// G4VTransitionRadiation -- header file
//