Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:35

0001 #include "FWCore/PluginManager/interface/ModuleDef.h"
0002 #include "FWCore/Framework/interface/MakerMacros.h"
0003 
0004 #include "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayers.h"
0005 #include "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h"
0006 #include "PixelTripletHLTGenerator.h"
0007 DEFINE_EDM_PLUGIN(HitTripletGeneratorFromPairAndLayersFactory, PixelTripletHLTGenerator, "PixelTripletHLTGenerator");
0008 
0009 #include "PixelTripletLargeTipGenerator.h"
0010 DEFINE_EDM_PLUGIN(HitTripletGeneratorFromPairAndLayersFactory,
0011                   PixelTripletLargeTipGenerator,
0012                   "PixelTripletLargeTipGenerator");
0013 
0014 #include "PixelTripletNoTipGenerator.h"
0015 DEFINE_EDM_PLUGIN(HitTripletGeneratorFromPairAndLayersFactory,
0016                   PixelTripletNoTipGenerator,
0017                   "PixelTripletNoTipGenerator");
0018 
0019 #include "RecoTracker/TkTrackingRegions/interface/OrderedHitsGeneratorFactory.h"
0020 #include "RecoTracker/TkTrackingRegions/interface/OrderedHitsGenerator.h"
0021 #include "CombinedHitTripletGenerator.h"
0022 DEFINE_EDM_PLUGIN(OrderedHitsGeneratorFactory, CombinedHitTripletGenerator, "StandardHitTripletGenerator");
0023 
0024 #include "RecoTracker/PixelSeeding/interface/HitTripletEDProducerT.h"
0025 using PixelTripletHLTEDProducer = HitTripletEDProducerT<PixelTripletHLTGenerator>;
0026 DEFINE_FWK_MODULE(PixelTripletHLTEDProducer);
0027 
0028 using PixelTripletLargeTipEDProducer = HitTripletEDProducerT<PixelTripletLargeTipGenerator>;
0029 DEFINE_FWK_MODULE(PixelTripletLargeTipEDProducer);