Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:08

0001 #include "PhysicsTools/RecoAlgos/plugins/ConstrainedFitCandProducer.h"
0002 #include "PhysicsTools/RecoAlgos/plugins/CandCommonVertexFitter.h"
0003 #include "PhysicsTools/RecoAlgos/plugins/KalmanVertexFitter.h"
0004 
0005 typedef ConstrainedFitCandProducer<CandCommonVertexFitter<KalmanVertexFitter> > KalmanVertexFitCandProducer;
0006 
0007 #include "FWCore/Framework/interface/MakerMacros.h"
0008 
0009 DEFINE_FWK_MODULE(KalmanVertexFitCandProducer);