/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Tracking/src/TrajectorySeedHitCandidate.cc
8 строк
503 B
Cms Build
Clang-Format
11 июн 2019, 11:27
11 июн 2019, 11:27
5c6cd13
Код
Авторство
О чём код?
#include "FastSimulation/Tracking/interface/TrajectorySeedHitCandidate.h" #include "DataFormats/TrackerCommon/interface/TrackerTopology.h" #include "Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h" #include "FastSimulation/TrackerSetup/interface/TrackerInteractionGeometry.h" TrajectorySeedHitCandidate::TrajectorySeedHitCandidate(const FastTrackerRecHit* hit, const TrackerTopology* tTopo) : theHit(hit), seedingLayer(TrackingLayer::createFromDetId(hit->geographicalId(), *tTopo)) {}