1 #ifndef __RAT_ConeWaveguideConstruction__
2 #define __RAT_ConeWaveguideConstruction__
4 #include <G4Material.hh>
5 #include <G4OpticalSurface.hh>
13 virtual G4VSolid *NewBodySolid(
const std::string &name, G4VSolid *fPMTBody);
14 virtual double GetHeight();
15 virtual G4ThreeVector GetPlacementOffset();
18 double fZTop, fZBottom;
19 double fRadiusTop, fRadiusBottom;
20 double fInnerRadiusTop, fInnerRadiusBottom;
21 G4Material *fMaterial;
22 G4OpticalSurface *fSurface;
Definition: ConeWaveguideConstruction.hh:10
Definition: CCCrossSecMessenger.hh:29