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 } // namespace edm
20 
22 public:
23  explicit PixelTracksProducer(const edm::ParameterSet& conf);
24 
25  ~PixelTracksProducer() override;
26 
27  void produce(edm::Event& ev, const edm::EventSetup& es) override;
28 
29 private:
31  std::unique_ptr<TrackingRegionProducer> theRegionProducer;
32 
35 };
36 #endif
bool ev
edm::EDGetTokenT< TrajectorySeedCollection > seedProducerToken
edm::EDGetTokenT< PixelTrackFilter > filterToken
std::unique_ptr< TrackingRegionProducer > theRegionProducer
HLT enums.
edm::EDGetTokenT< PixelFitter > fitterToken