Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:09

0001 /** \class DTRecSegment4DAlgoFactory
0002  *
0003  *  Factory of seal plugins for DT 4D segments reconstruction algorithms.
0004  *  The plugins are concrete implementations of DTRecSegment4DBaseAlgo base class.
0005  *
0006  * \author Riccardo Bellan - INFN TO <riccardo.bellan@cern.ch>
0007  */
0008 
0009 // This Class Header
0010 #include "RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.h"
0011 
0012 /* Collaborating Class Header */
0013 
0014 /* C++ Headers */
0015 
0016 #include "FWCore/PluginManager/interface/PluginFactory.h"
0017 
0018 EDM_REGISTER_PLUGINFACTORY(DTRecSegment4DAlgoFactory, "DTRecSegment4DAlgoFactory");