/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimGeneral/GFlash/src/GflashHit.cc
11 строк
284 B
Cms Build
Clang-Format
04 май 2019, 01:08
04 май 2019, 01:08
36bffb5
Код
Авторство
О чём код?
#include "SimGeneral/GFlash/interface/GflashHit.h" GflashHit::GflashHit() : theTime(0), theEnergy(0), thePosition(0) {} GflashHit::GflashHit(double time, double energy, Gflash3Vector &pos) { theTime = time; theEnergy = energy; thePosition = pos; } GflashHit::~GflashHit() {}