/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/Common/interface/PathStatus.h
9 строк
199 B
W. David Dagenhart
Initial implementation of PathStatus and EndPathStatus products
26 июн 2017, 18:45
26 июн 2017, 18:45
83e4182
Код
Авторство
О чём код?
#ifndef DataFormats_Common_PathStatus_h #define DataFormats_Common_PathStatus_h #include "DataFormats/Common/interface/HLTPathStatus.h" namespace edm { using PathStatus = HLTPathStatus; } #endif