FDsimG4CameraSupport.hh
Go to the documentation of this file.
1 #ifndef FDsimG4CameraSupport_H
2 #define FDsimG4CameraSupport_H
3 
4 #include "globals.hh"
5 
6 class G4LogicalVolume;
7 class G4Material;
8 
9 namespace TelescopeSimulatorLX {
10 
12 
13  public:
14 
15  FDsimG4CameraSupport(G4double) ;
17 
18  G4LogicalVolume *GetCameraSupportLogicalVolume() const {return CameraSupport_log ;}
19 
20  G4double GetInRadius(){return InRadius;}
21  G4double GetThickness(){return Thickness;}
22  G4double GetHside(){return Hside;}
23  G4double GetVside(){return Vside;}
24 
25  G4double GetThetaMin(){return fThetaMin ; }
26  G4double GetThetaMax(){return fThetaMax ; }
27 
28  G4double GetPhiMin(){return fPhiMin ; }
29  G4double GetPhiMax(){return fPhiMax ; }
30 
31 
33  void DumpInfo() ;
34 
35  private:
36 
37  G4double InRadius;
38  G4double Thickness;
39  G4double Hside;
40  G4double Vside;
41 
42  G4double fThetaMin ;
43  G4double fThetaMax ;
44  G4double fPhiMin ;
45  G4double fPhiMax ;
46 
47 
48  const G4Material * CameraSupportMaterial ;
49  G4LogicalVolume * CameraSupport_log ;
50 
51  //private:
52 
53  // void CheckParameters() ;
54 
55 
56  };
57 
58 }
59 
60 #endif
G4LogicalVolume * GetCameraSupportLogicalVolume() const

, generated on Tue Sep 26 2023.