Opened 14 years ago

Last modified 13 years ago

#55 new defect

Modifying .icc file and force gcc to recompile ?

Reported by: /C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@… Owned by:
Priority: minor Milestone: Geant4.9.5
Component: Config Version:
Keywords: Cc:

Description

See mail thread :

All I really know about this is that the entire existing Configure system is going to supposed to be replaced
by something more modern, I think some time in 2010.

Joseph

On Dec 10, 2009, at 1:03 AM, Laurent Garnier wrote:

I don't know cmake...but I hope we will solve this issue.

Laurent


Le 10 déc. 2009 à 03:08, Joseph Perl a écrit :

I guess all of these issues will be different anyway when we move to cmake instead of Configure?

On Dec 8, 2009, at 2:15 AM, Laurent Garnier wrote:

This should be the same problem with G4UIExecutive. You change something (configuration flag),
then recompile driver, but  .hh or .icc are not parse by gcc, because it see not changes in .cc files.

That is not a problem of Qt, but a icc file problem. Perhaps we should put those files in src folder and
rename them as .cc files.

Laurent

Le 8 déc. 2009 à 06:41, Joseph Perl a écrit :

Solution was to delete the OpenGL tmp and lib before the new geant4 build.

I wonder if we could eventually get the build system to recognize the need to do this if the Qt options change.
Anyway, not a big problem.  Will just need to remind users to force a clean up before rebuilding geant4 with differnt OpenGL options.

Joseph

On Dec 7, 2009, at 9:23 PM, Joseph Perl wrote:

I just tried a random test to see about building with Qt and had a problem.

Compiling A01app.cc ...
Creating shared library /Applications/g4workcvs/tmp/Darwin-g++/A01app/libA01app.dylib ...
Using global libraries ...
Linking A01app
Undefined symbols:
"G4OpenGLStoredQt::G4OpenGLStoredQt()", referenced from:
G4VisExecutive::RegisterGraphicsSystems()       in A01app.o
"G4OpenGLImmediateQt::G4OpenGLImmediateQt()", referenced from:
G4VisExecutive::RegisterGraphicsSystems()       in A01app.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [/Applications/g4workcvs/bin/Darwin-g++/A01app] Error 1


Here's my console session from rebuilding my Geant4,
and then I include my console session from rebuilding my A01


GEANT4 BUILD:


144:geant4 perl$ pwd
/Applications/geant4
144:geant4 perl$ ./Configure -build

          --- Geant4 Toolkit Build  ---

Would you like to see the instructions? [n]

Definition of G4SYSTEM variable is Darwin-g++.
That stands for:

1) OS		: Darwin

2) Compiler	: g++

To modify default settings, select number above (e.g. 2)
[Press [Enter] for default settings]

There exists a config.sh file. Shall I use it to set the defaults? [y]
Fetching default answers from your old config.sh file...

I can set things up so that your shell scripts and binaries are more portable,
at what may be a noticable cost in performance.  In particular, if you
ask to be portable, the following happens:

1) Shell scripts will rely on the PATH variable rather than using
	the paths derived above.
2) ~username interpretations will be done at run time rather than
	by Configure.

Do you expect to run these scripts and binaries on multiple machines? [n]

*OPTIONS FOR GEANT4 INSTALLATION PATHS*
What is the path to the Geant4 source tree?  [/Applications/geant4]

Where should Geant4 be installed?  [/Applications/geant4]

Do you want to install all Geant4 headers in one directory? [n]

*GEANT4 LIBRARY BUILD OPTIONS*
Do you want to build shared libraries? [y]
Do you want to build static libraries too? [n]
Do you want to build global libraries? [y]
Do you want to build granular libraries as well? [n]
Do you want to build libraries with debugging information? [n]

*CHECKS AND OPTIONS FOR GEANT4 PHYSICS DATA FILES*
Specify the path where the Geant4 data libraries are installed:
[/Applications/geant4/data]
checking for PhotonEvaporation2.0... no
checking for RadioactiveDecay3.2... yes
checking for G4EMLOW6.9... yes
checking for G4NDL3.13... yes
checking for G4ABLA3.0... no
checking for RealSurface1.0... no

Failed to locate one or more of the Geant4 data libraries in

/Applications/geant4/data

Please enter
1) Another path to search in
2) 'f' to force the use of the path you entered previously (the data libraries
are NOT needed to build Geant4, but are needed to run applications later).
3) 'c' to customize the data paths, e.g. if you have the data libraries
installed in different locations.
[f]

*CHECKS FOR CORRECT MAKE IMPLEMENTATION*
Checking for make... /usr/bin/make
Checking for gmake... no
Checking if make is GNU make... yes

*CHECKS FOR REQUIRED EXTERNAL PACKAGE CLHEP*
checking for a CLHEP installation... /Applications/CLHEP

Is this the CLHEP installation you want to use?  [/Applications/CLHEP]

You can customize paths and library name of you CLHEP installation:

1) CLHEP_INCLUDE_DIR:		/Applications/CLHEP/include
2) CLHEP_LIB_DIR:		/Applications/CLHEP/lib
3) CLHEP_LIB:			CLHEP
To modify default settings, select number above (e.g. 2)
[Press [Enter] for default settings]

*OPTIONS FOR GEANT4 USER INTERFACE MODULES*
Enable building of User Interface (UI) modules? [y]
Enable building of the XAW (X11 Athena Widget set) UI module? [n]
Enable building of the X11-Motif (Xm) UI module? [n]
Enable building of the Qt UI module? [n] y
checking for qglobal.h... /Library/Frameworks/QtCore.framework/Headers/qglobal.h
checking for moc... /usr/bin/moc

*OPTIONS FOR GEANT4 VISUALIZATION DRIVERS*
Enable building of visualization drivers? [y]
Enable building of the X11 OpenGL visualization driver? [y]
Enable building of the X11-Motif OpenGL visualization driver? [n]
Enable building of the FukuiRenderer/DAWN visualization driver? [n]
Enable building of the X11 OpenInventor visualization driver? [n]
Enable building of the X11 RayTracer visualization driver? [y]
Enable building of the VRML visualization driver? [n]
Enable building of the Qt OpenGL visualization driver? [n] y
configure: Qt already configured, no recheck neccessary

*OPTIONS FOR GEANT4 OPTIONAL EXTENSION MODULES*
Enable the Geometry Description Markup Language (GDML) module? [n]
Enable build of the g3tog4 utility module? [n]
Enable internal zlib compression for HepRep visualization? [n]

End of configuration phase.


Creating configuration setup file...

WARNING: the generated configuration file
can be edited if necessary!
You can introduce any change to the configuration file
/Applications/geant4/.config/bin/Darwin-g++/config.sh before the final installation.
To do so, use a shell escape now (e.g. !vi /Applications/geant4/.config/bin/Darwin-g++/config.sh).

Press [Enter] to start installation or use a shell escape to edit config.sh:


Now starting Geant4 libraries build...

On this machine the G4SYSTEM=Darwin-g++
On this machine the G4INSTALL=/Applications/geant4
On this machine the G4TMP=/Applications/geant4/tmp
On this machine the G4LIB=/Applications/geant4/lib
On this machine the G4LEVELGAMMADATA=/Applications/geant4/data/PhotonEvaporation2.0
On this machine the G4RADIOACTIVEDATA=/Applications/geant4/data/RadioactiveDecay3.2
On this machine the G4LEDATA=/Applications/geant4/data/G4EMLOW6.9
On this machine the G4NEUTRONHPDATA=/Applications/geant4/data/G4NDL3.13
On this machine the G4ABLADATA=/Applications/geant4/data/G4ABLA3.0
On this machine the CLHEP_BASE_DIR=/Applications/CLHEP
On this machine the CLHEP_INCLUDE_DIR=/Applications/CLHEP/include
On this machine the CLHEP_LIB_DIR=/Applications/CLHEP/lib
On this machine the CLHEP_LIB=CLHEP
On this machine G4UI_NONE is not set - following UIs will be built:
On this machine the G4UI_BUILD_QT_SESSION=1
On this machine the G4UI_USE_QT=1
On this machine G4VIS_NONE is not set - following drivers will be built:
On this machine the G4VIS_BUILD_OPENGLX_DRIVER=1
On this machine the G4VIS_BUILD_RAYTRACERX_DRIVER=1
On this machine the G4VIS_BUILD_OPENGLQT_DRIVER=1
On this machine the G4VIS_USE_OPENGLX=1
On this machine the G4VIS_USE_RAYTRACERX=1
On this machine the G4VIS_USE_OPENGLQT=1
On this machine the XMFLAGS=
On this machine the XMLIBS=
On this machine the XMFLAGS=
On this machine the XAWFLAGS=
On this machine the XAWLIBS=
On this machine the QTFLAGS=-I/Library/Frameworks/QtCore.framework/Headers -I/Library/Frameworks/QtGui.framework/Headers
On this machine the QTLIBS=-F/Library/Frameworks -framework QtCore -framework QtGui
On this machine the QTMOC=/usr/bin/moc
On this machine the QTFLAGS=-I/Library/Frameworks/QtCore.framework/Headers -I/Library/Frameworks/QtGui.framework/Headers -I/Library/Frameworks/QtOpenGl.framework/Headers
On this machine the GLQTLIBS=-F/Library/Frameworks -framework QtCore -framework QtGui -framework QtOpenGL
On this machine the QTMOC=/usr/bin/moc
On this machine the G4LIB_BUILD_SHARED=1

Starting build...


*************************************************************
Installation Geant4 version : geant4-09-02-ref-03
Copyright (C) 1994-2009 Geant4 Collaboration
*************************************************************
Nothing to be done for libG4global in management/.
Nothing to be done for libG4global in HEPNumerics/.
make[1]: Nothing to be done for `global'.
make[1]: Nothing to be done for `global'.
make[1]: Nothing to be done for `global'.
Nothing to be done for libG4geometry in management/.
Nothing to be done for libG4geometry in volumes/.
Nothing to be done for libG4geometry in magneticfield/.
Nothing to be done for libG4geometry in navigation/.
Nothing to be done for libG4geometry in biasing/.
Nothing to be done for libG4geometry in divisions/.
Nothing to be done for libG4geometry in solids/CSG/.
Nothing to be done for libG4geometry in solids/specific/.
Nothing to be done for libG4geometry in solids/Boolean/.
Nothing to be done for libG4geometry in solids/BREPS/.
Nothing to be done for libG4particles in management/.
Nothing to be done for libG4particles in bosons/.
Nothing to be done for libG4particles in leptons/.
Nothing to be done for libG4particles in shortlived/.
Nothing to be done for libG4particles in hadrons/mesons/.
Nothing to be done for libG4particles in hadrons/barions/.
Nothing to be done for libG4particles in hadrons/ions/.
Nothing to be done for libG4particles in adjoint/.
Nothing to be done for libG4particles in utils/.
make[1]: Nothing to be done for `global'.
Nothing to be done for libG4digits_hits in detector/.
Nothing to be done for libG4digits_hits in hits/.
Nothing to be done for libG4digits_hits in digits/.
Nothing to be done for libG4digits_hits in utils/.
Nothing to be done for libG4digits_hits in scorer/.
Creating global shared library /Applications/geant4/lib/Darwin-g++/libG4processes.dylib ...
Nothing to be done for libG4processes in management/.
Nothing to be done for libG4processes in cuts/.
Nothing to be done for libG4processes in optical/.
Nothing to be done for libG4processes in decay/.
Nothing to be done for libG4processes in scoring/.
Nothing to be done for libG4processes in biasing/.
Nothing to be done for libG4processes in transportation/.
Nothing to be done for libG4processes in parameterisation/.
Nothing to be done for libG4processes in electromagnetic/adjoint/.
Nothing to be done for libG4processes in electromagnetic/muons/.
Nothing to be done for libG4processes in electromagnetic/standard/.
Nothing to be done for libG4processes in electromagnetic/utils/.
Nothing to be done for libG4processes in electromagnetic/xrays/.
Nothing to be done for libG4processes in electromagnetic/lowenergy/.
Nothing to be done for libG4processes in electromagnetic/highenergy/.
Nothing to be done for libG4processes in electromagnetic/polarisation/.
Nothing to be done for libG4processes in hadronic/cross_sections/.
Nothing to be done for libG4processes in hadronic/management/.
Nothing to be done for libG4processes in hadronic/models/abrasion/.
Nothing to be done for libG4processes in hadronic/models/binary_cascade/.
Nothing to be done for libG4processes in hadronic/models/cascade/cascade/.
Nothing to be done for libG4processes in hadronic/models/cascade/evaporation/.
Nothing to be done for libG4processes in hadronic/models/cascade/utils/.
Nothing to be done for libG4processes in hadronic/models/chiral_inv_phase_space/body/.
Nothing to be done for libG4processes in hadronic/models/chiral_inv_phase_space/cross_sections/.
Nothing to be done for libG4processes in hadronic/models/chiral_inv_phase_space/fragmentation/.
Nothing to be done for libG4processes in hadronic/models/chiral_inv_phase_space/interface/.
Nothing to be done for libG4processes in hadronic/models/chiral_inv_phase_space/processes/.
Nothing to be done for libG4processes in hadronic/models/coherent_elastic/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/ablation/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/evaporation/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/fermi_breakup/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/fission/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/gem_evaporation/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/handler/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/management/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/multifragmentation/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/photon_evaporation/.
Nothing to be done for libG4processes in hadronic/models/de_excitation/util/.
Nothing to be done for libG4processes in hadronic/models/em_dissociation/.
Nothing to be done for libG4processes in hadronic/models/high_energy/.
Nothing to be done for libG4processes in hadronic/models/im_r_matrix/.
Nothing to be done for libG4processes in hadronic/models/incl/.
Nothing to be done for libG4processes in hadronic/models/isotope_production/.
Nothing to be done for libG4processes in hadronic/models/leading_particle/.
Nothing to be done for libG4processes in hadronic/models/lll_fission/.
Nothing to be done for libG4processes in hadronic/models/low_energy/.
Nothing to be done for libG4processes in hadronic/models/management/.
Nothing to be done for libG4processes in hadronic/models/neutron_hp/.
Nothing to be done for libG4processes in hadronic/models/parton_string/diffraction/.
Nothing to be done for libG4processes in hadronic/models/parton_string/hadronization/.
Nothing to be done for libG4processes in hadronic/models/parton_string/management/.
Nothing to be done for libG4processes in hadronic/models/parton_string/qgsm/.
Nothing to be done for libG4processes in hadronic/models/photolepton_hadron/muon_nuclear/.
Nothing to be done for libG4processes in hadronic/models/pre_equilibrium/exciton_model/.
Nothing to be done for libG4processes in hadronic/models/qmd/.
Nothing to be done for libG4processes in hadronic/models/radioactive_decay/.
Nothing to be done for libG4processes in hadronic/models/rpg/.
Nothing to be done for libG4processes in hadronic/models/theo_high_energy/.
Nothing to be done for libG4processes in hadronic/models/util/.
Nothing to be done for libG4processes in hadronic/processes/.
Nothing to be done for libG4processes in hadronic/stopping/.
Nothing to be done for libG4processes in hadronic/util/.
Nothing to be done for libG4parmodels in gflash/.
make[1]: Nothing to be done for `global'.
make[1]: Nothing to be done for `global'.
make[1]: Nothing to be done for `global'.
make[1]: Nothing to be done for `global'.
make[1]: Nothing to be done for `global'.
Creating global shared library /Applications/geant4/lib/Darwin-g++/libG4physicslists.dylib ...
Nothing to be done for libG4physicslists in lists/.
Nothing to be done for libG4physicslists in builders/.
Nothing to be done for libG4persistency in mctruth/.
Nothing to be done for libG4persistency in ascii/.
Nothing to be done for libG4interfaces in common/.
Making dependency for moc file moc/G4UIQt_moc.cc ...
Removing library libG4UIbasic.a ...
Removing library libG4UIbasic.dylib ...
Compiling G4UIQt.cc ...
Nothing to be done for libG4interfaces in GAG/.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
make[2]: Nothing to be done for `lib'.
Making dependency for moc file moc/G4OpenGLQtViewer_moc.cc ...
Making dependency for moc file moc/G4OpenGLQtMovieDialog_moc.cc ...
Making dependency for moc file moc/G4OpenGLQtExportDialog_moc.cc ...
Compiling G4OpenGLQtExportDialog.cc ...
Compiling G4OpenGLQtMovieDialog.cc ...
Compiling G4OpenGLQtViewer.cc ...
Creating shared library /Applications/geant4/lib/Darwin-g++/libG4OpenGL.dylib ...
make[1]: Nothing to be done for `liblist'.
Libraries installation completed !

####################################################
# Your Geant4 installation seems to be successful!
# To be sure please have a look into the log file:
# /Applications/geant4/.config/bin/Darwin-g++/g4make.log				
####################################################

144:geant4 perl$ ./Configure

          --- Geant4 Toolkit Installation  ---
            (setting environments for USER )

---------------------------------------------------
The Geant4 toolkit installation was found.
The files env.[c]sh will be copied to your current directory.
For setting Geant4 environments you should make:

source env.csh

or

. env.sh

It will also check G4WORKDIR setting and set it to
your HOME if needed.
You can use these files also for further modifications
(adding your own environments).
---------------------------------------------------
overwrite ./env.csh? (y/n [n]) y
overwrite ./env.sh? (y/n [n]) y
144:geant4 perl$



A01 BUILD:

144:~ perl$ export G4WORKDIR=/Applications/g4workcvs
144:~ perl$ source /Applications/geant4/env.sh
On this machine the G4SYSTEM=Darwin-g++
On this machine the G4INSTALL=/Applications/geant4
On this machine the G4LIB=/Applications/geant4/lib
On this machine the G4LEVELGAMMADATA=/Applications/geant4/data/PhotonEvaporation2.0
On this machine the G4RADIOACTIVEDATA=/Applications/geant4/data/RadioactiveDecay3.2
On this machine the G4LEDATA=/Applications/geant4/data/G4EMLOW6.9
On this machine the G4NEUTRONHPDATA=/Applications/geant4/data/G4NDL3.13
On this machine the G4ABLADATA=/Applications/geant4/data/G4ABLA3.0
On this machine the G4REALSURFACEDATA=/Applications/geant4/data/RealSurface1.0
On this machine the CLHEP_BASE_DIR=/Applications/CLHEP
On this machine the CLHEP_INCLUDE_DIR=/Applications/CLHEP/include
On this machine the CLHEP_LIB_DIR=/Applications/CLHEP/lib
On this machine the CLHEP_LIB=CLHEP
On this machine the G4UI_USE_TCSH=1
On this machine the G4UI_BUILD_QT_SESSION=1
On this machine the G4UI_USE_QT=1
On this machine the G4VIS_BUILD_OPENGLX_DRIVER=1
On this machine the G4VIS_BUILD_RAYTRACERX_DRIVER=1
On this machine the G4VIS_BUILD_OPENGLQT_DRIVER=1
On this machine the G4VIS_USE_OPENGLX=1
On this machine the G4VIS_USE_RAYTRACERX=1
On this machine the G4VIS_USE_OPENGLQT=1
On this machine the XMFLAGS=
On this machine the XMLIBS=
On this machine the XMFLAGS=
On this machine the XAWFLAGS=
On this machine the XAWLIBS=
On this machine the QTFLAGS=-I/Library/Frameworks/QtCore.framework/Headers -I/Library/Frameworks/QtGui.framework/Headers
On this machine the QTLIBS=-F/Library/Frameworks -framework QtCore -framework QtGui
On this machine the QTMOC=/usr/bin/moc
On this machine the QTFLAGS=-I/Library/Frameworks/QtCore.framework/Headers -I/Library/Frameworks/QtGui.framework/Headers -I/Library/Frameworks/QtOpenGl.framework/Headers
On this machine the GLQTLIBS=-F/Library/Frameworks -framework QtCore -framework QtGui -framework QtOpenGL
On this machine the QTMOC=/usr/bin/moc
On this machine the G4LIB_BUILD_SHARED=1
144:~ perl$ export DYLD_LIBRARY_PATH=/Applications/CLHEP/lib
144:~ perl$ export MAKEFLAGS="-j 2"
144:~ perl$ cd $G4WORKDIR/A01/
144:A01 perl$ cd ..
144:g4workcvs perl$ ls
A01			N03			electronScattering2
A01_was			RE03			test
DICOM			bin			tmp
144:g4workcvs perl$ rm -rf bin tmp
144:g4workcvs perl$ cd A01
144:A01 perl$ make
Making dependency for file src/A01PrimaryGeneratorMessenger.cc ...
Making dependency for file A01app.cc ...
Making dependency for file src/A01PrimaryGeneratorAction.cc ...
Making dependency for file src/A01PhysicsList.cc ...
Making dependency for file src/A01MuonPhysics.cc ...
Making dependency for file src/A01MagneticFieldMessenger.cc ...
Making dependency for file src/A01MagneticField.cc ...
Making dependency for file src/A01IonPhysics.cc ...
Making dependency for file src/A01HodoscopeHit.cc ...
Making dependency for file src/A01Hodoscope.cc ...
Making dependency for file src/A01HadronPhysics.cc ...
Making dependency for file src/A01HadCalorimeterHit.cc ...
Making dependency for file src/A01HadCalorimeter.cc ...
Making dependency for file src/A01GeneralPhysics.cc ...
Making dependency for file src/A01EventActionMessenger.cc ...
Making dependency for file src/A01EventAction.cc ...
Making dependency for file src/A01EmCalorimeterHit.cc ...
Making dependency for file src/A01EmCalorimeter.cc ...
Making dependency for file src/A01EMPhysics.cc ...
Making dependency for file src/A01DriftChamberHit.cc ...
Making dependency for file src/A01DriftChamber.cc ...
Making dependency for file src/A01DetectorConstruction.cc ...
Making dependency for file src/A01DetectorConstMessenger.cc ...
Making dependency for file src/A01CellParameterisation.cc ...
Making dependency for file src/A01AnalysisManager.cc ...
Compiling A01AnalysisManager.cc ...
Compiling A01CellParameterisation.cc ...
Compiling A01DetectorConstMessenger.cc ...
Compiling A01DetectorConstruction.cc ...
Compiling A01DriftChamber.cc ...
Compiling A01DriftChamberHit.cc ...
Compiling A01EMPhysics.cc ...
Compiling A01EmCalorimeter.cc ...
Compiling A01EmCalorimeterHit.cc ...
Compiling A01EventAction.cc ...
Compiling A01EventActionMessenger.cc ...
Compiling A01GeneralPhysics.cc ...
Compiling A01HadCalorimeter.cc ...
Compiling A01HadCalorimeterHit.cc ...
Compiling A01HadronPhysics.cc without optimization...
Compiling A01Hodoscope.cc ...
Compiling A01HodoscopeHit.cc ...
Compiling A01IonPhysics.cc ...
Compiling A01MagneticField.cc ...
Compiling A01MagneticFieldMessenger.cc ...
Compiling A01MuonPhysics.cc ...
Compiling A01PhysicsList.cc ...
Compiling A01PrimaryGeneratorAction.cc ...
Compiling A01PrimaryGeneratorMessenger.cc ...
Compiling A01app.cc ...
Creating shared library /Applications/g4workcvs/tmp/Darwin-g++/A01app/libA01app.dylib ...
Using global libraries ...
Linking A01app
Undefined symbols:
"G4OpenGLStoredQt::G4OpenGLStoredQt()", referenced from:
G4VisExecutive::RegisterGraphicsSystems()       in A01app.o
"G4OpenGLImmediateQt::G4OpenGLImmediateQt()", referenced from:
G4VisExecutive::RegisterGraphicsSystems()       in A01app.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [/Applications/g4workcvs/bin/Darwin-g++/A01app] Error 1


Change History (1)

comment:1 Changed 13 years ago by /C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…

Milestone: Geant4.9.4Geant4.9.5
Note: See TracTickets for help on using tickets.