/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/PixelSeeding/src/IntermediateHitTriplets.cc
7 строк
446 B
mmusich
move RecoPixelVertexing subsystem to RecoTracker
15 мар 2023, 10:40
15 мар 2023, 10:40
ac584e8
Код
Авторство
О чём код?
#include "RecoTracker/PixelSeeding/interface/IntermediateHitTriplets.h" #include "FWCore/Utilities/interface/Exception.h" IntermediateHitTriplets::IntermediateHitTriplets(const IntermediateHitTriplets& rh) { throw cms::Exception("Not Implemented") << "The copy constructor of IntermediateHitTriplets should never be called. " "The function exists only to make ROOT dictionary generation happy."; }