/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoHGCal/TICL/plugins/TracksterLinkingPluginFactory.cc
19 строк
1 KB
Felice Pantaleo
ticlv5: rename Tracksters by Passthrough to Recovery
26 сен 2024, 15:18
26 сен 2024, 15:18
3d1bf80
Код
Авторство
О чём код?
#include "FWCore/ParameterSet/interface/ValidatedPluginFactoryMacros.h" #include "FWCore/ParameterSet/interface/ValidatedPluginMacros.h" #include "TracksterLinkingbyFastJet.h" #include "TracksterLinkingbySuperClusteringDNN.h" #include "TracksterLinkingbySuperClusteringMustache.h" #include "TracksterLinkingbySkeletons.h" #include "TracksterLinkingRecovery.h" #include "RecoHGCal/TICL/plugins/TracksterLinkingPluginFactory.h" EDM_REGISTER_VALIDATED_PLUGINFACTORY(TracksterLinkingPluginFactory, "TracksterLinkingPluginFactory"); DEFINE_EDM_VALIDATED_PLUGIN(TracksterLinkingPluginFactory, ticl::TracksterLinkingbySkeletons, "Skeletons"); DEFINE_EDM_VALIDATED_PLUGIN(TracksterLinkingPluginFactory, ticl::TracksterLinkingbySuperClusteringDNN, "SuperClusteringDNN"); DEFINE_EDM_VALIDATED_PLUGIN(TracksterLinkingPluginFactory, ticl::TracksterLinkingbySuperClusteringMustache, "SuperClusteringMustache"); DEFINE_EDM_VALIDATED_PLUGIN(TracksterLinkingPluginFactory, ticl::TracksterLinkingbyFastJet, "FastJet"); DEFINE_EDM_VALIDATED_PLUGIN(TracksterLinkingPluginFactory, ticl::TracksterLinkingRecovery, "Recovery");