/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/Alignment/interface/DetectorGlobalPosition.h
18 строк
462 B
Christopher Jones
Replace forward references with includes of Fwd.h files
18 фев 2026, 17:29
18 фев 2026, 17:29
bb39da7
Код
Авторство
О чём код?
#ifndef __CondFormats_Alignment_DetectorGlobalPosition_h #define __CondFormats_Alignment_DetectorGlobalPosition_h /// /// A function to extract GlobalPositionRcd from a given record and /// return the entry corresponding to this detector id /// #include "DataFormats/DetId/interface/DetIdFwd.h" class Alignments; class AlignTransform; namespace align { const AlignTransform &DetectorGlobalPosition(const Alignments &allGlobals, const DetId &id); } #endif