File indexing completed on 2024-04-06 12:23:37
0001 #ifndef PhysicsTools_MVAComputer_mva_computer_define_plugin_h
0002 #define PhysicsTools_MVAComputer_mva_computer_define_plugin_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024 #include "PhysicsTools/MVAComputer/interface/VarProcessor.h"
0025 #include "FWCore/PluginManager/interface/PluginFactory.h"
0026
0027 #define MVA_COMPUTER_DEFINE_PLUGIN(T) \
0028 DEFINE_EDM_PLUGIN(edmplugin::PluginFactory<PhysicsTools::VarProcessor::PluginFunctionPrototype>, \
0029 PhysicsTools::VarProcessor::Dummy, \
0030 "VarProcessor/" #T)
0031
0032 #endif