/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/MuonSeed/interface/L2MuonTrajectorySeedCollection.h
15 строк
433 B
David Mendez
Remove CVS Keywords from Dataformats
02 сен 2013, 18:19
02 сен 2013, 18:19
6dca1b8
Код
Авторство
О чём код?
#ifndef DataFormats_MuonSeed_L2MuonTrajectorySeedCollection_H #define DataFormats_MuonSeed_L2MuonTrajectorySeedCollection_H /** \class L2MuonTrajectorySeedCollection * No description available. * * \author R. Bellan - INFN Torino <riccardo.bellan@cern.ch> */ #include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h" #include <vector> typedef std::vector<L2MuonTrajectorySeed> L2MuonTrajectorySeedCollection; #endif