/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/PixelLowPtUtilities/interface/ClusterData.h
14 строк
349 B
mmusich
fix RecoTracker/Pixel* subsystems inclusions guards to comply withc cmssw rule 4.1
11 апр 2023, 10:15
11 апр 2023, 10:15
e88c626
Код
Авторство
О чём код?
#ifndef RecoTracker_PixelLowPtUtilities_ClusterData_h #define RecoTracker_PixelLowPtUtilities_ClusterData_h #include "FWCore/Utilities/interface/VecArray.h" #include <utility> class ClusterData { public: using ArrayType = edm::VecArray<std::pair<int, int>, 9>; ArrayType size; bool isStraight, isComplete, hasBigPixelsOnlyInside; }; #endif