CMS 3D CMS Logo

GEMDigiProducer.h
Go to the documentation of this file.
1 #ifndef SimMuon_GEMDigitizer_GEMDigiProducer_h
2 #define SimMuon_GEMDigitizer_GEMDigiProducer_h
3 
14 
15 #include <string>
16 
17 class GEMGeometry;
18 class GEMDigiModel;
19 
21 {
22 public:
23 
25 
27 
28  explicit GEMDigiProducer(const edm::ParameterSet& ps);
29 
30  ~GEMDigiProducer() override;
31 
32  void beginRun(const edm::Run&, const edm::EventSetup&) override;
33 
34  void produce(edm::Event&, const edm::EventSetup&) override;
35 
36 private:
37 
38  //Name of Collection used for create the XF
40 
41  std::unique_ptr<GEMDigiModel> gemDigiModel_;
42 };
43 
44 #endif
45 
edm::DetSetVector< StripDigiSimLink > StripDigiSimLinks
~GEMDigiProducer() override
GEMDigiProducer(const edm::ParameterSet &ps)
edm::EDGetTokenT< CrossingFrame< PSimHit > > cf_token
void beginRun(const edm::Run &, const edm::EventSetup &) override
void produce(edm::Event &, const edm::EventSetup &) override
std::unique_ptr< GEMDigiModel > gemDigiModel_
edm::DetSetVector< GEMDigiSimLink > GEMDigiSimLinks
Definition: Run.h:45