/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/LaserAlignment/interface/TsosVectorCollection.h
18 строк
583 B
Cms Build
Clang-Format
20 май 2019, 13:01
20 май 2019, 13:01
125ebea
Код
Авторство
О чём код?
#ifndef Alignment_LaserAlignment_TsosVectorCollection_H #define Alignment_LaserAlignment_TsosVectorCollection_H /** \author Gero Flucke \date May 2009 last update on $Date: 2009/05/11 10:01:29 $ by $Author: flucke $ A typedef for a collection of std::vectors of TrajectoryStateOnSurface . */ #include <vector> // class TrajectoryStateOnSurface; // sufficient, but also confusing, so include: #include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h" typedef std::vector<std::vector<TrajectoryStateOnSurface> > TsosVectorCollection; #endif