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//#include <pxd/dataobjects/PXDDAQStatus.h>
13#include <pxd/dataobjects/PXDGatedModeInfo.h>
14
15#include <framework/datastore/StoreObjPtr.h>
16
17namespace Belle2 {
23 namespace PXD {
28
29 public:
30
33
34 private:
36 void initialize() override final;
37
39 void event() override final;
40
41 private:
46
47 };//end class declaration
48
49
50 } //end PXD namespace;
52} // end namespace Belle2
Base class for Modules.
Definition: Module.h:72
PXD Gates Mode infromation on readout gate basis.
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
Abstract base class for different kinds of events.