BOSS
7.0.4
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
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
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 Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
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
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
InstallArea/include/Trigger/Trigger/MdcTCount.h
Go to the documentation of this file.
1
#ifndef MdcTCount_h
2
#define MdcTCount_h 1
3
#include <vector>
4
5
class
MdcTF
;
6
class
IBesGlobalTrigSvc
;
7
class
BesGlobalTrigSvc
;
8
9
class
MdcTCount
{
10
public
:
11
MdcTCount
();
12
~MdcTCount
();
13
void
GetTCount
();
14
inline
int
GetstrackNo
() {
return
strackNo; }
15
inline
int
GetltrackNo
() {
return
ltrackNo; }
16
inline
int
GetnItrkSL1
() {
return
nItrkSL1; }
17
inline
int
GetnItrkSL2
() {
return
nItrkSL2; }
18
inline
std::vector<int>&
GetstrackId
() {
return
strackId; }
19
inline
std::vector<int>&
GetltrackId
() {
return
ltrackId; }
20
inline
std::vector<int>&
GetintrkId1
() {
return
intrkId1; }
21
inline
std::vector<int>&
GetintrkId2
() {
return
intrkId2; }
22
private
:
23
MdcTF
* m_MdcTF;
24
BesGlobalTrigSvc
* m_pIBGT;
25
IBesGlobalTrigSvc
* m_tmpSvc;
26
27
int
strackNo;
28
int
ltrackNo;
29
int
nItrkSL1;
30
int
nItrkSL2;
31
std::vector<int> strackId;
32
std::vector<int> ltrackId;
33
std::vector<int> intrkId1;
34
std::vector<int> intrkId2;
35
};
36
#endif
BesGlobalTrigSvc
Definition:
InstallArea/include/Trigger/Trigger/BesGlobalTrigSvc.h:27
IBesGlobalTrigSvc
Definition:
InstallArea/include/Trigger/Trigger/IBesGlobalTrigSvc.h:11
MdcTCount
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:9
MdcTCount::GetstrackNo
int GetstrackNo()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:14
MdcTCount::~MdcTCount
~MdcTCount()
Definition:
MdcTCount.cxx:27
MdcTCount::GetnItrkSL2
int GetnItrkSL2()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:17
MdcTCount::GetnItrkSL1
int GetnItrkSL1()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:16
MdcTCount::GetintrkId1
std::vector< int > & GetintrkId1()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:20
MdcTCount::GetintrkId2
std::vector< int > & GetintrkId2()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:21
MdcTCount::GetstrackId
std::vector< int > & GetstrackId()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:18
MdcTCount::MdcTCount
MdcTCount()
Definition:
MdcTCount.cxx:23
MdcTCount::GetltrackNo
int GetltrackNo()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:15
MdcTCount::GetTCount
void GetTCount()
Definition:
MdcTCount.cxx:31
MdcTCount::GetltrackId
std::vector< int > & GetltrackId()
Definition:
InstallArea/include/Trigger/Trigger/MdcTCount.h:19
MdcTF
Definition:
InstallArea/include/Trigger/Trigger/MdcTF.h:6
source
InstallArea
include
Trigger
Trigger
MdcTCount.h
Generated by
1.9.6