/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/GEMDigi/interface/ME0StubCollection.h
23 строки
705 B
Shahzad Malik Muzaffar
[SIMULATION] [LLVM21] Apply code-checks and formats
10 фев 2026, 00:27
10 фев 2026, 00:27
f04e9b9
Код
Авторство
О чём код?
#ifndef DataFormats_GEMDigi_ME0StubCollection_H #define DataFormats_GEMDigi_ME0StubCollection_H /** \class ME0StubCollection * * The collection of ME0Stub's. See \ref CSCSegmentCollection.h for details from which is derived. * * \author Woohyeon Heo */ #include "DataFormats/MuonDetId/interface/GEMDetId.h" #include "DataFormats/GEMDigi/interface/ME0Stub.h" #include "DataFormats/Common/interface/RangeMap.h" #include "DataFormats/Common/interface/ClonePolicy.h" #include "DataFormats/Common/interface/OwnVector.h" typedef edm::RangeMap<GEMDetId, edm::OwnVector<ME0Stub> > ME0StubCollection; #include "DataFormats/Common/interface/Ref.h" typedef edm::Ref<ME0StubCollection> ME0StubRef; #endif