Belle II Software
release-05-02-19
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
BBBremInputModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2012 Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Andreas Moll, Torben Ferber *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#ifndef BBBREMINPUTMODULE_H
12
#define BBBREMINPUTMODULE_H
13
14
#include <framework/core/Module.h>
15
16
#include <generators/bbbrem/BBBrem.h>
17
#include <generators/utilities/InitialParticleGeneration.h>
18
19
#include <mdst/dataobjects/MCParticleGraph.h>
20
21
namespace
Belle2
{
34
class
BBBremInputModule :
public
Module {
35
36
public
:
37
42
BBBremInputModule
();
43
45
virtual
~BBBremInputModule
();
46
48
virtual
void
initialize
()
override
;
49
51
virtual
void
event
()
override
;
52
54
virtual
void
terminate
()
override
;
55
56
57
protected
:
58
60
double
m_photonEFrac
;
61
bool
m_unweighted
;
62
double
m_maxWeight
;
63
int
m_densityCorrectionMode
;
64
double
m_DensityCorrectionParameter
;
67
BBBrem
m_generator
;
68
MCParticleGraph
m_mcGraph
;
70
private
:
71
72
void
initializeGenerator
();
74
bool
m_initialized
{
false
};
76
DBObjPtr<BeamParameters>
m_beamParams
;
78
InitialParticleGeneration
m_initial
;
80
};
81
83
}
// end namespace Belle2
84
85
86
#endif
/* BBBREMINPUTMODULE_H */
Belle2::BBBremInputModule::m_initial
InitialParticleGeneration m_initial
initial particle used by BeamParameter class
Definition:
BBBremInputModule.h:86
Belle2::BBBremInputModule::m_mcGraph
MCParticleGraph m_mcGraph
The MCParticle graph object.
Definition:
BBBremInputModule.h:76
Belle2::MCParticleGraph
Class to build, validate and sort a particle decay chain.
Definition:
MCParticleGraph.h:48
Belle2::BBBremInputModule::m_unweighted
bool m_unweighted
True if BBBrem should produce unweighted events.
Definition:
BBBremInputModule.h:69
Belle2::BBBremInputModule::m_initialized
bool m_initialized
True if generator has been initialized.
Definition:
BBBremInputModule.h:82
Belle2::BBBremInputModule::initialize
virtual void initialize() override
Initializes the module.
Definition:
BBBremInputModule.cc:54
Belle2::BBBremInputModule::m_generator
BBBrem m_generator
Variables.
Definition:
BBBremInputModule.h:75
Belle2::BBBremInputModule::~BBBremInputModule
virtual ~BBBremInputModule()
Destructor.
Definition:
BBBremInputModule.cc:48
Belle2::BBBremInputModule::m_DensityCorrectionParameter
double m_DensityCorrectionParameter
Density correction parameter tc.
Definition:
BBBremInputModule.h:72
Belle2::InitialParticleGeneration
Generate Collision.
Definition:
InitialParticleGeneration.h:35
Belle2::DBObjPtr
Class for accessing objects in the database.
Definition:
DBObjPtr.h:31
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::BBBremInputModule::initializeGenerator
void initializeGenerator()
Method is called to initialize the generator.
Definition:
BBBremInputModule.cc:108
Belle2::BBBremInputModule::m_maxWeight
double m_maxWeight
The maximum weight.
Definition:
BBBremInputModule.h:70
Belle2::BBBrem
Generator for low scattering angle radiative Bhabha events (Beam-Beam Bremsstrahlung).
Definition:
BBBrem.h:40
Belle2::BBBremInputModule::event
virtual void event() override
Method is called for each event.
Definition:
BBBremInputModule.cc:65
Belle2::BBBremInputModule::m_beamParams
DBObjPtr< BeamParameters > m_beamParams
BeamParameter.
Definition:
BBBremInputModule.h:84
Belle2::BBBremInputModule::m_photonEFrac
double m_photonEFrac
Module parameters.
Definition:
BBBremInputModule.h:68
Belle2::BBBremInputModule::BBBremInputModule
BBBremInputModule()
Constructor.
Definition:
BBBremInputModule.cc:32
Belle2::BBBremInputModule::m_densityCorrectionMode
int m_densityCorrectionMode
Mode for bunch density correction.
Definition:
BBBremInputModule.h:71
Belle2::BBBremInputModule::terminate
virtual void terminate() override
Method is called at the end of the event processing.
Definition:
BBBremInputModule.cc:97
generators
modules
bbbreminput
include
BBBremInputModule.h
Generated on Tue Jan 4 2022 02:58:11 for Belle II Software by
1.8.17