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/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h
Go to the documentation of this file.
1
#ifndef RootEventData_TRecEvTime_H
2
#define RootEventData_TRecEvTime_H 1
3
4
#include "TObject.h"
5
#include <vector>
6
7
8
using namespace
std
;
9
10
class
TRecEvTime
:
public
TObject {
11
12
public
:
13
14
TRecEvTime
();
15
16
~TRecEvTime
();
17
18
19
// void Clear(Option_t *option ="");
20
21
// void PrInt_t(Option_t *option="") const;
22
23
//Get
24
25
Int_t
status
()
const
{
return
m_status; }
26
Double_t
estime
()
const
{
return
m_estime; }
27
Double_t
quality
()
const
{
return
m_quality;}
28
// Set
29
void
setTest
( Double_t
estime
) { m_estime =
estime
; }
30
void
setStats
( Int_t
status
) { m_status =
status
; }
31
void
setQuality
( Double_t
quality
) { m_quality =
quality
; }
32
33
private
:
34
Int_t m_status;
35
Double_t m_estime;
36
Double_t m_quality;
37
38
//vector<MucRecHit> m_vecHits;
39
40
ClassDef(
TRecEvTime
,3)
41
};
42
43
#endif
TRecEvTime
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h:10
TRecEvTime::estime
Double_t estime() const
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h:26
TRecEvTime::setStats
void setStats(Int_t status)
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h:30
TRecEvTime::setQuality
void setQuality(Double_t quality)
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h:31
TRecEvTime::setTest
void setTest(Double_t estime)
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h:29
TRecEvTime::status
Int_t status() const
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h:25
TRecEvTime::quality
Double_t quality() const
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/TRecEvTime.h:27
TRecEvTime::TRecEvTime
TRecEvTime()
TRecEvTime::~TRecEvTime
~TRecEvTime()
Definition:
TRecEvTime.cxx:13
std
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/RootEventData_rootcint.cxx:16
source
Event
RootEventData
RootEventData-00-03-80
RootEventData
TRecEvTime.h
Generated by
1.9.6