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 {
49 
50  public:
51 
53 
54  void getES( const edm::EventSetup& iSetup );
55  void getDigis( edm::Event& iEvent );
56 
57  void fill( reco::MuonChamberMatch & muChMatch ) const;
58  void fillDefault( reco::MuonChamberMatch & muChMatch ) const;
59 
60  private:
61 
63 
66 
69 
72 
73 };
74 
75 #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