ATLAS Offline Software
Loading...
Searching...
No Matches
GeoBorderSurface.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef GeoBorderSurface_h
6#define GeoBorderSurface_h 1
7
8#include <string>
9#include "GeoModelKernel/GeoIntrusivePtr.h"
12
13
16
18{
19 public:
20 GeoBorderSurface(const std::string& name,
23 GeoOpticalSurface* opticalSurface);
24 GeoBorderSurface(const GeoBorderSurface &right) = default;
25 ~GeoBorderSurface() = default;
26
28
29 const std::string& getName() const {return m_name;}
30 const GeoOpticalPhysVol* getPV1() const {return m_pv1;}
31 const GeoOpticalPhysVol* getPV2() const {return m_pv2;}
33
34 private:
35 std::string m_name;
36 GeoIntrusivePtr<GeoOpticalPhysVol> m_pv1{};
37 GeoIntrusivePtr<GeoOpticalPhysVol> m_pv2{};
38 GeoIntrusivePtr<GeoOpticalSurface> m_opticalSurface{};
39
40};
41
42#endif
GeoIntrusivePtr< GeoOpticalSurface > m_opticalSurface
GeoIntrusivePtr< GeoOpticalPhysVol > m_pv2
~GeoBorderSurface()=default
GeoBorderSurface(const GeoBorderSurface &right)=default
const GeoOpticalPhysVol * getPV1() const
GeoIntrusivePtr< GeoOpticalPhysVol > m_pv1
const GeoOpticalPhysVol * getPV2() const
GeoBorderSurface & operator=(const GeoBorderSurface &right)=delete
const GeoOpticalSurface * getOptSurface() const
const std::string & getName() const
GeoBorderSurface(const std::string &name, GeoOpticalPhysVol *pv1, GeoOpticalPhysVol *pv2, GeoOpticalSurface *opticalSurface)
Ensure that the extensions for the Vector3D are properly loaded.
Ensure that the extensions for the Vector3D are properly loaded.