Belle II Software
development
Toggle main menu visibility
Main Page
Topics
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
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
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
e
f
g
n
p
s
v
z
Enumerator
c
d
f
p
t
v
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 Symbols
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
SensitiveDetector.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
#ifndef MICROTPC_SENSITIVEDETECTOR_H
9
#define MICROTPC_SENSITIVEDETECTOR_H
10
11
#include <simulation/kernel/SensitiveDetectorBase.h>
12
13
namespace
Belle2
{
19
namespace
microtpc
{
20
22
class
SensitiveDetector
:
public
Simulation::SensitiveDetectorBase
{
23
public
:
25
SensitiveDetector
();
26
28
int
saveG4TrackInfo
(
29
int
trackID,
30
int
PDG,
31
float
Mass,
32
float
Energy,
33
float
vtx[3],
34
float
mom[3]
35
);
36
37
protected
:
38
43
bool
step
(G4Step*
step
, G4TouchableHistory*)
override
;
45
int
m_trackID
;
46
};
22
class
SensitiveDetector
:
public
Simulation::SensitiveDetectorBase
{
…
};
47
}
//microtpc namespace
49
}
//Belle2 namespace
50
51
#endif
Belle2::Simulation::SensitiveDetectorBase
Base class for all Sensitive Detectors to create hits during simulation.
Definition
SensitiveDetectorBase.h:28
Belle2::microtpc::SensitiveDetector::m_trackID
int m_trackID
track id
Definition
SensitiveDetector.h:45
Belle2::microtpc::SensitiveDetector::saveG4TrackInfo
int saveG4TrackInfo(int trackID, int PDG, float Mass, float Energy, float vtx[3], float mom[3])
Save saveG4TrackInfo into datastore.
Definition
SensitiveDetector.cc:137
Belle2::microtpc::SensitiveDetector::SensitiveDetector
SensitiveDetector()
Constructor.
Definition
SensitiveDetector.cc:27
Belle2::microtpc::SensitiveDetector::step
bool step(G4Step *step, G4TouchableHistory *) override
Step processing method.
Definition
SensitiveDetector.cc:50
Belle2::microtpc
Namespace to encapsulate code needed for the MICROTPC detector.
Definition
MicrotpcCreator.h:22
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
beast
microtpc
simulation
include
SensitiveDetector.h
Generated on Sun May 18 2025 03:02:36 for Belle II Software by
1.13.2