/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/GEMRecHit/interface/GEMRecHitCollection.h
17 строк
453 B
Matti Kortelainen
Move stored types in io_v1 namespace, reset class versions to 3
22 май 2026, 18:18
22 май 2026, 18:18
909f324
Код
Авторство
О чём код?
#ifndef DataFormats_GEMRecHitCollection_H #define DataFormats_GEMRecHitCollection_H /** \class GEMRecHitCollection * Collection of GEMRecHit for storage in the event * * \author M. Maggi - INFN Bari */ #include "DataFormats/MuonDetId/interface/GEMDetId.h" #include "DataFormats/GEMRecHit/interface/GEMRecHit.h" #include "DataFormats/Common/interface/IdToHitRange.h" using GEMRecHitCollection = edm::IdToHitRange<GEMDetId, GEMRecHit>; ; #endif