/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4Core/CustomPhysics/interface/CMSSIMP.h
20 строк
425 B
Fabio Cossutti
Add new files from lowette:simps_to_customphysics_7_1,
20 янв 2020, 18:38
20 янв 2020, 18:38
70a1949
Код
Авторство
О чём код?
#ifndef SimG4Core_CustomPhysics_CMSSIMP_H #define SimG4Core_CustomPhysics_CMSSIMP_H #include "globals.hh" #include "G4ios.hh" #include "G4ParticleDefinition.hh" class CMSSIMP : public G4ParticleDefinition { private: static CMSSIMP* theInstance; CMSSIMP() {} ~CMSSIMP() override {} public: static CMSSIMP* Definition(double mass); static CMSSIMP* SIMPDefinition(double mass); static CMSSIMP* SIMP(); }; #endif