Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -15,6 +15,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
October 17th, 2022 M. Asai (detutil-V10-07-07)
|
||||
- G4VScoringMesh.hh : Fixing virtual keyword.
|
||||
|
||||
October 7th, 2021 I. Hrivnacova (detutil-V10-07-06)
|
||||
- Updated G4TScoreNtupleWriter for changes in the analysis category:
|
||||
added fDefaultFileType (with default value "root") and its setter
|
||||
|
||||
@@ -72,12 +72,11 @@ class G4VScoringMesh
|
||||
virtual ~G4VScoringMesh();
|
||||
|
||||
public: // with description
|
||||
// a pure virtual function to construct this mesh geometry
|
||||
void Construct(G4VPhysicalVolume* fWorldPhys);
|
||||
|
||||
void WorkerConstruct(G4VPhysicalVolume* fWorldPhys);
|
||||
virtual void Construct(G4VPhysicalVolume* fWorldPhys);
|
||||
virtual void WorkerConstruct(G4VPhysicalVolume* fWorldPhys);
|
||||
|
||||
protected:
|
||||
// a pure virtual function to construct this mesh geometry
|
||||
virtual void SetupGeometry(G4VPhysicalVolume* fWorldPhys) = 0;
|
||||
|
||||
public: // with description
|
||||
|
||||
Reference in New Issue
Block a user