Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -88,7 +88,7 @@ EventAction::EventAction()
|
||||
#endif
|
||||
}
|
||||
|
||||
void EventAction::BeginOfEventAction(const G4Event* anEvent) {
|
||||
void EventAction::BeginOfEventAction(const G4Event*) {
|
||||
}
|
||||
|
||||
void EventAction::EndOfEventAction(const G4Event* event) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user