BOSS
7.1.0
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 Functions
:
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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
DQA_MDC.h
Go to the documentation of this file.
1
#ifndef Physics_Analysis_DQA_MDC_H
2
#define Physics_Analysis_DQA_MDC_H
3
4
#include "GaudiKernel/AlgFactory.h"
5
#include "GaudiKernel/Algorithm.h"
6
#include "GaudiKernel/NTuple.h"
7
8
#include "TH1F.h"
9
#include "TF1.h"
10
11
12
class
ITHistSvc;
13
const
int
TAGN
= 2;
// 0-all; 1-dimu
14
class
DQA_MDC
:
public
Algorithm {
15
16
public
:
17
DQA_MDC
(
const
std::string& name, ISvcLocator* pSvcLocator);
18
StatusCode
initialize
();
19
StatusCode
execute
();
20
StatusCode
finalize
();
21
22
private
:
23
// Interface
24
ITHistSvc* m_thsvc;
25
long
m_run, m_event;
26
27
// Spacial resolution
28
TH1F* m_hresAllIncBb;
29
TH1F* m_hresAllExcBb;
30
TH1F* m_hresAllEvaBb;
31
//momentum in Lab
32
TH1F* m_ppLabBb;
33
TH1F* m_pmLabBb;
34
TH1F* m_ppCmsBb;
35
TH1F* m_pmCmsBb;
36
TH1F* m_pTotLabBb;
37
TH1F* m_pTotCmsBb;
38
39
// Spacial resolution
40
TH1F* m_hresAllIncDimu;
41
TH1F* m_hresAllExcDimu;
42
TH1F* m_hresAllEvaDimu;
43
//momentum in Lab
44
TH1F* m_ppLabDimu;
45
TH1F* m_pmLabDimu;
46
TH1F* m_ppCmsDimu;
47
TH1F* m_pmCmsDimu;
48
TH1F* m_pTotLabDimu;
49
TH1F* m_pTotCmsDimu;
50
51
};
52
53
54
#endif
TAGN
const int TAGN
Definition:
DQA_MDC.h:13
DQA_MDC
Definition:
DQA_MDC.h:14
DQA_MDC::execute
StatusCode execute()
Definition:
DQA_MDC.cxx:128
DQA_MDC::initialize
StatusCode initialize()
Definition:
DQA_MDC.cxx:43
DQA_MDC::finalize
StatusCode finalize()
Definition:
DQA_MDC.cxx:354
source
DQA
DQA_MDC
DQA_MDC-00-01-00
DQA_MDC
DQA_MDC.h
Generated by
1.9.6