Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user