src
RecoHGCal
TICL
plugins
TracksterLinkingPluginFactory.cc
Go to the documentation of this file.
1
// #include "TracksterLinkingbySuperClustering.h"
2
#include "
FWCore/ParameterSet/interface/ValidatedPluginFactoryMacros.h
"
3
#include "
FWCore/ParameterSet/interface/ValidatedPluginMacros.h
"
4
#include "
TracksterLinkingbyFastJet.h
"
5
#include "
TracksterLinkingbySkeletons.h
"
6
#include "
TracksterLinkingPassthrough.h
"
7
#include "
RecoHGCal/TICL/plugins/TracksterLinkingPluginFactory.h
"
8
9
EDM_REGISTER_VALIDATED_PLUGINFACTORY
(
TracksterLinkingPluginFactory
,
"TracksterLinkingPluginFactory"
);
10
DEFINE_EDM_VALIDATED_PLUGIN
(
TracksterLinkingPluginFactory
,
ticl::TracksterLinkingbySkeletons
,
"Skeletons"
);
11
// DEFINE_EDM_VALIDATED_PLUGIN(TracksterLinkingPluginFactory, ticl::TracksterLinkingbySuperClustering, "SuperClustering");
12
DEFINE_EDM_VALIDATED_PLUGIN
(
TracksterLinkingPluginFactory
,
ticl::TracksterLinkingbyFastJet
,
"FastJet"
);
13
DEFINE_EDM_VALIDATED_PLUGIN
(
TracksterLinkingPluginFactory
,
ticl::TracksterLinkingPassthrough
,
"Passthrough"
);
ValidatedPluginMacros.h
ticl::TracksterLinkingPassthrough
Definition:
TracksterLinkingPassthrough.h:12
TracksterLinkingPassthrough.h
ticl::TracksterLinkingbyFastJet
Definition:
TracksterLinkingbyFastJet.h:14
EDM_REGISTER_VALIDATED_PLUGINFACTORY
#define EDM_REGISTER_VALIDATED_PLUGINFACTORY(_factory_, _category_)
Definition:
ValidatedPluginFactoryMacros.h:30
ValidatedPluginFactoryMacros.h
DEFINE_EDM_VALIDATED_PLUGIN
#define DEFINE_EDM_VALIDATED_PLUGIN(factory, type, name)
Definition:
ValidatedPluginMacros.h:28
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
TracksterLinkingbyFastJet.h
TracksterLinkingPluginFactory.h
ticl::TracksterLinkingbySkeletons
Definition:
TracksterLinkingbySkeletons.h:24
TracksterLinkingbySkeletons.h
Generated for CMSSW Reference Manual by
1.8.14