Belle II Software development
SVDBeamBackHitFilterModule.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 SVDBeamBackHitFilterModule_H
10#define SVDBeamBackHitFilterModule_H
11
12#include <framework/core/Module.h>
13
14namespace Belle2 {
19 namespace SVD {
20
26
27 public:
30
32 virtual void initialize() override;
34 virtual void event() override;
35
36 private:
37
38 };//end class declaration
39
40
41 } //end SVD namespace;
43} // end namespace Belle2
44
45#endif // SVDBeamBackHitFilterModule_H
Module()
Constructor.
Definition Module.cc:30
virtual void initialize() override
Initialize the module.
virtual void event() override
do the sorting
SVDBeamBackHitFilterModule()
Constructor defining the parameters.
Namespace to encapsulate code needed for simulation and reconstrucion of the SVD.
Abstract base class for different kinds of events.