diff options
| author | Stan Seibert <stan@mtrr.org> | 2012-04-05 11:10:20 -0400 |
|---|---|---|
| committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:38 -0700 |
| commit | e3d007e7ed5aefcc719bb65c4e83ba6138cd356d (patch) | |
| tree | fea3f2c6870f0baba6ac745d0f15f523e24769d1 /src/G4chroma.hh | |
| parent | 5e112ce82998864437606b58bf75edefb6cc1387 (diff) | |
| download | chroma-e3d007e7ed5aefcc719bb65c4e83ba6138cd356d.tar.gz chroma-e3d007e7ed5aefcc719bb65c4e83ba6138cd356d.tar.bz2 chroma-e3d007e7ed5aefcc719bb65c4e83ba6138cd356d.zip | |
Minor patches to include directories for GEANT4.9.5.
Diffstat (limited to 'src/G4chroma.hh')
| -rw-r--r-- | src/G4chroma.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/G4chroma.hh b/src/G4chroma.hh index 4f085aa..cb6c062 100644 --- a/src/G4chroma.hh +++ b/src/G4chroma.hh @@ -1,7 +1,7 @@ #ifndef __G4chroma_hh__ #define __G4chroma_hh__ -#include <geant4/G4VModularPhysicsList.hh> +#include <G4VModularPhysicsList.hh> class ChromaPhysicsList: public G4VModularPhysicsList { public: @@ -10,9 +10,9 @@ public: virtual void SetCuts(); }; -#include <geant4/G4UserTrackingAction.hh> +#include <G4UserTrackingAction.hh> #include <vector> -#include <geant4/G4ThreeVector.hh> +#include <G4ThreeVector.hh> class PhotonTrackingAction : public G4UserTrackingAction { |
