![]()  | 
  
    ATLAS Offline Software
    
   | 
 
#include "AFP_GeoModelFactory.h"#include "GeoModelKernel/GeoMaterial.h"#include "GeoModelKernel/GeoBox.h"#include "GeoModelKernel/GeoTube.h"#include "GeoModelKernel/GeoTubs.h"#include "GeoModelKernel/GeoTrd.h"#include "GeoModelKernel/GeoPgon.h"#include "GeoModelKernel/GeoShapeSubtraction.h"#include "GeoModelKernel/GeoShapeIntersection.h"#include "GeoModelKernel/GeoShapeUnion.h"#include "GeoModelKernel/GeoShapeShift.h"#include "GeoModelKernel/GeoLogVol.h"#include "GeoModelKernel/GeoNameTag.h"#include "GeoModelKernel/GeoPhysVol.h"#include "GeoModelKernel/GeoFullPhysVol.h"#include "GeoModelKernel/GeoTransform.h"#include "GeoModelKernel/GeoAlignableTransform.h"#include "CLHEP/GenericFunctions/AbsFunction.hh"#include "CLHEP/GenericFunctions/Variable.hh"#include "CLHEP/GenericFunctions/Sin.hh"#include "CLHEP/GenericFunctions/Cos.hh"#include "GeoPrimitives/CLHEPtoEigenConverter.h"#include <iostream>#include <fstream>#include <string>#include <algorithm>#include <cmath>#include <list>#include <map>#include <cstdlib>Go to the source code of this file.
Macros | |
| #define | RPOT_MAINTUBUS_WNDCUTUP 1 | 
| #define | RPOT_MAINTUBUS_LENGTH (70.0*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_INNERRADIUS (71.0*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_THICKNESS (2.0*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_BPTHICKNESS (0.3*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_WNDWIDTH (20.0*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_WNDHEIGHT (20.0*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_WNDTHICKNESS (0.3*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_FLOORPARTLENGTH (20.0*CLHEP::mm) | 
| #define | RPOT_MAINTUBUS_FLOORPARTTHICKNESS (2.0*CLHEP::mm) | 
| #define | RPOT_FLOOR_THICKNESS (2.0*CLHEP::mm) | 
| #define | RPOT_FLOOR_WNDWIDTH (20.0*CLHEP::mm) | 
| #define | RPOT_FLOOR_WNDTHICKNESS (0.3*CLHEP::mm) | 
| #define | RPOT_FLOOR_WNDFACET (45*CLHEP::deg) | 
| #define | RPOT_FLANGE_THICKNESS (20.0*CLHEP::mm) | 
| #define | RPOT_FLANGE_OUTERRADIUS (125.0*CLHEP::mm) | 
| #define RPOT_FLANGE_OUTERRADIUS (125.0*CLHEP::mm) | 
Definition at line 59 of file AFP_GeoModelRP.cxx.
| #define RPOT_FLANGE_THICKNESS (20.0*CLHEP::mm) | 
Definition at line 58 of file AFP_GeoModelRP.cxx.
| #define RPOT_FLOOR_THICKNESS (2.0*CLHEP::mm) | 
Definition at line 53 of file AFP_GeoModelRP.cxx.
| #define RPOT_FLOOR_WNDFACET (45*CLHEP::deg) | 
Definition at line 56 of file AFP_GeoModelRP.cxx.
| #define RPOT_FLOOR_WNDTHICKNESS (0.3*CLHEP::mm) | 
Definition at line 55 of file AFP_GeoModelRP.cxx.
| #define RPOT_FLOOR_WNDWIDTH (20.0*CLHEP::mm) | 
Definition at line 54 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_BPTHICKNESS (0.3*CLHEP::mm) | 
Definition at line 46 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_FLOORPARTLENGTH (20.0*CLHEP::mm) | 
Definition at line 50 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_FLOORPARTTHICKNESS (2.0*CLHEP::mm) | 
Definition at line 51 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_INNERRADIUS (71.0*CLHEP::mm) | 
Definition at line 44 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_LENGTH (70.0*CLHEP::mm) | 
Definition at line 43 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_THICKNESS (2.0*CLHEP::mm) | 
Definition at line 45 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_WNDCUTUP 1 | 
Definition at line 42 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_WNDHEIGHT (20.0*CLHEP::mm) | 
Definition at line 48 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_WNDTHICKNESS (0.3*CLHEP::mm) | 
Definition at line 49 of file AFP_GeoModelRP.cxx.
| #define RPOT_MAINTUBUS_WNDWIDTH (20.0*CLHEP::mm) | 
Definition at line 47 of file AFP_GeoModelRP.cxx.
 1.8.18