/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/GeometrySurface/interface/BoundCylinder.h
19 строк
502 B
Cms Build
Clang-Format
11 июн 2019, 11:30
11 июн 2019, 11:30
044a211
Код
Авторство
О чём код?
#ifndef Geom_BoundCylinder_H #define Geom_BoundCylinder_H /** \class BoundCylinder * * A Cylinder with Bounds. * * \warning Surfaces are reference counted, so only ReferenceCountingPointer * should be used to point to them. For this reason, they should be * using the static build() method. * (The normal constructor will become private in the future). * */ #include "DataFormats/GeometrySurface/interface/Cylinder.h" using BoundCylinder = Cylinder; #endif // Geom_BoundCylinder_H