Import Geant4 2.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:42:07 +02:00
parent 103bda00c8
commit e7d7193284
3106 changed files with 171117 additions and 90550 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// and all its terms.
//
// $Id: ExN04PhysicsList.cc,v 1.7 1999/12/15 14:49:26 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
// GEANT4 tag $Name: geant4-02-00 $
//
//
@@ -55,7 +55,7 @@ ExN04StackingAction::ClassifyNewTrack(const G4Track * aTrack)
classification = fUrgent;
break;
}
if(InsideRoI(aTrack,angRoI))
if((angRoI<0.)||InsideRoI(aTrack,angRoI))
{
classification = fUrgent;
break;