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
+5 -3
View File
@@ -34,6 +34,8 @@
#include "EmCalorimeterHit.hh"
#include "globals.hh"
class G4Step;
class G4HCofThisEvent;
class G4TouchableHistory;
@@ -49,15 +51,15 @@ class EmCalorimeterSD : public G4VSensitiveDetector
EmCalorimeterSD(G4String name);
~EmCalorimeterSD() override = default;
void Initialize(G4HCofThisEvent*HCE) override;
G4bool ProcessHits(G4Step*aStep,G4TouchableHistory*ROhist) override;
void Initialize(G4HCofThisEvent* HCE) override;
G4bool ProcessHits(G4Step* step, G4TouchableHistory* ROhist) override;
private:
EmCalorimeterHitsCollection* fHitsCollection = nullptr;
G4int fHCID = -1;
};
}
} // namespace B5
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......