CMS 3D CMS Logo

DQMHOAlCaRecoStream.h
Go to the documentation of this file.
1 
4 
9 
11 public:
12  explicit DQMHOAlCaRecoStream(const edm::ParameterSet &);
13  ~DQMHOAlCaRecoStream() override;
14 
15 private:
16  void analyze(const edm::Event &, const edm::EventSetup &) override;
17  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
18 
23 
26 
28  // MonitorElement* hSigRingm1;
29  // MonitorElement* hSigRing00;
30  // MonitorElement* hSigRingp1;
31  // MonitorElement* hSigRingp2;
32 
34  // MonitorElement* hPedRingm1;
35  // MonitorElement* hPedRing00;
36  // MonitorElement* hPedRingp1;
37  // MonitorElement* hPedRingp2;
38 
40 
41  int Nevents;
42  int Nmuons;
43 
46  double m_sigmaValue;
47 
50 
51  int m_nbins;
52  double m_lowEdge;
53  double m_highEdge;
54 
57 
58  // ----------member data ---------------------------
59 };
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