File indexing completed on 2024-09-26 05:07:07
0001
0002
0003
0004 #ifndef RecoHGCal_TICL_TracksterInferenceAlgoFactory_H__
0005 #define RecoHGCal_TICL_TracksterInferenceAlgoFactory_H__
0006
0007 #include "FWCore/PluginManager/interface/PluginFactory.h"
0008 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0009 #include "PhysicsTools/ONNXRuntime/interface/ONNXRuntime.h"
0010 #include "RecoHGCal/TICL/interface/TracksterInferenceAlgoBase.h"
0011
0012 typedef edmplugin::PluginFactory<ticl::TracksterInferenceAlgoBase*(const edm::ParameterSet&)>
0013 TracksterInferenceAlgoFactory;
0014
0015 #endif