ATLAS Offline Software
GeoRef.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
4  */
15 #ifndef GEOMODELUTILITIES_GEOREF_H
16 #define GEOMODELUTILITIES_GEOREF_H
17 
18 #include "GeoModelKernel/GeoIntrusivePtr.h"
19 
20 template <class T> using GeoRef = GeoIntrusivePtr<T>;
21 
22 #endif // not GEOMODELUTILITIES_GEOREF_H
GeoRef
GeoIntrusivePtr< T > GeoRef
Definition: GeoRef.h:20