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 
29 
32 
35 
39 
42 
43 //
44 // class decleration
45 //
46 
48 public:
51 
52  void getES(const edm::EventSetup& iSetup);
53  void getDigis(edm::Event& iEvent);
54 
55  void fill(reco::MuonChamberMatch& muChMatch) const;
56  void fillDefault(reco::MuonChamberMatch& muChMatch) const;
57 
58 private:
60 
63 
66 
69 
72 };
73 
74 #endif
edm::Handle< DTDigiCollection > m_dtDigis
void getDigis(edm::Event &iEvent)
edm::EDGetTokenT< CSCStripDigiCollection > m_cscDigisToken
void fillDefault(reco::MuonChamberMatch &muChMatch) const
int iEvent
Definition: GenABIO.cc:224
edm::ESHandle< DTGeometry > m_dtGeometry
edm::EDGetTokenT< DTDigiCollection > m_dtDigisToken
edm::ESGetToken< CSCGeometry, MuonGeometryRecord > m_cscGeometryToken
void getES(const edm::EventSetup &iSetup)
void fill(reco::MuonChamberMatch &muChMatch) const
edm::ESHandle< CSCGeometry > m_cscGeometry
edm::ESGetToken< DTGeometry, MuonGeometryRecord > m_dtGeometryToken
edm::Handle< CSCStripDigiCollection > m_cscDigis