Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GeoNodePtr.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef _GeoNodePtr_H_
5 #define _GeoNodePtr_H_
6 
7 #include <iostream>
8 
9 #include "GeoModelKernel/GeoIntrusivePtr.h"
10 
11 template <class T>
12 using GeoNodePtr = GeoIntrusivePtr<T>;
13 #endif
GeoNodePtr
GeoIntrusivePtr< T > GeoNodePtr
Definition: GeoNodePtr.h:12