BOSS
7.1.1
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.1
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
►
Calibration
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
▼
Emc
▼
EmcCalib
▼
EmcBhaCalib
▼
EmcBhaCalib-00-01-00
▼
EmcBhaCalib
►
BhabhaType.h
►
EmcBhabha.h
►
EmcBhabhaEvent.h
►
EmcBhaCalib.h
►
EmcBhaCalibData.h
►
EmcCalibModLowHigh.h
►
EmcCalibTagDeadOrHot.h
►
EmcDataIO.h
►
EmcLSSMatrix.h
►
EmcSelBhaEvent.h
►
EmcShDigi.h
►
EmcShower.h
►
src
►
EmcCalibConstSvc
►
EmcGeneralClass
►
EmcRawEvent
►
EmcRecEventModel
►
EmcRecGeoSvc
►
EmcSatuDeadEnSvc
►
EmcShEnCalibSvc
►
EmcWaveform
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
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
EmcCalibModLowHigh.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// Environment:
3
// This software was developed for the BESIII collaboration. If you
4
// use all or part of it, please give an appropriate acknowledgement.
5
//
6
// Copyright Information:
7
// Copyright (C) 2005 IHEP
8
//
9
//------------------------------------------------------------------------
10
11
#ifndef EMCCALIBMODLOWHIGH_H
12
#define EMCCALIBMODLOWHIGH_H
13
14
//-------------
15
// C Headers --
16
//-------------
17
#include <ctime>
18
19
#include <cstring>
20
21
22
#include "GaudiKernel/Algorithm.h"
23
24
#include "
EmcCalibConstSvc/IEmcCalibConstSvc.h
"
25
#include "
EmcCalibConstSvc/EmcCalibConstSvc.h
"
26
#include "GaudiKernel/Bootstrap.h"
27
#include "GaudiKernel/ISvcLocator.h"
28
29
//Ntuple
30
#include "GaudiKernel/NTuple.h"
31
32
using namespace
std
;
33
34
35
class
EmcCalibModLowHigh
:
public
Algorithm{
36
37
38
public
:
39
40
EmcCalibModLowHigh
(
const
std::string& name, ISvcLocator* pSvcLocator);
41
42
43
//--------------
44
// Destructor
45
//--------------
46
virtual
~EmcCalibModLowHigh
();
47
48
StatusCode
initialize
();
49
StatusCode
execute
();
50
StatusCode
finalize
();
51
52
private
:
53
54
55
// read in calibration constants from file or initialize them to 1
56
void
initCalibConst();
57
58
void
SetModLowHighChannel();
59
60
private
:
61
62
//cut on minimum number of direct hits needed per xtal
63
int
m_deadIxtal;
64
int
m_hotIxtal;
65
66
//file name extensions for different output files
67
std::string m_fileExt;
68
69
//file directory
70
std::string m_fileDir;
71
std::string m_inputFileDir;
72
//the old absolute constants the new once are relative to
73
double
* m_oldConstants;
74
int
* m_IxtalNumber;
75
IEmcCalibConstSvc
* m_emcCalibConstSvc;
76
77
};
35
class
EmcCalibModLowHigh
:
public
Algorithm {
…
};
78
79
#endif
// EMCCALIBModLowHigh_H
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
EmcCalibConstSvc.h
IEmcCalibConstSvc.h
EmcCalibModLowHigh
Definition
EmcCalibModLowHigh.h:35
EmcCalibModLowHigh::finalize
StatusCode finalize()
Definition
EmcCalibModLowHigh.cxx:130
EmcCalibModLowHigh::EmcCalibModLowHigh
EmcCalibModLowHigh(const std::string &name, ISvcLocator *pSvcLocator)
Definition
EmcCalibModLowHigh.cxx:59
EmcCalibModLowHigh::~EmcCalibModLowHigh
virtual ~EmcCalibModLowHigh()
Definition
EmcCalibModLowHigh.cxx:82
EmcCalibModLowHigh::execute
StatusCode execute()
Definition
EmcCalibModLowHigh.cxx:121
EmcCalibModLowHigh::initialize
StatusCode initialize()
Definition
EmcCalibModLowHigh.cxx:95
IEmcCalibConstSvc
Definition
IEmcCalibConstSvc.h:13
std
Definition
RootEventData/RootEventData_rootcint.cxx:38
7.1.1
Emc
EmcCalib
EmcBhaCalib
EmcBhaCalib-00-01-00
EmcBhaCalib
EmcCalibModLowHigh.h
Generated by
1.12.0