From e3d007e7ed5aefcc719bb65c4e83ba6138cd356d Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 5 Apr 2012 11:10:20 -0400 Subject: Minor patches to include directories for GEANT4.9.5. --- src/G4chroma.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/G4chroma.hh') 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 +#include class ChromaPhysicsList: public G4VModularPhysicsList { public: @@ -10,9 +10,9 @@ public: virtual void SetCuts(); }; -#include +#include #include -#include +#include class PhotonTrackingAction : public G4UserTrackingAction { -- cgit