diff options
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 { |