CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h

Go to the documentation of this file.
00001 #ifndef Alignment_MillePedeAlignmentAlgorithm_PedeLabelerPluginFactory_h
00002 #define Alignment_MillePedeAlignmentAlgorithm_PedeLabelerPluginFactory_h
00003 
00015 #include "FWCore/PluginManager/interface/PluginFactory.h"
00016 #include "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h"
00017 
00018 typedef edmplugin::PluginFactory<PedeLabelerBase* (const PedeLabelerBase::TopLevelAlignables&,
00019                                                    const edm::ParameterSet&)> PedeLabelerPluginFactory;
00020 
00021 #endif