Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-06-13 03:24:04

0001 // #include "TracksterLinkingbySkeletons.h"
0002 // #include "TracksterLinkingbySuperClustering.h"
0003 #include "FWCore/ParameterSet/interface/ValidatedPluginFactoryMacros.h"
0004 #include "FWCore/ParameterSet/interface/ValidatedPluginMacros.h"
0005 #include "RecoHGCal/TICL/plugins/TICLInterpretationPluginFactory.h"
0006 #include "GeneralInterpretationAlgo.h"
0007 
0008 EDM_REGISTER_VALIDATED_PLUGINFACTORY(TICLGeneralInterpretationPluginFactory, "TICLGeneralInterpretationPluginFactory");
0009 EDM_REGISTER_VALIDATED_PLUGINFACTORY(TICLEGammaInterpretationPluginFactory, "TICLEGammaInterpretationPluginFactory");
0010 DEFINE_EDM_VALIDATED_PLUGIN(TICLGeneralInterpretationPluginFactory, ticl::GeneralInterpretationAlgo, "General");
0011 // DEFINE_EDM_VALIDATED_PLUGIN(TICLEGammaInterpretationPluginFactory, ticl::EGammaInterpretation, "EGamma");