Import Geant4 11.0.2 source tree

This commit is contained in:
Gabriele Cosmo
2022-05-25 15:50:57 +02:00
parent de4f28d823
commit b3bf75a2a1
341 changed files with 93127 additions and 39343 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ EventAction::EventAction()
#endif
}
void EventAction::BeginOfEventAction(const G4Event* anEvent) {
void EventAction::BeginOfEventAction(const G4Event*) {
}
void EventAction::EndOfEventAction(const G4Event* event) {
+1 -1
View File
@@ -57,7 +57,7 @@ RunAction::RunAction()
: G4UserRunAction() {
}
void RunAction::BeginOfRunAction(const G4Run* aRun) {
void RunAction::BeginOfRunAction(const G4Run*) {
#ifdef WITH_ROOT
if (ConfigurationManager::getInstance()->isdoAnalysis()) {
// Create the generic analysis manager