 |
Belle II Software
release-05-01-25
|
13 #include <framework/core/Module.h>
15 #include <analysis/VariableManager/Utility.h>
16 #include <analysis/ParticleCombiner/ParticleCombiner.h>
18 #include <analysis/DecayDescriptor/DecayDescriptor.h>
32 class KlongMomentumCalculatorExpertModule :
public Module {
50 virtual void event()
override;
71 std::unique_ptr<Variable::Cut>
m_cut;
bool m_writeOut
toggle output particle list btw.
std::unique_ptr< ParticleGenerator > m_generator
Generates the combinations.
KlongMomentumCalculatorExpertModule()
Constructor.
std::string m_listName
output particle list name
std::string m_finalDecayString
Final DecayString specifying the decay being reconstructed with recalculated KL momenta.
bool m_isSelfConjugatedParticle
flag that indicates whether an anti-particle mother does not exist and should not be reconstructed as...
virtual void event() override
Event processor.
std::string m_klistName
output K_L0 particle list name
virtual void initialize() override
Initialize the Module.
int m_pdgCode
PDG code of the combined mother particle.
int m_decayModeID
user specified decay mode identifier
Abstract base class for different kinds of events.
DecayDescriptor m_decaydescriptor
Decay descriptor of the decay being reconstructed.
std::unique_ptr< Variable::Cut > m_cut
cut object which performs the cuts
std::string m_cutParameter
selection criteria
std::string m_decayString
Input DecayString specifying the decay being reconstructed.
std::string m_recoList
Suffix attached to the output K_L list, if not defined it is set to '_reco'
The DecayDescriptor stores information about a decay tree or parts of a decay tree.
std::string m_antiListName
output anti-particle list name
int m_maximumNumberOfCandidates
drop all candidates if more candidates than this parameter are produced