/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/OptAlignObjects/interface/MBAChBenchSurveyPlate.h
46 строк
871 B
Cms Build
Clang-Format
29 май 2019, 08:24
29 май 2019, 08:24
5c96c3b
Код
Авторство
О чём код?
#ifndef MBAChBenchSurveyPlate_H #define MBAChBenchSurveyPlate_H #include "CondFormats/Serialization/interface/Serializable.h" /* #include "CondFormats/OptAlignObjects/interface/OpticalAlignInfo.h" */ #include <vector> #include <iostream> #include <string> /** easy output... **/ /* class MBAChBenchSurveyPlate; */ class MBAChBenchSurveyPlateData { public: int edmsID_; int surveyCode_; int line_; int plate_; std::string side_; int object_; float posX_; float posY_; float posZ_; long long measDateTime_; COND_SERIALIZABLE; }; /** Description: Class for MBAChBenchSurveyPlate for use as calibration. **/ class MBAChBenchSurveyPlate { public: MBAChBenchSurveyPlate() {} virtual ~MBAChBenchSurveyPlate() {} std::vector<MBAChBenchSurveyPlateData> mbaChBenchSurveyPlate_; COND_SERIALIZABLE; }; #endif // MBAChBenchSurveyPlate_H