/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/PPSObjects/src/classes.h
24 строки
1 KB
Fabrizio
pps pixel topology for RECO
28 янв 2021, 14:38
28 янв 2021, 14:38
53e33c5
Код
Авторство
О чём код?
#include "CondFormats/PPSObjects/src/headers.h" namespace CondFormats_CTPPSPixelObjects { struct dictionary { std::map<CTPPSPixelFramePosition, CTPPSPixelROCInfo> ROCMapping; std::map<uint32_t, CTPPSPixelROCAnalysisMask> analysisMask; std::vector<CTPPSPixelGainCalibration::DetRegistry>::iterator p3; std::vector<CTPPSPixelGainCalibration::DetRegistry>::const_iterator p4; std::map<uint32_t, CTPPSPixelGainCalibration> mycalibmap; std::map<unsigned int, CTPPSRPAlignmentCorrectionData> mapType; //--- timing calibration parameters std::map<PPSTimingCalibration::Key, std::vector<double> > tc_tm; std::map<PPSTimingCalibration::Key, std::pair<double, double> > tc_pm; std::pair<PPSTimingCalibration::Key, std::vector<double> > tc_v_tm; std::pair<PPSTimingCalibration::Key, std::pair<double, double> > tc_v_pm; LHCOpticalFunctionsSet lhc_ofs; LHCOpticalFunctionsSetCollection lhc_ofsc; LHCInterpolatedOpticalFunctionsSet lhc_iofs; LHCInterpolatedOpticalFunctionsSetCollection lhc_iofsc; PPSPixelTopology pps_pt; }; } // namespace CondFormats_CTPPSPixelObjects