CMS 3D CMS Logo

DQMHOAlCaRecoStream.h
Go to the documentation of this file.
1 
4 
8 
10 public:
11  explicit DQMHOAlCaRecoStream(const edm::ParameterSet &);
12  ~DQMHOAlCaRecoStream() override;
13 
14 private:
15  void analyze(const edm::Event &, const edm::EventSetup &) override;
16  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
17 
22 
25 
27  // MonitorElement* hSigRingm1;
28  // MonitorElement* hSigRing00;
29  // MonitorElement* hSigRingp1;
30  // MonitorElement* hSigRingp2;
31 
33  // MonitorElement* hPedRingm1;
34  // MonitorElement* hPedRing00;
35  // MonitorElement* hPedRingp1;
36  // MonitorElement* hPedRingp2;
37 
39 
40  int Nevents;
41  int Nmuons;
42 
45  double m_sigmaValue;
46 
49 
50  int m_nbins;
51  double m_lowEdge;
52  double m_highEdge;
53 
56 
57  // ----------member data ---------------------------
58 };
edm::EDGetTokenT< HOCalibVariableCollection > hoCalibVariableCollectionTag
MonitorElement * hMuonMultipl
MonitorElement * hPedRing[5]
MonitorElement * hMuonEta
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
DQMHOAlCaRecoStream(const edm::ParameterSet &)
MonitorElement * hSigRing[5]
MonitorElement * hHOTime
MonitorElement * hSignal3x3[9]
MonitorElement * hMuonMom
MonitorElement * hMuonPhi
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * hDirCosine
Definition: Run.h:45