FDsimG4MercedesSD.hh
Go to the documentation of this file.
1 #ifndef FDsimG4MercedesSD_h
2 #define FDsimG4MercedesSD_h 1
3 
4 #include "FDsimG4OpticalHit.hh"
5 #include "G4VSensitiveDetector.hh"
6 #include "globals.hh"
7 
8 class G4Material;
9 class G4HCofThisEvent;
10 class G4Step;
11 
12 namespace TelescopeSimulatorLX {
13 
14  class FDsimG4MercedesSD : public G4VSensitiveDetector {
15  public:
16 
17  FDsimG4MercedesSD(G4String);
19 
20  void Initialize(G4HCofThisEvent *);
21  G4bool ProcessHits(G4Step *,G4TouchableHistory *);
22  void EndOfEvent(G4HCofThisEvent*);
23 
24  void clear();
25  void DrawAll();
26  void PrintAll();
27 
28  private:
30  };
31 }
32 
33 #endif
G4bool ProcessHits(G4Step *, G4TouchableHistory *)
G4THitsCollection< FDsimG4OpticalHit > FDsimG4OpticalHitsCollection
FDsimG4OpticalHitsCollection * MercedesHitsCollection

, generated on Tue Sep 26 2023.