CMS 3D CMS Logo

MuonShowerDigiFiller.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_MuonShowerDigiFiller_h
2 #define MuonIdentification_MuonShowerDigiFiller_h
3 
4 // -*- C++ -*-
5 //
6 // Package: MuonShowerDigiFiller
7 // Class: MuonShowerDigiFiller
8 //
16 //
17 // Original Author: Carlo Battilana, INFN BO
18 // Created: Sat Mar 23 14:36:22 CET 2019
19 //
20 //
21 
22 // system include files
23 
24 // user include files
26 
30 
33 
36 
39 
42 
43 //
44 // class decleration
45 //
46 
48 public:
50 
51  void getES(const edm::EventSetup& iSetup);
52  void getDigis(edm::Event& iEvent);
53 
54  void fill(reco::MuonChamberMatch& muChMatch) const;
55  void fillDefault(reco::MuonChamberMatch& muChMatch) const;
56 
57 private:
59 
62 
65 
68 };
69 
70 #endif
MuonShowerDigiFiller(const edm::ParameterSet &, edm::ConsumesCollector &&iC)
edm::Handle< DTDigiCollection > m_dtDigis
void getDigis(edm::Event &iEvent)
edm::EDGetTokenT< CSCStripDigiCollection > m_cscDigisToken
int iEvent
Definition: GenABIO.cc:224
edm::ESHandle< DTGeometry > m_dtGeometry
edm::EDGetTokenT< DTDigiCollection > m_dtDigisToken
void fillDefault(reco::MuonChamberMatch &muChMatch) const
void getES(const edm::EventSetup &iSetup)
edm::ESHandle< CSCGeometry > m_cscGeometry
edm::Handle< CSCStripDigiCollection > m_cscDigis
void fill(reco::MuonChamberMatch &muChMatch) const