/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigiCollection.h
15 строк
502 B
Sven Dildick
update include statements
20 июн 2017, 22:40
20 июн 2017, 22:40
eaf58ae
Код
Авторство
О чём код?
#ifndef CSCDCCFormatStatusDigi_CSCDCCFormatStatusDigiCollection_h #define CSCDCCFormatStatusDigi_CSCDCCFormatStatusDigiCollection_h /** \class CSCDCCFormatStatusDigiCollection * * \author N. Terentiev, CMU */ #include "DataFormats/MuonDetId/interface/CSCDetId.h" #include "DataFormats/CSCDigi/interface/CSCDCCFormatStatusDigi.h" #include "DataFormats/MuonData/interface/MuonDigiCollection.h" typedef MuonDigiCollection<CSCDetId, CSCDCCFormatStatusDigi> CSCDCCFormatStatusDigiCollection; #endif