Belle II Software development
PXDBeamBackHitFilterModule.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
13namespace Belle2 {
18 namespace PXD {
19
25
26 public:
29
31 virtual void initialize() override;
33 virtual void event() override;
34
35 private:
36
37 };//end class declaration
38
39
40 } //end PXD namespace;
42} // end namespace Belle2
Base class for Modules.
Definition: Module.h:72
virtual void initialize() override
Initialize the module.
virtual void event() override
do the sorting
PXDBeamBackHitFilterModule()
Constructor defining the parameters.
Abstract base class for different kinds of events.