Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:19:30

0001 #include "FWCore/Utilities/interface/typelookup.h"
0002 
0003 #include "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h"
0004 #include "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h"
0005 
0006 //--- Now use the Framework macros to set it all up:
0007 //
0008 TYPELOOKUP_DATA_REG(PixelClusterParameterEstimator);
0009 TYPELOOKUP_DATA_REG(StripClusterParameterEstimator);