Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -38,19 +38,20 @@ class G4TouchableHistory;
class HadrontherapyDetectorSD : public G4VSensitiveDetector
{
public:
HadrontherapyDetectorSD(G4String name);
~HadrontherapyDetectorSD();
std::ofstream ofs;
void Initialize(G4HCofThisEvent*);
G4bool ProcessHits(G4Step*aStep,G4TouchableHistory*ROhist);
void EndOfEvent(G4HCofThisEvent*HCE);
HadrontherapyDetectorSD(G4String name);
~HadrontherapyDetectorSD();
std::ofstream ofs;
void Initialize(G4HCofThisEvent*);
G4bool ProcessHits(G4Step*aStep,G4TouchableHistory*ROhist);
void EndOfEvent(G4HCofThisEvent*HCE);
private:
HadrontherapyDetectorHitsCollection *HitsCollection;
G4String sensitiveDetectorName;
HadrontherapyDetectorHitsCollection *HitsCollection;
G4String sensitiveDetectorName;
};
#endif