source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/G4Detector/optics/include/G4TusGeometry.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 560 bytes
Line 
1#ifndef G4TusGeometry_h
2#define G4TusGeometry_h 1
3
4#include "globals.hh"
5#include "G4VUserDetectorConstruction.hh"
6#include "EsafMsgSource.hh"
7
8class G4UnionSolid;
9class G4TusGeometry : public G4VUserDetectorConstruction, public EsafMsgSource
10{
11    public:
12        G4TusGeometry();
13        virtual ~G4TusGeometry();
14    public:
15        G4VPhysicalVolume* Construct();
16        G4UnionSolid* OneSegment(double,double,double,double);
17
18    private:
19        G4double expHall_x;
20        G4double expHall_y;
21        G4double expHall_z;
22};
23
24#endif /*G4TusGeometry_h*/
Note: See TracBrowser for help on using the repository browser.