Belle II Software  release-08-00-10
DQMHistAnalysisEpicsOutput.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 //DQM
12 #include <dqm/core/DQMHistAnalysis.h>
13 #include <TCanvas.h>
14 
15 namespace Belle2 {
25 
26  public:
27 
32 
36  void initialize() override final;
37 
41  void event() override final;
42 
43  protected:
44 
45  };
46 
48 } // Belle2 namespace
Example module of how to use MonitoringObject in DQMHistAnalysis module.
void initialize() override final
Initialize the Module.
The base class for the histogram analysis module.
Abstract base class for different kinds of events.