/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4Core/CustomPhysics/interface/CMSQGSPSIMPBuilder.h
29 строк
639 B
Vladimir
code format
28 янв 2020, 22:29
28 янв 2020, 22:29
de44446
Код
Авторство
О чём код?
#ifndef SimG4Core_CustomPhysics_CMSQGSPSIMPBuilder_H #define SimG4Core_CustomPhysics_CMSQGSPSIMPBuilder_H #include "globals.hh" #include "G4QGSParticipants.hh" #include "G4QGSMFragmentation.hh" #include "G4ExcitedStringDecay.hh" #include "G4QGSModel.hh" class CMSSIMPInelasticProcess; class G4QGSParticipants; class G4QGSMFragmentation; class G4ExcitedStringDecay; class CMSQGSPSIMPBuilder { public: CMSQGSPSIMPBuilder(); ~CMSQGSPSIMPBuilder(); void Build(CMSSIMPInelasticProcess* aP); private: G4QGSModel<G4QGSParticipants>* theStringModel; G4ExcitedStringDecay* theStringDecay; G4QGSMFragmentation* theQGSM; }; #endif