ATLAS Offline Software
Loading...
Searching...
No Matches
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 */
13
14
15#ifndef GEOMODELUTILITIES_GEOREF_H
16#define GEOMODELUTILITIES_GEOREF_H
17
18#include "GeoModelKernel/GeoIntrusivePtr.h"
19
20template <class T> using GeoRef = GeoIntrusivePtr<T>;
21
22#endif // not GEOMODELUTILITIES_GEOREF_H
GeoIntrusivePtr< T > GeoRef
Definition GeoRef.h:20