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
+6 -3
View File
@@ -31,8 +31,11 @@
#define B5HodoscopeSD_h 1
#include "G4VSensitiveDetector.hh"
#include "HodoscopeHit.hh"
#include "globals.hh"
class G4Step;
class G4HCofThisEvent;
class G4TouchableHistory;
@@ -48,15 +51,15 @@ class HodoscopeSD : public G4VSensitiveDetector
HodoscopeSD(G4String name);
~HodoscopeSD() 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:
HodoscopeHitsCollection* fHitsCollection = nullptr;
G4int fHCID = -1;
};
}
} // namespace B5
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......