Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -38,11 +38,11 @@ class G4LogicalVolume;
|
||||
class G4Material;
|
||||
class G4GenericMessenger;
|
||||
|
||||
/// Simple detector construction with a box volume placed in a world
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
/// Simple detector construction with a box volume placed in a world
|
||||
|
||||
class DetectorConstruction : public G4VUserDetectorConstruction
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -38,11 +38,11 @@ class G4LogicalVolume;
|
||||
class G4Material;
|
||||
class G4GenericMessenger;
|
||||
|
||||
/// Simple detector construction with only a world volume
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
/// Simple detector construction with only a world volume
|
||||
|
||||
class DetectorConstruction0 : public G4VUserDetectorConstruction
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -32,11 +32,11 @@
|
||||
|
||||
#include "G4VUserPhysicsList.hh"
|
||||
|
||||
/// Physics list with geantino and charged geantino only
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
/// Physics list with geantino and charged geantino only
|
||||
|
||||
class GeantinoPhysicsList: public G4VUserPhysicsList
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -37,14 +37,13 @@
|
||||
class G4GeneralParticleSource;
|
||||
class G4Event;
|
||||
|
||||
/// \ingroup primary_generator
|
||||
namespace Common
|
||||
{
|
||||
|
||||
/// \brief The primary generator class with general particle source
|
||||
///
|
||||
/// \author I. Hrivnacova; IPN Orsay
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
class GpsPrimaryGeneratorAction: public G4VUserPrimaryGeneratorAction
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -39,14 +39,13 @@
|
||||
class G4ParticleGun;
|
||||
class G4Event;
|
||||
|
||||
/// \ingroup primary_generator
|
||||
namespace Common
|
||||
{
|
||||
|
||||
/// \brief The primary generator class with particle gun
|
||||
///
|
||||
/// \author I. Hrivnacova; IPN Orsay
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
class GunPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user