Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -140,6 +140,7 @@ public: // without description
|
||||
const std::vector<G4VFastSimulationModel*>& GetFastSimulationModelList() const
|
||||
{return ModelList;}
|
||||
|
||||
void FlushModels();
|
||||
|
||||
//----------------------------------------------
|
||||
// Interface methods for the
|
||||
|
||||
@@ -146,7 +146,7 @@ public: // Without description
|
||||
void ActivateFastSimulationModel(const G4String&);
|
||||
void InActivateFastSimulationModel(const G4String&);
|
||||
|
||||
|
||||
void Flush();
|
||||
|
||||
private:
|
||||
// Private construtor insures singleton class
|
||||
|
||||
@@ -130,6 +130,10 @@ public: // With description
|
||||
// described has "requests" the tracking will apply after your
|
||||
// parameterisation has been invoked.
|
||||
|
||||
|
||||
virtual
|
||||
void Flush(){}
|
||||
|
||||
public: // Without description
|
||||
|
||||
// Useful public methods :
|
||||
|
||||
Reference in New Issue
Block a user