Belle II Software development
PXDGatedInfoFillerModule.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/Module.h>
12
13#include <framework/datastore/StoreObjPtr.h>
14
15namespace Belle2 {
20 class PXDGatedModeInfo;
21
22 namespace PXD {
27
28 public:
29
32
33 private:
35 void initialize() override final;
36
38 void event() override final;
39
40 private:
45
46 };//end class declaration
47
48
49 } //end PXD namespace;
51} // end namespace Belle2
Module()
Constructor.
Definition Module.cc:30
The PXD Gated Info Class.
void initialize() override final
Initialize.
StoreObjPtr< PXDGatedModeInfo > m_storeGatedModeInfo
Input array for DAQ Status.
PXDGatedInfoFillerModule()
Constructor defining the parameters.
std::string m_GatedModeInfoName
Name of input array for DAQ Status.
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.