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
Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigCondition.h
Go to the documentation of this file.
1
#ifndef EVENT_TRIG_CONDITION_H
2
#define EVENT_TRIG_CONDITION_H
3
4
#include <stdint.h>
5
#include <string>
6
#include <vector>
7
8
class
TrigCondition
{
9
public
:
10
TrigCondition
(
char
* name, uint32_t window,
const
uint32_t*
data
);
11
virtual
~TrigCondition
() {}
12
13
const
std::string&
getName
()
const
{
return
m_name; }
14
const
std::vector<uint32_t>&
getCondList
()
const
{
return
m_condList; }
15
uint32_t
getNumOne
(
int
index)
const
{
return
m_num_One[index]; }
16
uint32_t
getNumZero
(
int
index)
const
{
return
m_num_Zero[index]; }
17
18
void
print
()
const
;
19
20
private
:
21
std::string m_name;
22
std::vector<uint32_t> m_condList;
23
24
uint32_t m_num_One[48];
25
uint32_t m_num_Zero[48];
26
27
static
const
std::string s_CONDITIONS[48];
28
};
29
30
#endif
// EVENT_TRIG_CONDITION_H
data
TTree * data
Definition:
DataBase/tau_mode.c:5
TrigCondition
Definition:
Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigCondition.h:8
TrigCondition::getNumZero
uint32_t getNumZero(int index) const
Definition:
Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigCondition.h:16
TrigCondition::getCondList
const std::vector< uint32_t > & getCondList() const
Definition:
Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigCondition.h:14
TrigCondition::getName
const std::string & getName() const
Definition:
Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigCondition.h:13
TrigCondition::print
void print() const
Definition:
TrigCondition.cxx:83
TrigCondition::~TrigCondition
virtual ~TrigCondition()
Definition:
Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigCondition.h:11
TrigCondition::getNumOne
uint32_t getNumOne(int index) const
Definition:
Event/TrigEvent/TrigEvent-00-01-02/TrigEvent/TrigCondition.h:15
source
Event
TrigEvent
TrigEvent-00-01-02
TrigEvent
TrigCondition.h
Generated by
1.9.6