Belle II Software development
DQMHistAnalysisTrackingER.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#pragma once
10
11#include <dqm/core/DQMHistAnalysis.h>
12
13namespace Belle2 {
21
22 // Public functions
23 public:
24
29
31 void initialize() override final;
33 void event() override final;
34
35 private:
36
37 float m_onTimeHalfWidth = 50;
41
42 };
44} // end namespace Belle2
The base class for the histogram analysis module.
Analysis of ER Tracking DQM plots.
void initialize() override final
Module function initialize.
float m_onTimeHalfWidth
[ns], cluster is on time if within ± onTimeHalfWidth
MonitoringObject * m_monObj
Monitoring Object to be produced by this module, which contain defined canvases and monitoring variab...
void event() override final
Module function event.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.