/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Documentation/DataFormats/python/RecoPixelVertexing_dataformats.py
43 строки
1006 B
Mantas
2json
01 июл 2013, 15:45
01 июл 2013, 15:45
a4b0a5c
Код
Авторство
О чём код?
''' Created on Jun 26, 2013 @author: Mantas Stankevicius @contact: mantas.stankevicius@cern.ch http://cmsdoxy.web.cern.ch/cmsdoxy/dataformats/ @responsible: ''' json = { "full": { "title": "RecoPixelVertexing collections (in RECO and AOD)", "data": [ { "instance": "pixelVertices", "container": "reco::VertexCollection", "desc": "primary vertices reconstructed from pixel tracks" }, { "instance": "pixelTracks", "container": "reco::TrackCollection", "desc": "(proto)tracks created from two or three hits in Pixel detector" } ] }, "aod": { "title": "RecoPixelVertexing collections (in AOD only)", "data": [ ] }, "reco": { "title": "RecoPixelVertexing collections (in RECO only)", "data": [ { "instance": "pixelTracks", "container": "reco::TrackExtraCollection", "desc": "No documentation" } ] } }