Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -40,14 +40,14 @@ class G4Event;
/// User primary particle generator class
///
/// - void GeneratePrimaries(G4Event*)
/// an incident particle is mu- with 10 GeV energy at the position
/// an incident particle is mu- with 10 GeV energy at the position
/// (-75 cm,y,0) toward the (1,0,0) direction. The y position is uniformly
/// varied from 95.5 cm to 96.5 cm.
//
class RE04PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
{
public:
RE04PrimaryGeneratorAction();
RE04PrimaryGeneratorAction();
virtual ~RE04PrimaryGeneratorAction();
public:
@@ -55,9 +55,6 @@ class RE04PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
private:
G4ParticleGun* fParticleGun;
};
#endif