ATLAS Offline Software
Loading...
Searching...
No Matches
GeoOpticalSurface.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
11 double parameter):
12 m_name(name),
13 m_model(model),
14 m_finish(finish),
15 m_type(type),
16 m_parameter(parameter) {}
GeoSurfaceType m_type
GeoOpticalSurfaceFinish m_finish
GeoOpticalSurfaceModel m_model
GeoOpticalSurface(const std::string &name, GeoOpticalSurfaceModel model=glisur, GeoOpticalSurfaceFinish finish=polished, GeoSurfaceType type=dielectric_dielectric, double parameter=1.0)