BOSS
7.1.1
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.1
►
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
►
Tof
▼
Trigger
▼
Trigger
▼
Trigger-00-02-00
►
src
▼
Trigger
►
AsciiData.h
►
BesEmcTrig.h
►
BesGlobalTrigSvc.h
►
BesMdcTrig.h
►
BesMucTrig.h
►
BesTMTrig.h
►
BesTofTrig.h
►
BesTrigL1.h
►
dmplib.h
►
EmcCCount.h
►
EmcESum.h
►
EmcTCFinder.h
►
IBesGlobalTrigSvc.h
►
MdcTCount.h
►
MdcTF.h
►
MdcTSF.h
►
MucTrigHit.h
►
TofHitCount.h
►
TrigPara.h
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TofHitCount.h
Go to the documentation of this file.
1
#ifndef TofHitCount_h
2
#define TofHitCount_h 1
3
#include <vector>
4
5
#include "
TofRawEvent/TofDigi.h
"
6
7
class
TofHitCount
{
8
public
:
9
TofHitCount
();
10
~TofHitCount
();
11
void
setTofDigi
(std::vector<int>& vtofHit);
12
inline
std::vector<int>&
GetbarrelHit1
() {
return
barrelHit1; }
13
inline
std::vector<int>&
GetbarrelHit2
() {
return
barrelHit2; }
14
inline
std::vector<int>&
GetecapHit
() {
return
ecapHit; }
15
inline
std::vector<int>&
GetwcapHit
() {
return
wcapHit; }
16
17
static
TofHitCount
*
get_Tof
(
void
);
18
19
private
:
20
std::vector<int> barrelHit1;
21
std::vector<int> barrelHit2;
22
std::vector<int> ecapHit;
23
std::vector<int> wcapHit;
24
25
static
TofHitCount
* tof_Pointer;
26
27
};
7
class
TofHitCount
{
…
};
28
#endif
TofDigi.h
TofHitCount
Definition
TofHitCount.h:7
TofHitCount::GetwcapHit
std::vector< int > & GetwcapHit()
Definition
TofHitCount.h:15
TofHitCount::get_Tof
static TofHitCount * get_Tof(void)
Definition
TofHitCount.cxx:26
TofHitCount::setTofDigi
void setTofDigi(std::vector< int > &vtofHit)
Definition
TofHitCount.cxx:37
TofHitCount::GetecapHit
std::vector< int > & GetecapHit()
Definition
TofHitCount.h:14
TofHitCount::GetbarrelHit1
std::vector< int > & GetbarrelHit1()
Definition
TofHitCount.h:12
TofHitCount::TofHitCount
TofHitCount()
Definition
TofHitCount.cxx:31
TofHitCount::~TofHitCount
~TofHitCount()
Definition
TofHitCount.cxx:34
TofHitCount::GetbarrelHit2
std::vector< int > & GetbarrelHit2()
Definition
TofHitCount.h:13
7.1.1
Trigger
Trigger
Trigger-00-02-00
Trigger
TofHitCount.h
Generated by
1.12.0