ATLAS Offline Software
GeoOpticalPhysVol.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GeoOpticalPhysVol_h
6 #define GeoOpticalPhysVol_h 1
7 
10 
11 #include "GeoModelKernel/GeoPhysVol.h"
12 
13 class GeoOpticalPhysVol : public GeoPhysVol
14 {
15  public:
16  GeoOpticalPhysVol(const GeoLogVol* LogVol);
17 
18  protected:
20 
21  private:
24 
25 };
26 
27 #endif
GeoOpticalPhysVol
Ensure that the extensions for the Vector3D are properly loaded.
Definition: GeoOpticalPhysVol.h:14
GeoOpticalPhysVol::GeoOpticalPhysVol
GeoOpticalPhysVol(const GeoOpticalPhysVol &right)
GeoOpticalPhysVol::~GeoOpticalPhysVol
~GeoOpticalPhysVol()
Definition: GeoOpticalPhysVol.cxx:12
GeoOpticalPhysVol::operator=
GeoOpticalPhysVol & operator=(const GeoOpticalPhysVol &right)
GeoPrimitives.h
GeoOpticalPhysVol::GeoOpticalPhysVol
GeoOpticalPhysVol(const GeoLogVol *LogVol)
Definition: GeoOpticalPhysVol.cxx:7