Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.5 2004/06/03 11:40:12 gcosmo Exp $
# $Id: GNUmakefile,v 1.6 2009/10/21 14:59:17 allison Exp $
name := G4FR
@@ -26,5 +26,6 @@ CPPFLAGS += -I$(G4BASE)/global/HEPGeometry/include
CPPFLAGS += -I$(G4BASE)/geometry/solids/CSG/include
CPPFLAGS += -I$(G4BASE)/geometry/solids/specific/include
CPPFLAGS += -I$(G4BASE)/geometry/management/include
CPPFLAGS += -I$(G4BASE)/digits_hits/hits/include
include $(G4INSTALL)/config/common.gmk
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.26 2006/07/10 15:32:27 allison Exp $
$Id: History,v 1.27 2009/10/21 14:59:17 allison Exp $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,10 @@ committal in the CVS repository !
History file for visualization/FukuiRenderer sub-category
---------------------------------------------------------
21st October 2009 John Allison (DAWN-V09-02-00 coworks greps-V09-02-02)
- Added default AddCompound (const G4THitsMap<G4double>&) methods.
o Prevents warnings about hiding - calls G4VSceneHandler base class.
10th July 2006 John Allison (DAWN-V08-01-00)
- G4FRSceneFunc.icc: G4FRSCENEHANDLER::SendNdiv respects forced line
segments per circle.
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4DAWNFILESceneHandler.hh,v 1.16 2006/06/29 21:16:30 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4DAWNFILESceneHandler.hh,v 1.17 2009/10/21 14:59:17 allison Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
// Satoshi TANAKA
@@ -97,6 +97,9 @@ public:
void AddCompound ( const G4VHit& hit) {
G4VSceneHandler::AddCompound(hit);
}
void AddCompound ( const G4THitsMap<G4double> & hits) {
G4VSceneHandler::AddCompound(hits);
}
void ClearTransientStore(); // Used for triggering detector re-drawing.
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4FukuiRendererSceneHandler.hh,v 1.15 2006/06/29 21:16:46 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4FukuiRendererSceneHandler.hh,v 1.16 2009/10/21 14:59:17 allison Exp $
// GEANT4 tag $Name: geant4-09-03 $
//
//
// Satoshi TANAKA, Fri Jun 28 11:19:19 JST 1996
@@ -100,6 +100,9 @@ public:
void AddCompound ( const G4VHit& hit) {
G4VSceneHandler::AddCompound(hit);
}
void AddCompound ( const G4THitsMap<G4double> & hits) {
G4VSceneHandler::AddCompound(hits);
}
void ClearTransientStore(); // Used for triggering detector re-drawing.