Belle II Software development
PXDGatedDHCDQMModule.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 <framework/core/HistoModule.h>
12#include <framework/datastore/StoreObjPtr.h>
13#include <framework/datastore/StoreArray.h>
14#include <pxd/dataobjects/PXDDAQStatus.h>
15#include <mdst/dataobjects/EventLevelTriggerTimeInfo.h>
16#include <TH2F.h>
17#include <string>
18
19namespace Belle2 {
24
25 namespace PXD {
33
34 public:
35
38
39 private:
41
44
47
50
51 void initialize() override final;
52
53 void beginRun() override final;
54
55 void event() override final;
56
57 void defineHisto() override final;
58
59 };//end class declaration
60
61
62 } //end PXD namespace;
64} // end namespace Belle2
HistoModule()
Constructor.
Definition HistoModule.h:32
void initialize() override final
initialize function
TH2F * hGateAfterInjHER
Histogram after HER injection.
StoreObjPtr< PXDDAQStatus > m_storeDAQEvtStats
Input array for DAQ Status.
TH2F * hGateAfterInjLER
Histogram after LER injection.
void defineHisto() override final
defineHisto function
void event() override final
event function
std::string m_histogramDirectoryName
Name of the histogram directory in ROOT file.
void beginRun() override final
beginRun function
StoreObjPtr< EventLevelTriggerTimeInfo > m_EventLevelTriggerTimeInfo
Object for TTD mdst object.
PXDGatedDHCDQMModule()
Constructor defining the parameters.
Type-safe access to single objects in the data store.
Definition StoreObjPtr.h:96
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Abstract base class for different kinds of events.