Belle II Software
development
TrackingEnergyLossCorrection.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
namespace
Belle2
{
18
template
<
class
T>
class
DBObjPtr
;
19
class
Particle
;
20
class
ParticleWeightingLookUpTable
;
21
25
class
TrackingEnergyLossCorrectionModule
:
public
Module
{
26
public
:
30
TrackingEnergyLossCorrectionModule
();
31
35
virtual
void
initialize
()
override
;
36
40
virtual
void
event
()
override
;
41
42
private
:
47
double
getCorrectionValue
(
Particle
* particle);
48
50
std::vector<std::string>
m_ParticleLists
;
52
double
m_correction
;
53
55
std::string
m_payloadName
;
56
58
std::string
m_correctionName
;
59
61
std::unique_ptr<DBObjPtr<ParticleWeightingLookUpTable>>
m_ParticleWeightingLookUpTable
;
65
void
setEnergyLossCorrection
(
Particle
* particle);
66
67
};
// TrackingEnergyLossCorrectionModule
68
70
};
//namespace
71
Belle2::DBObjPtr
Class for accessing objects in the database.
Definition
DBObjPtr.h:21
Belle2::Module::Module
Module()
Constructor.
Definition
Module.cc:30
Belle2::ParticleWeightingLookUpTable
Class for handling LookUp tables.
Definition
ParticleWeightingLookUpTable.h:28
Belle2::Particle
Class to store reconstructed particles.
Definition
Particle.h:76
Belle2::TrackingEnergyLossCorrectionModule::m_ParticleLists
std::vector< std::string > m_ParticleLists
input particle lists
Definition
TrackingEnergyLossCorrection.h:50
Belle2::TrackingEnergyLossCorrectionModule::initialize
virtual void initialize() override
Initializes the modules and checks the validity of the input parameters.
Definition
TrackingEnergyLossCorrection.cc:43
Belle2::TrackingEnergyLossCorrectionModule::event
virtual void event() override
Function to be executed at each event.
Definition
TrackingEnergyLossCorrection.cc:63
Belle2::TrackingEnergyLossCorrectionModule::getCorrectionValue
double getCorrectionValue(Particle *particle)
Returns the needed correction for particle based on payloadName and correctionName.
Definition
TrackingEnergyLossCorrection.cc:91
Belle2::TrackingEnergyLossCorrectionModule::TrackingEnergyLossCorrectionModule
TrackingEnergyLossCorrectionModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition
TrackingEnergyLossCorrection.cc:30
Belle2::TrackingEnergyLossCorrectionModule::m_payloadName
std::string m_payloadName
Name of the table.
Definition
TrackingEnergyLossCorrection.h:55
Belle2::TrackingEnergyLossCorrectionModule::setEnergyLossCorrection
void setEnergyLossCorrection(Particle *particle)
function to set the Energy correction value
Definition
TrackingEnergyLossCorrection.cc:112
Belle2::TrackingEnergyLossCorrectionModule::m_ParticleWeightingLookUpTable
std::unique_ptr< DBObjPtr< ParticleWeightingLookUpTable > > m_ParticleWeightingLookUpTable
Pointer to the table in DB.
Definition
TrackingEnergyLossCorrection.h:61
Belle2::TrackingEnergyLossCorrectionModule::m_correction
double m_correction
input Energy scale modifier
Definition
TrackingEnergyLossCorrection.h:52
Belle2::TrackingEnergyLossCorrectionModule::m_correctionName
std::string m_correctionName
Name of the correction from table.
Definition
TrackingEnergyLossCorrection.h:58
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
analysis
modules
TrackingSystematics
include
TrackingEnergyLossCorrection.h
Generated on Mon Sep 1 2025 02:45:41 for Belle II Software by
1.13.2