/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4CMS/Muon/interface/MuonEndcapFrameRotation.h
26 строк
572 B
Shahzad Malik Muzaffar
[SIMULATION] Changes suggested by new llvm18 clang-format
05 сен 2024, 17:10
05 сен 2024, 17:10
321a48b
Код
Авторство
О чём код?
#ifndef SimG4CMS_Muon_MuonEndcapFrameRotation_H #define SimG4CMS_Muon_MuonEndcapFrameRotation_H /** \class MuonEndcapFrameRotation * * implementation of FrameRotation for the muon endcap * * \author Arno Straessner, CERN <arno.straessner@cern.ch> * * Modification: * */ #include "SimG4CMS/Muon/interface/MuonFrameRotation.h" #include "G4Step.hh" class MuonEndcapFrameRotation : public MuonFrameRotation { public: ~MuonEndcapFrameRotation() override {} Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override; private: }; #endif