/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/L1TrackTrigger/src/classes.h
20 строк
612 B
David
move TTTrackTruthPair to SimDataFormats/Associations
16 мар 2021, 11:24
16 мар 2021, 11:24
4ec9b44
Код
Авторство
О чём код?
/*! \brief Definition of all the relevant data types * \details Herw we declare instances of all the relevant types. * * \author Andrew W. Rose * \author Nicola Pozzobon * \date 2013, Jul 12 * */ #ifndef L1TRACKTRIGGER_CLASSES_H #define L1TRACKTRIGGER_CLASSES_H #include "DataFormats/Common/interface/Wrapper.h" #include "DataFormats/Common/interface/DetSetVectorNew.h" #include "DataFormats/L1TrackTrigger/interface/TTTypes.h" #include "DataFormats/L1TrackTrigger/interface/TTDTC.h" #include "DataFormats/Common/interface/RefVector.h" #include "DataFormats/Common/interface/RefProd.h" #endif