Belle II Software  release-08-01-10
DQMHistAnalysisEpicsEnable.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 
33  private:
38 
42  void initialize() override final;
43 
47  void event() override final;
48 
53 
57  std::string m_locPVPrefix;
58  };
59 
61 } // Belle2 namespace
Example module of how to use MonitoringObject in DQMHistAnalysis module.
void initialize() override final
Initialize the Module.
std::string m_locPVPrefix
local PVPrefix for setting as global
bool m_useEpicsRO
Read Only local flag for EPICS.
The base class for the histogram analysis module.
Abstract base class for different kinds of events.