/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimG4CMS/Tracker/interface/TrackerFrameRotation.h
18 строк
517 B
Cms Build
Clang-Format
16 май 2019, 00:00
16 май 2019, 00:00
eed914b
Код
Авторство
О чём код?
#ifndef SimG4CMS_TrackerFrameRotation_H #define SimG4CMS_TrackerFrameRotation_H #include "SimG4Core/SensitiveDetector/interface/FrameRotation.h" /** * To be used for test beam etc. Note: if the sensitive detecor is created without an organization, force this one */ class G4VPhysicalVolume; class TrackerFrameRotation : public FrameRotation { public: ~TrackerFrameRotation() override = default; Local3DPoint transformPoint(const Local3DPoint &, const G4VPhysicalVolume *v = nullptr) const final; }; #endif