/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4CMS/FP420/interface/FP420G4HitCollection.h
16 строк
507 B
David
move away from boost::uint and boost::int
24 сен 2019, 12:09
24 сен 2019, 12:09
f67c449
Код
Авторство
О чём код?
/////////////////////////////////////////////////////////////////////////////// // File: FP420G4HitCollection.h // Date: 02.2006 // Description: FP420 detector Hit collection // Modifications: /////////////////////////////////////////////////////////////////////////////// #ifndef FP420G4HitCollection_h #define FP420G4HitCollection_h #include "G4THitsCollection.hh" #include "SimG4CMS/FP420/interface/FP420G4Hit.h" #include "G4Step.hh" typedef G4THitsCollection<FP420G4Hit> FP420G4HitCollection; #endif