/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/GeometrySurface/interface/BoundPlane.h
16 строк
463 B
Cms Build
Clang-Format
11 июн 2019, 11:30
11 июн 2019, 11:30
044a211
Код
Авторство
О чём код?
#ifndef Geom_BoundPlane_H #define Geom_BoundPlane_H /** \class BoundPlane * * A plane in 3D space, 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/Plane.h" #endif // Geom_BoundPlane_H