Skip to content

Commit

Permalink
Update gemc.cc
Browse files Browse the repository at this point in the history
release 5.10
  • Loading branch information
maureeungaro committed May 2, 2024
1 parent 2b42ab7 commit 645deed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/gemc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/// \author \n © Maurizio Ungaro
/// \author e-mail: [email protected]\n\n\n

const char *GEMC_VERSION = "gemc 5.9" ;
const char *GEMC_VERSION = "gemc 5.10" ;

// G4 headers
#include "G4RunManager.hh"
Expand Down Expand Up @@ -414,5 +414,5 @@ int main( int argc, char **argv )

// introducing OPTICALPHOTONPID here to be semi-transparent to G4 changes
// this pid changed from 0 to -22 with geant4 10.7
// int MHit::OPTICALPHOTONPID = -22;
int MHit::OPTICALPHOTONPID = 0;
int MHit::OPTICALPHOTONPID = -22;
// int MHit::OPTICALPHOTONPID = 0;

0 comments on commit 645deed

Please sign in to comment.