 |
Belle II Software
release-05-02-19
|
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 KlongDecayReconstructorExpertModule :
public Module {
50 virtual void event()
override;
72 std::unique_ptr<Variable::Cut>
m_cut;
std::string m_decayString
Input DecayString specifying the decay being reconstructed.
bool m_writeOut
toggle output particle list btw.
int m_pdgCode
PDG code of the combined mother particle.
KlongDecayReconstructorExpertModule()
Constructor.
virtual void event() override
Event processor.
int m_decayModeID
user specified decay mode identifier
std::string m_finalDecayString
Final DecayString specifying the decay being reconstructed with recalculated KL momenta.
std::string m_cutParameter
selection criteria
virtual void initialize() override
Initialize the Module.
int m_maximumNumberOfCandidates
drop all candidates if more candidates than this parameter are produced
std::unique_ptr< ParticleGenerator > m_generator
Generates the combinations.
DecayDescriptor m_decaydescriptor
Decay descriptor of the decay being reconstructed.
Abstract base class for different kinds of events.
std::string m_antiListName
output anti-particle list name
std::unique_ptr< Variable::Cut > m_cut
cut object which performs the cuts
std::string m_recoList
suffix for input K_L0 list name
std::string m_listName
output particle list name
The DecayDescriptor stores information about a decay tree or parts of a decay tree.
bool m_isSelfConjugatedParticle
flag that indicates whether an anti-particle mother does not exist and should not be reconstructed as...