Belle II Software
light-2607-kasei
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
25
class
ParticleMassUpdaterModule
:
public
Module
{
26
private
:
28
int
m_pdgCode
;
29
31
std::vector<std::string>
m_strParticleLists
;
32
33
public
:
35
ParticleMassUpdaterModule
();
36
38
virtual
void
event
()
override
;
40
};
41
42
}
// end namespace Belle2
43
44
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:31
Belle2::ParticleMassUpdaterModule::m_pdgCode
int m_pdgCode
PDG code for mass reference.
Definition
ParticleMassUpdaterModule.h:28
Belle2::ParticleMassUpdaterModule::ParticleMassUpdaterModule
ParticleMassUpdaterModule()
Constructor.
Definition
ParticleMassUpdaterModule.cc:21
Belle2
Abstract base class for different kinds of events.
Definition
ClusterUtils.h:26
analysis
modules
ParticleMassUpdater
include
ParticleMassUpdaterModule.h
Generated on Thu Aug 13 2026 21:43:50 for Belle II Software by
1.13.2