Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user