Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
|
||||
Package History file
|
||||
|
||||
19 Novemebr 2021 - tag CaTS-V10-07-01 - I. Hrivnacova
|
||||
26 March 2022 - tag CaTS-V10-07-02 - G. Cosmo
|
||||
- Fixed compilation warnings for unused arguments.
|
||||
|
||||
19 November 2021 - tag CaTS-V10-07-01 - I. Hrivnacova
|
||||
- Fixed PrimaryGeneratorAction destructor
|
||||
|
||||
22 October 2021 - tag CaTS-V10-07-00 - H. Wenzel
|
||||
|
||||
@@ -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