ATLAS Offline Software
Loading...
Searching...
No Matches
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
11class G4OpticalSurface;
12
13typedef 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
std::map< const GeoOpticalSurface *, G4OpticalSurface *, std::less< const GeoOpticalSurface * > > Geo2G4OptSurfaceMap
G4OpticalSurface * Build(const GeoOpticalSurface *)
Ensure that the extensions for the Vector3D are properly loaded.