Belle II Software
release-06-02-00
TrackingSystematics.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
#include <analysis/dataobjects/Particle.h>
13
14
namespace
Belle2
{
28
class
TrackingEfficiencyModule
:
public
Module
{
29
public
:
30
34
TrackingEfficiencyModule
();
35
39
virtual
void
event
()
override
;
40
41
private
:
43
std::vector<std::string>
m_ParticleLists
;
45
double
m_frac
;
46
};
//TrackingEfficiencyModule
47
48
52
class
TrackingMomentumModule
:
public
Module
{
53
public
:
57
TrackingMomentumModule
();
58
62
virtual
void
event
()
override
;
63
64
private
:
66
std::vector<std::string>
m_ParticleLists
;
68
double
m_scale
;
69
73
void
setMomentumScalingFactor
(
Particle
* particle);
74
75
};
// TrackingMomentumModule
76
78
};
//namespace
79
Belle2::Module
Base class for Modules.
Definition:
Module.h:72
Belle2::Particle
Class to store reconstructed particles.
Definition:
Particle.h:74
Belle2::TrackingEfficiencyModule
This set of module is designed for tracking systematics studies.
Definition:
TrackingSystematics.h:28
Belle2::TrackingEfficiencyModule::m_ParticleLists
std::vector< std::string > m_ParticleLists
input particle lists
Definition:
TrackingSystematics.h:43
Belle2::TrackingEfficiencyModule::event
virtual void event() override
Function to be executed at each event.
Definition:
TrackingSystematics.cc:34
Belle2::TrackingEfficiencyModule::m_frac
double m_frac
fraction of particles to be removed from the particlelist
Definition:
TrackingSystematics.h:45
Belle2::TrackingEfficiencyModule::TrackingEfficiencyModule
TrackingEfficiencyModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition:
TrackingSystematics.cc:25
Belle2::TrackingMomentumModule
Tracking momentum systematics.
Definition:
TrackingSystematics.h:52
Belle2::TrackingMomentumModule::m_ParticleLists
std::vector< std::string > m_ParticleLists
input particle lists
Definition:
TrackingSystematics.h:66
Belle2::TrackingMomentumModule::event
virtual void event() override
Function to be executed at each event.
Definition:
TrackingSystematics.cc:82
Belle2::TrackingMomentumModule::setMomentumScalingFactor
void setMomentumScalingFactor(Particle *particle)
function to set momentum scaling factor
Definition:
TrackingSystematics.cc:101
Belle2::TrackingMomentumModule::m_scale
double m_scale
input momentum scale modifier
Definition:
TrackingSystematics.h:68
Belle2::TrackingMomentumModule::TrackingMomentumModule
TrackingMomentumModule()
Constructor: Sets the description, the properties and the parameters of the module.
Definition:
TrackingSystematics.cc:73
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
analysis
modules
TrackingSystematics
include
TrackingSystematics.h
Generated on Thu Dec 28 2023 02:17:58 for Belle II Software by
1.9.1