CMS 3D CMS Logo

L1TMuonBarrelTrackProducer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
11 //
12 //--------------------------------------------------
13 #ifndef BMTrackFinder_h
14 #define BMTrackFinder_h
15 
18 
19 #include <string>
20 
21 class L1MuBMTFSetup;
22 
23 class L1TMuonBarrelTrackProducer : public edm::one::EDProducer<edm::one::SharedResources> {
24 public:
27 
29  ~L1TMuonBarrelTrackProducer() override;
30 
32  void produce(edm::Event& e, const edm::EventSetup& c) override;
33 
34 private:
35  std::unique_ptr<L1MuBMTFSetup> setup1;
36 };
37 
38 #endif
void produce(edm::Event &e, const edm::EventSetup &c) override
Produce digis out of raw data.
~L1TMuonBarrelTrackProducer() override
Destructor.
L1TMuonBarrelTrackProducer(const edm::ParameterSet &pset)
Constructor.
std::unique_ptr< L1MuBMTFSetup > setup1