FDsimG4CameraFoot.hh
Go to the documentation of this file.
1 #ifndef FDsimG4CameraFoot_H
2 #define FDsimG4CameraFoot_H
3 
4 #include "globals.hh"
5 
6 class G4LogicalVolume;
7 class G4Material;
8 
9 namespace TelescopeSimulatorLX {
10 
12 
13  public:
14 
17 
18  G4LogicalVolume *GetCameraFootLogicalVolume() const {return CameraFoot_log ;}
19  G4double GetTilt(){return TopTilt;}
20  G4double GetTopSide(){return TopSide;}
21  G4double GetFootSide(){return FootSide;}
22  G4double GetFootThick(){return FootThick;}
23  G4double GetHeight(){return Height;}
24 
25 
26 
28  void DumpInfo() ;
29 
30  private:
31 
32 
33  G4double Height;
34  G4double TopTilt;
35  G4double FootThick;
36  G4double FootSide;
37  G4double TopSide;
38 
39  const G4Material * CameraFootMaterial ;
40  G4LogicalVolume * CameraFoot_log ;
41 
42  //private:
43 
44  // void CheckParameters() ;
45 
46 
47  };
48 
49 }
50 #endif
G4LogicalVolume * GetCameraFootLogicalVolume() const

, generated on Tue Sep 26 2023.