CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h

Go to the documentation of this file.
00001 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentAlgorithmPluginFactory_h
00002 #define Alignment_CommonAlignmentAlgorithm_AlignmentAlgorithmPluginFactory_h
00003 
00009 
00010 #include "FWCore/PluginManager/interface/PluginFactory.h"
00011 #include "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h"
00012 
00013 typedef edmplugin::PluginFactory<AlignmentAlgorithmBase* (const edm::ParameterSet&)> AlignmentAlgorithmPluginFactory;
00014 
00015 #endif