ATLAS Offline Software
Geo2G4OpticalSurfaceFactory.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GEO2G4_Geo2G4OpticalSurfaceFactory_h
6 #define GEO2G4_Geo2G4OpticalSurfaceFactory_h
7 
8 #include <map>
9 
10 class GeoOpticalSurface;
11 class G4OpticalSurface;
12 
13 typedef std::map<const GeoOpticalSurface* , G4OpticalSurface*, std::less<const GeoOpticalSurface*> > Geo2G4OptSurfaceMap;
14 
16 {
17  public:
19 
20  G4OpticalSurface* Build(const GeoOpticalSurface*);
21  private:
23 };
24 
25 #endif
Geo2G4OpticalSurfaceFactory::Geo2G4OpticalSurfaceFactory
Geo2G4OpticalSurfaceFactory()
Definition: Geo2G4OpticalSurfaceFactory.cxx:12
GeoOpticalSurface
Ensure that the extensions for the Vector3D are properly loaded.
Definition: GeoOpticalSurface.h:19
Geo2G4OpticalSurfaceFactory
Definition: Geo2G4OpticalSurfaceFactory.h:16
Geo2G4OptSurfaceMap
std::map< const GeoOpticalSurface *, G4OpticalSurface *, std::less< const GeoOpticalSurface * > > Geo2G4OptSurfaceMap
Definition: Geo2G4OpticalSurfaceFactory.h:11
Geo2G4OpticalSurfaceFactory::m_definedOptSurfaces
Geo2G4OptSurfaceMap m_definedOptSurfaces
Definition: Geo2G4OpticalSurfaceFactory.h:22
Geo2G4OpticalSurfaceFactory::Build
G4OpticalSurface * Build(const GeoOpticalSurface *)
Definition: Geo2G4OpticalSurfaceFactory.cxx:16