CMS 3D CMS Logo

FWMuonDetailView.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #ifndef Fireworks_Electrons_FWMuonDetailView_h
3 #define Fireworks_Electrons_FWMuonDetailView_h
4 
5 //
6 // Package: Electrons
7 // Class : FWMuonDetailView
8 //
9 
10 // user include files
12 
14 class TEveCaloData;
15 namespace reco {
16  class Muon;
17 }
18 
19 class FWMuonDetailView : public FWDetailViewGL<reco::Muon> {
20 
21 public:
23  ~FWMuonDetailView() override;
24 
25 
26 private:
27  FWMuonDetailView(const FWMuonDetailView&) = delete; // stop default
28  const FWMuonDetailView& operator=(const FWMuonDetailView&) = delete; // stop default
29 
30  void build (const FWModelId &id, const reco::Muon*) override;
31  void setTextInfo(const FWModelId&, const reco::Muon*) override;
32 
33  void addSceneInfo(const reco::Muon *i, TEveElementList* tList);
34 
35  TEveCaloData* m_data;
37 };
38 
39 #endif
TEveCaloData * m_data
Definition: Muon.py:1
FWECALDetailViewBuilder * m_builder
fixed size matrix