Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:08

0001 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentAlgorithmPluginFactory_h
0002 #define Alignment_CommonAlignmentAlgorithm_AlignmentAlgorithmPluginFactory_h
0003 
0004 /// \class AlignmentAlgorithmPluginFactory
0005 ///  Plugin factory for alignment algorithm
0006 ///
0007 ///  \author F. Ronga - CERN
0008 ///
0009 
0010 #include "FWCore/PluginManager/interface/PluginFactory.h"
0011 #include "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h"
0012 
0013 typedef edmplugin::PluginFactory<AlignmentAlgorithmBase*(const edm::ParameterSet&, edm::ConsumesCollector&)>
0014     AlignmentAlgorithmPluginFactory;
0015 
0016 #endif