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 
43 };
44 
45 #endif
46 
std::string digiModelString_
edm::DetSetVector< StripDigiSimLink > StripDigiSimLinks
GEMDigiModel * gemDigiModel_
~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
edm::DetSetVector< GEMDigiSimLink > GEMDigiSimLinks
Definition: Run.h:44