Belle II Software prerelease-10-00-00a
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
28
29 public:
32
34 virtual void initialize() override;
36 virtual void event() override;
37
38 private:
39
40 };//end class declaration
41
42
43 } //end PXD namespace;
45} // end namespace Belle2
Module()
Constructor.
Definition Module.cc:30
virtual void initialize() override
Initialize the module.
virtual void event() override
do the sorting
PXDBeamBackHitFilterModule()
Constructor defining the parameters.
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Abstract base class for different kinds of events.