/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimDataFormats/CTPPSFastSim/interface/CTPPSFastRecHitContainer.h
16 строк
517 B
Cms Build
Clang-Format
27 май 2019, 05:57
27 май 2019, 05:57
0f48c4c
Код
Авторство
О чём код?
#ifndef FastSimDataFormats_CTPPSFastSim_CTPPSFastRecHitContainer_H #define FastSimDataFormats_CTPPSFastSim_CTPPSFastRecHitContainer_H //FastSimDataFormats/CTPPSFastSim #include "FastSimDataFormats/CTPPSFastSim/interface/CTPPSFastRecHit.h" #include "DataFormats/Common/interface/Ref.h" #include "DataFormats/Common/interface/RefProd.h" #include <vector> #include "DataFormats/Common/interface/RefToBase.h" namespace edm { typedef std::vector<CTPPSFastRecHit> CTPPSFastRecHitContainer; } // namespace edm #endif