Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -41,20 +41,20 @@ class Par03DetectorConstruction;
class Par03RunAction : public G4UserRunAction
{
public:
/// Constructor. Defines the histograms.
Par03RunAction(Par03DetectorConstruction* aDetector);
virtual ~Par03RunAction();
public:
/// Constructor. Defines the histograms.
Par03RunAction(Par03DetectorConstruction* aDetector);
virtual ~Par03RunAction();
/// Open the file for the analysis
virtual void BeginOfRunAction(const G4Run*) final;
/// Write and close the file
virtual void EndOfRunAction(const G4Run*) final;
/// Open the file for the analysis
virtual void BeginOfRunAction(const G4Run*) final;
/// Write and close the file
virtual void EndOfRunAction(const G4Run*) final;
private:
/// Pointer to detector construction to retrieve the detector dimensions to
/// setup the histograms
Par03DetectorConstruction* fDetector;
private:
/// Pointer to detector construction to retrieve the detector dimensions to
/// setup the histograms
Par03DetectorConstruction* fDetector;
};
#endif /* PAR03RUNACTION_HH */