CMS 3D CMS Logo

PixelTracksProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_Tracking_PixelTracksProducer_H
2 #define FastSimulation_Tracking_PixelTracksProducer_H
3 
6 
8 
9 #include <string>
10 
11 class PixelFitter;
12 class PixelTrackFilter;
14 
15 namespace edm {
16  class ParameterSet;
17  class Event;
18  class EventSetup;
19 }
20 
21 
23 
24 public:
25  explicit PixelTracksProducer(const edm::ParameterSet& conf);
26 
27  ~PixelTracksProducer() override;
28 
29  void produce(edm::Event& ev, const edm::EventSetup& es) override;
30 
31 private:
32 
34  std::unique_ptr<TrackingRegionProducer> theRegionProducer;
35 
38 
39 };
40 #endif
41 
42 
bool ev
edm::EDGetTokenT< TrajectorySeedCollection > seedProducerToken
edm::EDGetTokenT< PixelTrackFilter > filterToken
std::unique_ptr< TrackingRegionProducer > theRegionProducer
HLT enums.
edm::EDGetTokenT< PixelFitter > fitterToken