Skip to content
Snippets Groups Projects
Commit bc092b39 authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Add GeoOpticalPhysVol to GeoMaterial2G4, they should be needed later

parent eae0375e
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef GeoOpticalPhysVol_h
#define GeoOpticalPhysVol_h 1
#include "GeoModelKernel/GeoPhysVol.h"
class GeoOpticalPhysVol : public GeoPhysVol
{
public:
GeoOpticalPhysVol(const GeoLogVol* LogVol);
protected:
~GeoOpticalPhysVol();
private:
GeoOpticalPhysVol(const GeoOpticalPhysVol &right);
GeoOpticalPhysVol & operator=(const GeoOpticalPhysVol &right);
};
#endif
*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#include "GeoModelUtilities/GeoOpticalPhysVol.h"
GeoOpticalPhysVol::GeoOpticalPhysVol(const GeoLogVol* LogVol):
GeoPhysVol(LogVol)
{
}
GeoOpticalPhysVol::~GeoOpticalPhysVol()
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment