Belle II Software  release-08-01-10
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 
14 namespace Belle2 {
19  namespace SVD {
20 
29 
30  public:
33 
35  virtual void initialize() override;
37  virtual void event() override;
38 
39  private:
40 
41  };//end class declaration
42 
43 
44  } //end SVD namespace;
46 } // end namespace Belle2
47 
48 #endif // SVDBeamBackHitFilterModule_H
Base class for Modules.
Definition: Module.h:72
virtual void initialize() override
Initialize the module.
virtual void event() override
do the sorting
SVDBeamBackHitFilterModule()
Constructor defining the parameters.
Abstract base class for different kinds of events.