BOSS
7.1.2
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
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
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
▼
Simulation
►
BesEventMixer
▼
BOOST
►
BesSim
►
EmcSim
►
GenSim
►
MdcSim
►
MdcTunningSvc
►
MucSim
►
PhySim
►
PrintMcInfo
►
SimUtil
▼
TofSim
▼
TofSim-00-02-40
►
dat
►
src
▼
TofSim
►
BesTofConstruction.hh
►
BesTofDigi.hh
►
BesTofDigitizer.hh
►
BesTofDigitizerBrV1.hh
►
BesTofDigitizerBrV2.hh
►
BesTofDigitizerEcV1.hh
►
BesTofDigitizerEcV2.hh
►
BesTofDigitizerEcV3.hh
►
BesTofDigitizerEcV4.hh
►
BesTofDigitizerV.hh
►
BesTofGeoParameter.hh
►
BesTofHit.hh
►
BesTofSD.hh
►
PartProduce.hh
►
ScintSingle.hh
►
TruSim
►
G4Svc
►
McTestAlg
►
Realization
►
SimHelpers
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
BesTofDigitizerEcV1.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
//Description:
5
//Author: Dengzy
6
//Created: Mar, 2004
7
//Modified:
8
//Comment:
9
//---------------------------------------------------------------------------//
10
// $Id: BesTofDigitizerEcV1.hh
11
12
#ifndef BesTofDigitizerEcV1_h
13
#define BesTofDigitizerEcV1_h 1
14
15
#include "
BesTofDigitizerV.hh
"
16
#include "
BesTofDigi.hh
"
17
#include "globals.hh"
18
#include "
ScintSingle.hh
"
19
20
21
class
BesTofDigitizerEcV1
:
public
BesTofDigitizerV
22
{
23
public
:
24
BesTofDigitizerEcV1
();
25
~BesTofDigitizerEcV1
();
26
27
virtual
void
Digitize
(
ScintSingle
*,
BesTofDigitsCollection
* );
28
29
void
TofPmtInit
();
30
void
TofPmtAccum
(
BesTofHit
*);
31
void
Smear
(G4int);
32
33
private
:
34
G4double m_t1st;
35
G4double m_r;
36
37
G4double m_bucketPosR;
38
};
21
class
BesTofDigitizerEcV1
:
public
BesTofDigitizerV
{
…
};
39
40
41
#endif
42
BesTofDigi.hh
BesTofDigitsCollection
G4TDigiCollection< BesTofDigi > BesTofDigitsCollection
Definition
BesTofDigi.hh:79
BesTofDigitizerV.hh
ScintSingle.hh
BesTofDigitizerEcV1
Definition
BesTofDigitizerEcV1.hh:22
BesTofDigitizerEcV1::TofPmtInit
void TofPmtInit()
Definition
BesTofDigitizerEcV1.cc:68
BesTofDigitizerEcV1::Digitize
virtual void Digitize(ScintSingle *, BesTofDigitsCollection *)
Definition
BesTofDigitizerEcV1.cc:31
BesTofDigitizerEcV1::~BesTofDigitizerEcV1
~BesTofDigitizerEcV1()
Definition
BesTofDigitizerEcV1.cc:27
BesTofDigitizerEcV1::Smear
void Smear(G4int)
Definition
BesTofDigitizerEcV1.cc:101
BesTofDigitizerEcV1::BesTofDigitizerEcV1
BesTofDigitizerEcV1()
Definition
BesTofDigitizerEcV1.cc:21
BesTofDigitizerEcV1::TofPmtAccum
void TofPmtAccum(BesTofHit *)
Definition
BesTofDigitizerEcV1.cc:74
BesTofDigitizerV
Definition
BesTofDigitizerV.hh:30
BesTofHit
Definition
BesTofHit.hh:23
ScintSingle
Definition
ScintSingle.hh:19
7.1.2
Simulation
BOOST
TofSim
TofSim-00-02-40
TofSim
BesTofDigitizerEcV1.hh
Generated by
1.12.0