/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimDataFormats/NuclearInteractions/interface/FSimDisplacedVertexFwd.h
18 строк
621 B
Cms Build
Clang-Format
16 май 2019, 15:48
16 май 2019, 15:48
12a0cf0
Код
Авторство
О чём код?
#ifndef FastSimDataFormats_NuclearInteractions_FSimDisplacedVertexFwd_h #define FastSimDataFormats_NuclearInteractions_FSimDisplacedVertexFwd_h #include <vector> #include "DataFormats/Common/interface/Ref.h" class FSimDisplacedVertex; /// collection of FSimDisplacedVertex objects typedef std::vector<FSimDisplacedVertex> FSimDisplacedVertexCollection; /// persistent reference to a FSimDisplacedVertex objects typedef edm::Ref<FSimDisplacedVertexCollection> FSimDisplacedVertexRef; /// handle to a FSimDisplacedVertex collection typedef edm::Handle<FSimDisplacedVertexCollection> FSimDisplacedVertexHandle; #endif