Belle II Software development
DummyDataSourceFile.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#ifndef DUMMYDATASOURCEFILE_H
10#define DUMMYDATASOURCEFILE_H
11
12#include <daq/rawdata/modules/DummyDataSource.h>
13
14
15namespace Belle2 {
24
25 // Public functions
26 public:
27
31
33 void initialize() override;
34
36 void event() override;
37
38
39 protected :
40
41
42 };
43
45} // end namespace Belle2
46
47#endif // MODULEHELLO_H
A class definition of an input module for Sequential ROOT I/O.
void initialize() override
Module functions to be called from main process.
void event() override
Module functions to be called from event process.
DummyDataSourceFileModule()
Constructor / Destructor.
A class definition of an input module for Sequential ROOT I/O.
Abstract base class for different kinds of events.