BOSS
7.1.2
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.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
▼
Mdc
▼
DedxCalibAlg
▼
DedxCalibAlg-00-02-01
▼
DedxCalibAlg
►
DedxCalib.h
►
DedxCalibCostheta.h
►
DedxCalibDocaEAng.h
►
DedxCalibEAng.h
►
DedxCalibEvent.h
►
DedxCalibLayerGain.h
►
DedxCalibMomentum.h
►
DedxCalibParameters.h
►
DedxCalibRunByRun.h
►
DedxCalibTzero.h
►
DedxCalibWireGain.h
►
DedxSaveWireGain.h
►
share
►
src
►
DedxCorrecSvc
►
DedxCurSvc
►
DedxSimSvc
►
MdcAlignAlg
►
MdcCalibAlg
►
MdcCalibFunSvc
►
MdcCheckUtil
►
MdcGeomSvc
►
MdcHvDropSvc
►
MdcNavigation
►
MdcRawEvent
►
MdcRecEvent
►
MdcTables
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
DedxCalibEAng.h
Go to the documentation of this file.
1
#ifndef DEDXCALIBEANG_HH
2
#define DEDXCALIBEANG_HH
3
4
#include "TH1F.h"
5
6
#include "
DedxCalibAlg/DedxCalib.h
"
7
8
using namespace
std
;
9
10
class
DedxCalibEAng
:
public
DedxCalib
11
{
12
public
:
13
DedxCalibEAng
(
const
std::string& name, ISvcLocator* pSvcLocator);
14
~DedxCalibEAng
() {};
15
void
initializing
() {}
16
void
BookHists
();
17
void
genNtuple
() {}
18
void
FillHists
();
19
void
AnalyseHists
();
20
void
WriteHists
();
21
22
private
:
23
TH1F** m_eangle;
24
TH1F** m_pos_eangle;
25
TH1F** m_trunc_eangle;
26
TH1F** m_neg_eangle;
27
TH1F* m_EAngAverdE;
28
TH1F* m_trunc_EAngAverdE;
29
TH1F* m_pos_EAngAverdE;
30
TH1F* m_neg_EAngAverdE;
31
double
m_truncate;
32
double
pMin, pMax;
33
};
10
class
DedxCalibEAng
:
public
DedxCalib
{
…
};
34
#endif
DedxCalib.h
DedxCalibEAng
Definition
DedxCalibEAng.h:11
DedxCalibEAng::initializing
void initializing()
Definition
DedxCalibEAng.h:15
DedxCalibEAng::~DedxCalibEAng
~DedxCalibEAng()
Definition
DedxCalibEAng.h:14
DedxCalibEAng::WriteHists
void WriteHists()
Definition
DedxCalibEAng.cxx:211
DedxCalibEAng::genNtuple
void genNtuple()
Definition
DedxCalibEAng.h:17
DedxCalibEAng::FillHists
void FillHists()
Definition
DedxCalibEAng.cxx:67
DedxCalibEAng::BookHists
void BookHists()
Definition
DedxCalibEAng.cxx:25
DedxCalibEAng::DedxCalibEAng
DedxCalibEAng(const std::string &name, ISvcLocator *pSvcLocator)
Definition
DedxCalibEAng.cxx:19
DedxCalibEAng::AnalyseHists
void AnalyseHists()
Definition
DedxCalibEAng.cxx:152
DedxCalib
Definition
DedxCalib.h:12
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.2
Mdc
DedxCalibAlg
DedxCalibAlg-00-02-01
DedxCalibAlg
DedxCalibEAng.h
Generated by
1.12.0