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
CDCCosmicSelectorModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2015 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: CDC group *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#ifndef CDCCOSMICSELECTOR_H
12
#define CDCCOSMICSELECTOR_H
13
14
//basf2 framework headers
15
#include <framework/core/Module.h>
16
#include <framework/datastore/StoreArray.h>
17
#include <mdst/dataobjects/MCParticle.h>
18
19
//C++/C standard lib elements.
20
//#include <string>
21
22
namespace
Belle2
{
34
class
CDCCosmicSelectorModule :
public
Module {
35
36
public
:
38
CDCCosmicSelectorModule
();
39
41
void
initialize
()
override
;
42
47
void
event
()
override
;
48
49
private
:
50
StoreArray<MCParticle>
m_mcParticles
;
51
double
m_xOfCounter
;
52
double
m_yOfCounter
;
53
double
m_zOfCounter
;
54
double
m_phiOfCounter
;
55
double
m_wOfCounter
;
56
double
m_lOfCounter
;
57
double
m_propSpeed
;
58
int
m_tof
;
59
bool
m_cryGenerator
;
60
bool
m_top
;
61
};
62
64
}
// end of Belle2 namespace
65
66
#endif // CDCCOSMICSELECTOR_H
Belle2::CDCCosmicSelectorModule::m_xOfCounter
double m_xOfCounter
x-pos.
Definition:
CDCCosmicSelectorModule.h:59
Belle2::CDCCosmicSelectorModule::m_phiOfCounter
double m_phiOfCounter
phi-angle of counter (deg)
Definition:
CDCCosmicSelectorModule.h:62
Belle2::CDCCosmicSelectorModule::initialize
void initialize() override
Initialize variables, print info, and start CPU clock.
Definition:
CDCCosmicSelectorModule.cc:40
Belle2::CDCCosmicSelectorModule::m_propSpeed
double m_propSpeed
Light speed in counter (cm/ns)
Definition:
CDCCosmicSelectorModule.h:65
Belle2::CDCCosmicSelectorModule::m_lOfCounter
double m_lOfCounter
full-length of counter (cm)
Definition:
CDCCosmicSelectorModule.h:64
Belle2::CDCCosmicSelectorModule::event
void event() override
Actual digitization of all hits in the CDC.
Definition:
CDCCosmicSelectorModule.cc:46
Belle2::CDCCosmicSelectorModule::m_yOfCounter
double m_yOfCounter
y-pos.
Definition:
CDCCosmicSelectorModule.h:60
Belle2::CDCCosmicSelectorModule::m_zOfCounter
double m_zOfCounter
z-pos.
Definition:
CDCCosmicSelectorModule.h:61
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::CDCCosmicSelectorModule::CDCCosmicSelectorModule
CDCCosmicSelectorModule()
Constructor.
Definition:
CDCCosmicSelectorModule.cc:21
Belle2::CDCCosmicSelectorModule::m_wOfCounter
double m_wOfCounter
full-width of counter (cm)
Definition:
CDCCosmicSelectorModule.h:63
Belle2::CDCCosmicSelectorModule::m_top
bool m_top
top option
Definition:
CDCCosmicSelectorModule.h:68
Belle2::CDCCosmicSelectorModule::m_tof
int m_tof
tof option
Definition:
CDCCosmicSelectorModule.h:66
Belle2::CDCCosmicSelectorModule::m_cryGenerator
bool m_cryGenerator
cry or cosmics generator
Definition:
CDCCosmicSelectorModule.h:67
Belle2::StoreArray< MCParticle >
Belle2::CDCCosmicSelectorModule::m_mcParticles
StoreArray< MCParticle > m_mcParticles
array of MCParticle
Definition:
CDCCosmicSelectorModule.h:58
cdc
modules
cdcCosmicSelector
include
CDCCosmicSelectorModule.h
Generated on Tue Jan 4 2022 02:53:06 for Belle II Software by
1.8.17