Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+13 -24
View File
@@ -23,37 +23,26 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// G4SteppingControl
//
// Description:
//
//
//---------------------------------------------------------------
//
// G4SteppingControl
//
// Class Description:
// This enumaration specifies possible conditions to control
// the stepping manager behavier.
//
// Contact:
// Questions and comments to this code should be sent to
// Katsuya Amako (e-mail: Katsuya.Amako@kek.jp)
// Takashi Sasaki (e-mail: Takashi.Sasaki@kek.jp)
//
//---------------------------------------------------------------
// Enumeration specifying possible conditions to control
// the stepping manager behaviour.
#ifndef G4SteppingControl_h
#define G4SteppingControl_h 1
// Authors:
// Katsuya Amako (e-mail: Katsuya.Amako@kek.jp)
// Takashi Sasaki (e-mail: Takashi.Sasaki@kek.jp)
// --------------------------------------------------------------------
#ifndef G4SteppingControl_hh
#define G4SteppingControl_hh 1
/////////////////////
enum G4SteppingControl
/////////////////////
enum G4SteppingControl
{
NormalCondition,
AvoidHitInvocation,
// Hit will NOT be called
AvoidHitInvocation,
// Hit will NOT be called
Debug
};
#endif