diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
| commit | e3079fb2367c26f767be41e6c313d960c517bbcd (patch) | |
| tree | 509f081184a4179894ab8370ea06425d46729e9a /include/G4BeamTestSiSD.h | |
| parent | ba4dd395d1f163983f7102ff9a6c513cfe17912e (diff) | |
| download | G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.tar.gz G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.zip | |
Thu 22 Aug 01:37:19 BST 2019
Diffstat (limited to 'include/G4BeamTestSiSD.h')
| -rw-r--r-- | include/G4BeamTestSiSD.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/G4BeamTestSiSD.h b/include/G4BeamTestSiSD.h index 20992c0..029175d 100644 --- a/include/G4BeamTestSiSD.h +++ b/include/G4BeamTestSiSD.h @@ -15,16 +15,15 @@ class G4HCofThisEvent; /// B2Tracker sensitive detector class /// /// The hits are accounted in hits in ProcessHits() function which is called -/// by Geant4 kernel at each step. A hit is created with each step with non zero +/// by Geant4 kernel at each step. A hit is created with each step with non zero /// energy deposit. class G4BeamTestSiSD : public G4VSensitiveDetector { public: - G4BeamTestSiSD(const G4String& name, - const G4String& hitsCollectionName); + G4BeamTestSiSD(const G4String& name, const G4String& hitsCollectionName); virtual ~G4BeamTestSiSD(); - + // methods from base class virtual void Initialize(G4HCofThisEvent* hitCollection); virtual G4bool ProcessHits(G4Step* step, G4TouchableHistory* history); |
