CMS 3D CMS Logo

GEMPadDigiClusterProducer.h
Go to the documentation of this file.
1 #ifndef SimMuon_GEMDigitizer_GEMPadDigiClusterProducer_h
2 #define SimMuon_GEMDigitizer_GEMPadDigiClusterProducer_h
3 
10 
13 
14 class GEMGeometry;
15 
17 {
18 public:
19 
20  explicit GEMPadDigiClusterProducer(const edm::ParameterSet& ps);
21 
23 
24  virtual void beginRun(const edm::Run&, const edm::EventSetup&) override;
25 
26  virtual void produce(edm::Event&, const edm::EventSetup&) override;
27 
28 private:
29 
30  void buildClusters(const GEMPadDigiCollection &pads, GEMPadDigiClusterCollection &out_clusters);
31 
35 
36  unsigned int maxClusters_;
37  unsigned int maxClusterSize_;
38 
40 };
41 
42 #endif
43 
virtual void produce(edm::Event &, const edm::EventSetup &) override
GEMPadDigiClusterProducer(const edm::ParameterSet &ps)
void buildClusters(const GEMPadDigiCollection &pads, GEMPadDigiClusterCollection &out_clusters)
virtual void beginRun(const edm::Run &, const edm::EventSetup &) override
edm::EDGetTokenT< GEMPadDigiCollection > pad_token_
Name of input digi Collection.
Definition: Run.h:42