Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -46,7 +46,7 @@ class G4PhysListFactory
{
public:
G4PhysListFactory();
G4PhysListFactory(G4int ver = 1);
~G4PhysListFactory();
@@ -56,7 +56,7 @@ public:
G4VModularPhysicsList* ReferencePhysList();
// instantiate PhysList by environment variable "PHYSLIST"
G4bool IsReferencePhysList(const G4String&);
G4bool IsReferencePhysList(const G4String&) const;
// check if the name is in the list of PhysLists names
const std::vector<G4String>& AvailablePhysLists() const;
@@ -46,7 +46,7 @@ class G4PhysListFactory
{
public:
G4PhysListFactory();
G4PhysListFactory(G4int verbose = 1);
~G4PhysListFactory();
@@ -60,7 +60,7 @@ public:
// set a prefered list in case where $PHYSLIST isn't defined
// if not set (or called with "") this falls back to system default
G4bool IsReferencePhysList(const G4String&);
G4bool IsReferencePhysList(const G4String&) const;
// check if the name is in the list of PhysLists names
const std::vector<G4String>& AvailablePhysLists() const;
@@ -51,9 +51,9 @@ class G4PhysListFactoryMessenger: public G4UImessenger
{
public:
G4PhysListFactoryMessenger(G4VModularPhysicsList* pl);
virtual ~G4PhysListFactoryMessenger();
~G4PhysListFactoryMessenger() override;
void SetNewValue(G4UIcommand* aComm, G4String aS);
void SetNewValue(G4UIcommand* aComm, G4String aS) override;
private:
G4VModularPhysicsList* thePhysList;