Belle II Software
development
ParticleMassUpdaterModule.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
#include <framework/core/Module.h>
11
#include <string>
12
13
namespace
Belle2
{
18
21
22
class
ParticleMassUpdaterModule
:
public
Module
{
23
private
:
25
int
m_pdgCode
;
26
28
std::vector<std::string>
m_strParticleLists
;
29
30
public
:
32
ParticleMassUpdaterModule
();
33
35
virtual
void
event
()
override
;
37
};
38
39
}
// end namespace Belle2
40
41
Belle2::Module::Module
Module()
Constructor.
Definition
Module.cc:30
Belle2::ParticleMassUpdaterModule::event
virtual void event() override
Method called for each event.
Definition
ParticleMassUpdaterModule.cc:31
Belle2::ParticleMassUpdaterModule::m_strParticleLists
std::vector< std::string > m_strParticleLists
Name of the lists.
Definition
ParticleMassUpdaterModule.h:28
Belle2::ParticleMassUpdaterModule::m_pdgCode
int m_pdgCode
PDG code for mass reference.
Definition
ParticleMassUpdaterModule.h:25
Belle2::ParticleMassUpdaterModule::ParticleMassUpdaterModule
ParticleMassUpdaterModule()
Constructor.
Definition
ParticleMassUpdaterModule.cc:21
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
analysis
modules
ParticleMassUpdater
include
ParticleMassUpdaterModule.h
Generated on Sat Jun 27 2026 03:25:20 for Belle II Software by
1.13.2