[12gevmoller_sim] [JeffersonLab/remoll] d85b96: Modifications to get master to compile with geant4...
GitHub
noreply at github.com
Wed Mar 11 00:46:28 EDT 2015
Branch: refs/heads/master
Home: https://github.com/JeffersonLab/remoll
Commit: d85b96b116f59f87ba772d2bb746afb4c89883a4
https://github.com/JeffersonLab/remoll/commit/d85b96b116f59f87ba772d2bb746afb4c89883a4
Author: Wouter Deconinck <wdconinc at gmail.com>
Date: 2015-03-11 (Wed, 11 Mar 2015)
Changed paths:
M .gitignore
M include/wiser_pion.h
M remoll.cc
M src/remollBeamTarget.cc
M src/remollEvent.cc
M src/remollGenBeam.cc
M src/remollGenFlat.cc
M src/remollGenMoller.cc
M src/remollGenPion.cc
M src/remollGenpElastic.cc
M src/remollMagneticField.cc
M src/remollMultScatt.cc
M src/remollOpticalPhysics.cc
M src/remollVertex.cc
Log Message:
-----------
Modifications to get master to compile with geant4.10, Does not affect compiles with geant4.9.
- mainly additions of G4PhysicalConstants.hh and G4SystemOfUnits.hh all over the code
- in remollOpticalPhysics, the variable formerly know as theParticleIterator has been
demoted to merely aParticleIterator in 4.10 (requires G4VERSION_NUMBER ifdef directive)
- the physics LHEP is not avaible anymore in 4.10 and the recommended physics list to
use is now FTFP_BERT. Again, G4VERSION_NUMBER will make sure that LHEP continues to
be used if you are compiling with geant < 4.10 so you should not expect to see any
changes.
(.gitignore now include build directories)
More information about the 12gevmoller_sim
mailing list