Belle II Software  release-05-02-19
OnlyWriteOutParticleLists.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2017 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: James Kahn, Martin Ritter *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 #include <framework/core/Module.h>
13 
14 namespace Belle2 {
23  class OnlyWriteOutParticleListsModule : public Module {
24 
25  public:
33  virtual void initialize() override;
34  };
36 }
Belle2::OnlyWriteOutParticleListsModule::OnlyWriteOutParticleListsModule
OnlyWriteOutParticleListsModule()
Constructor.
Definition: OnlyWriteOutParticleLists.cc:19
Belle2::OnlyWriteOutParticleListsModule::initialize
virtual void initialize() override
Initialises the module.
Definition: OnlyWriteOutParticleLists.cc:24
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19