Belle II Software
development
KlongMomentumCalculatorExpertModule.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
11
#include <framework/core/Module.h>
12
13
#include <framework/datastore/StoreObjPtr.h>
14
15
#include <analysis/DecayDescriptor/DecayDescriptor.h>
16
#include <analysis/dataobjects/ParticleList.h>
17
18
#include <string>
19
20
namespace
Belle2
{
25
class
ParticleGenerator
;
26
30
class
KlongMomentumCalculatorExpertModule
:
public
Module
{
31
32
public
:
33
37
KlongMomentumCalculatorExpertModule
();
38
43
virtual
void
initialize
()
override
;
44
48
virtual
void
event
()
override
;
49
50
private
:
51
52
StoreObjPtr<ParticleList>
m_koutputList
;
53
54
std::string
m_decayString
;
55
DecayDescriptor
m_decaydescriptor
;
56
std::unique_ptr<ParticleGenerator>
m_generator
;
57
58
std::string
m_klistName
;
59
60
bool
m_writeOut
;
61
62
std::string
m_recoList
;
63
64
int
m_maximumNumberOfCandidates
;
65
66
};
67
69
}
// Belle2 namespace
70
71
//#endif
Belle2::DecayDescriptor
The DecayDescriptor stores information about a decay tree or parts of a decay tree.
Definition
DecayDescriptor.h:32
Belle2::KlongMomentumCalculatorExpertModule::m_koutputList
StoreObjPtr< ParticleList > m_koutputList
Klong output particle list.
Definition
KlongMomentumCalculatorExpertModule.h:52
Belle2::KlongMomentumCalculatorExpertModule::m_maximumNumberOfCandidates
int m_maximumNumberOfCandidates
drop all candidates if more candidates than this parameter are produced
Definition
KlongMomentumCalculatorExpertModule.h:64
Belle2::KlongMomentumCalculatorExpertModule::initialize
virtual void initialize() override
Initialize the Module.
Definition
KlongMomentumCalculatorExpertModule.cc:71
Belle2::KlongMomentumCalculatorExpertModule::event
virtual void event() override
Event processor.
Definition
KlongMomentumCalculatorExpertModule.cc:110
Belle2::KlongMomentumCalculatorExpertModule::m_decayString
std::string m_decayString
Input DecayString specifying the decay being reconstructed.
Definition
KlongMomentumCalculatorExpertModule.h:54
Belle2::KlongMomentumCalculatorExpertModule::m_recoList
std::string m_recoList
Suffix attached to the output K_L list, if not defined it is set to '_reco'.
Definition
KlongMomentumCalculatorExpertModule.h:62
Belle2::KlongMomentumCalculatorExpertModule::m_generator
std::unique_ptr< ParticleGenerator > m_generator
Generates the combinations.
Definition
KlongMomentumCalculatorExpertModule.h:56
Belle2::KlongMomentumCalculatorExpertModule::KlongMomentumCalculatorExpertModule
KlongMomentumCalculatorExpertModule()
Constructor.
Definition
KlongMomentumCalculatorExpertModule.cc:47
Belle2::KlongMomentumCalculatorExpertModule::m_decaydescriptor
DecayDescriptor m_decaydescriptor
Decay descriptor of the decay being reconstructed.
Definition
KlongMomentumCalculatorExpertModule.h:55
Belle2::KlongMomentumCalculatorExpertModule::m_writeOut
bool m_writeOut
toggle output particle list btw.
Definition
KlongMomentumCalculatorExpertModule.h:60
Belle2::KlongMomentumCalculatorExpertModule::m_klistName
std::string m_klistName
output K_L0 particle list name
Definition
KlongMomentumCalculatorExpertModule.h:58
Belle2::Module::Module
Module()
Constructor.
Definition
Module.cc:30
Belle2::ParticleGenerator
ParticleGenerator is a generator for all the particles combined from the given ParticleLists.
Definition
ParticleCombiner.h:126
Belle2::StoreObjPtr
Type-safe access to single objects in the data store.
Definition
StoreObjPtr.h:96
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
analysis
modules
KlongDecayReconstructor
include
KlongMomentumCalculatorExpertModule.h
Generated on Mon Sep 1 2025 02:45:28 for Belle II Software by
1.13.2