FDsimG4Camera.hh
Go to the documentation of this file.
1 #ifndef FDsimG4Camera_H
2 #define FDsimG4Camera_H
3 
4 #include "globals.hh"
5 
6 class G4LogicalVolume;
7 class G4VPhysicalVolume;
8 class G4Material;
9 
10 namespace TelescopeSimulatorLX {
11 
12  class FDsimG4Camera {
13 
14  public:
15 
16  FDsimG4Camera();
17  FDsimG4Camera(G4VPhysicalVolume *mother);
19  void DumpInfo();
20 
21  private:
22 
23  G4double fCurvRadius;
24  G4int fNumCols;
25  G4int fNumRows;
27  G4VPhysicalVolume* fMotherPhysicalVolume;
29  G4int fVerbosity;
30  void BuildCamera();
31  void CheckParameters();
32  };
33 }
34 
35 #endif
G4VPhysicalVolume * fMotherPhysicalVolume

, generated on Tue Sep 26 2023.