/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4CMS/Muon/src/MuonME0FrameRotation.cc
12 строк
476 B
Sunanda
Use MuonGeometryConstants rather than MuonDDDConstants
06 май 2020, 15:34
06 май 2020, 15:34
5f1f028
Код
Авторство
О чём код?
#include "SimG4CMS/Muon/interface/MuonME0FrameRotation.h" #include "Geometry/MuonNumbering/interface/MuonGeometryConstants.h" #include "G4Step.hh" MuonME0FrameRotation::MuonME0FrameRotation(const MuonGeometryConstants&) : MuonFrameRotation::MuonFrameRotation() {} MuonME0FrameRotation::~MuonME0FrameRotation() {} Local3DPoint MuonME0FrameRotation::transformPoint(const Local3DPoint& point, const G4Step*) const { return Local3DPoint(point.x(), point.z(), -point.y()); }