Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -23,19 +23,18 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// G4ClassificationOfNewTrack
//
// Class description:
//
//
// An enumeration for the possible classifications of tracks newly pushed
// to the stack. G4UserStackingAction can set the classification.
// Author: M.Asai, SLAC
// --------------------------------------------------------------------
#ifndef G4ClassificationOfNewTrack_hh
#define G4ClassificationOfNewTrack_hh 1
// class description:
//
// This header file contain an enumeration for the possible classifications
// for trackes newly pushed to the stack. G4UserStackingAction can set the
// classification.
enum G4ClassificationOfNewTrack
{
fUrgent=0, // put into the urgent stack
@@ -51,4 +50,3 @@ enum G4ClassificationOfNewTrack
};
#endif