/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DetectorDescription/Parser/src/DDLSphere.h
31 строка
741 B
Cms Build
Clang-Format
11 май 2019, 12:09
11 май 2019, 12:09
02cea70
Код
Авторство
О чём код?
#ifndef DDL_Sphere_H #define DDL_Sphere_H #include <string> #include "DDLSolid.h" class DDCompactView; class DDLElementRegistry; /// DDLSphere processes all Sphere elements. /** @class DDLSphere * @author Michael Case * * DDLSphere.h - description * ------------------- * begin: Mon Oct 29 2001 * email: case@ucdhep.ucdavis.edu * * This processes DDL Sphere and Cons elements. * */ class DDLSphere final : public DDLSolid { public: DDLSphere(DDLElementRegistry* myreg); void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override; }; #endif