/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/Alignment/interface/AliClusterValueMap.h
14 строк
502 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
#ifndef DataFormatsAlignment_AliClusterValueMap_h #define DataFormatsAlignment_AliClusterValueMap_h #include "DataFormats/Common/interface/ValueMap.h" // The content of the container: #include "DataFormats/Alignment/interface/AlignmentClusterFlag.h" // The typedef of the container: #include "DataFormats/Alignment/interface/AliClusterValueMapFwd.h" // Still used in AlignmentPrescaler, but to be removed // (no dictionary generated). typedef edm::ValueMap<int> AliTrackTakenClusterValueMap; #endif