Belle II Software  release-05-02-19
FlavorTaggerInfoBuilderModule.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2015 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Christian Roca *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 
13 #include <framework/core/Module.h>
14 
15 namespace Belle2 {
30  class FlavorTaggerInfoBuilderModule : public Module {
31 
32  public:
33 
37  virtual void initialize() override;
39  virtual void event() override;
40 
41  };
43 }
44 
Belle2::FlavorTaggerInfoBuilderModule::initialize
virtual void initialize() override
initialize the module (setup the data store)
Definition: FlavorTaggerInfoBuilderModule.cc:38
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::FlavorTaggerInfoBuilderModule::FlavorTaggerInfoBuilderModule
FlavorTaggerInfoBuilderModule()
constructor
Definition: FlavorTaggerInfoBuilderModule.cc:31
Belle2::FlavorTaggerInfoBuilderModule::event
virtual void event() override
process event
Definition: FlavorTaggerInfoBuilderModule.cc:54