CMS 3D CMS Logo

GEMPadDigiProducer.h
Go to the documentation of this file.
1 #ifndef SimMuon_GEMDigitizer_GEMPadDigiProducer_h
2 #define SimMuon_GEMDigitizer_GEMPadDigiProducer_h
3 
10 
13 
14 class GEMGeometry;
15 
18 
20 {
21 public:
22 
23  //typedef GEMDigitizer::StripDigiSimLinks StripDigiSimLinks;
24 
25  explicit GEMPadDigiProducer(const edm::ParameterSet& ps);
26 
27  ~GEMPadDigiProducer() override;
28 
29  void beginRun(const edm::Run&, const edm::EventSetup&) override;
30 
31  void produce(edm::Event&, const edm::EventSetup&) override;
32 
33 private:
34 
35  void buildPads(const GEMDigiCollection &digis, GEMPadDigiCollection &out_pads) const;
36 
40 
42 };
43 
44 #endif
45 
void produce(edm::Event &, const edm::EventSetup &) override
const GEMGeometry * geometry_
GEMPadDigiProducer(const edm::ParameterSet &ps)
void buildPads(const GEMDigiCollection &digis, GEMPadDigiCollection &out_pads) const
~GEMPadDigiProducer() override
edm::EDGetTokenT< GEMDigiCollection > digi_token_
Name of input digi Collection.
void beginRun(const edm::Run &, const edm::EventSetup &) override
Definition: Run.h:45