Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+10 -10
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.3 2002/06/11 15:48:17 radoone Exp $
# $Id: GNUmakefile,v 1.4 2002/08/19 07:30:22 radoone Exp $
# --------------------------------------------------------------
# GNUmakefile for GDML sample module. Radovan Chytracek, 30/05/2002.
# --------------------------------------------------------------
@@ -24,11 +24,11 @@ CPPFLAGS += \
EXTRALIBS += \
-lGDMLsaxana \
-L $(XERCESCROOT)/lib -lxerces-c \
-lGDMLmanagement \
-lGDMLschema \
-lGDMLprocesses \
-lGDMLsubscribers \
-L $(XERCESCROOT)/lib -lxerces-c
-lGDMLsubscribers
EXTRALIBSSOURCEDIRS += \
$(GDMLLIBROOT)/saxana \
@@ -37,13 +37,13 @@ EXTRALIBSSOURCEDIRS += \
$(GDMLLIBROOT)/management \
$(GDMLLIBROOT)/subscribers
# EXTRA_LINK_DEPENDENCIES := \
# $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(name)/libgogdml.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLmanagement.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLprocesses.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLsaxana.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLschema.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLsubscribers.a
#EXTRA_LINK_DEPENDENCIES := \
# $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(name)/libgogdml.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLmanagement.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLprocesses.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLsaxana.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLschema.a \
# $(G4WORKDIR)/lib/$(G4SYSTEM)/libGDMLsubscribers.a
.PHONY: all
+4 -2
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: gogdml.cc,v 1.2 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: gogdml.cc,v 1.3 2002/08/19 07:28:52 radoone Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
@@ -30,6 +30,8 @@
//
// --------------------------------------------------------------
#include "globals.hh"
#include "G4RunManager.hh"
#include "G4UImanager.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: gogdmlDetectorConstruction.hh,v 1.2 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: gogdmlPhysicsList.hh,v 1.2 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: gogdmlPrimaryGeneratorAction.hh,v 1.2 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: gogdmlDetectorConstruction.cc,v 1.2 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: gogdmlDetectorConstruction.cc,v 1.3 2002/08/19 07:27:51 radoone Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
@@ -30,6 +30,8 @@
//
// --------------------------------------------------------------
#include "globals.hh"
#include "gogdmlDetectorConstruction.hh"
#include "GDMLProcessor.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: gogdmlPhysicsList.cc,v 1.2 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: gogdmlPrimaryGeneratorAction.cc,v 1.2 2002/06/03 12:09:36 radoone Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "gogdmlPrimaryGeneratorAction.hh"