/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4CMS/Muon/interface/MuonGEMFrameRotation.h
27 строк
683 B
Sunanda
Use MuonGeometryConstants rather than MuonDDDConstants
06 май 2020, 15:34
06 май 2020, 15:34
5f1f028
Код
Авторство
О чём код?
#ifndef SimG4CMS_Muon_MuonGEMFrameRotation_H #define SimG4CMS_Muon_MuonGEMFrameRotation_H /** \class MuonGEMFrameRotation * * implementation of FrameRotation for the muon gem * * \author Arno Straessner, CERN <arno.straessner@cern.ch> * * Modification: * */ #include "SimG4CMS/Muon/interface/MuonFrameRotation.h" #include "SimG4CMS/Muon/interface/MuonG4Numbering.h" class MuonGeometryConstants; class G4Step; class MuonGEMFrameRotation : public MuonFrameRotation { public: MuonGEMFrameRotation(const MuonGeometryConstants& muonConstants); ~MuonGEMFrameRotation() override; Local3DPoint transformPoint(const Local3DPoint&, const G4Step*) const override; }; #endif