BOSS
7.0.7
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
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
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
InjSigIntervalCal.h
Go to the documentation of this file.
1
#ifndef INJSIGINTERVALCAL_H
2
#define INJSIGINTERVALCAl_H
3
#include "GaudiKernel/DataObject.h"
4
#include "
CalibData/CalibModel.h
"
5
#include "
CalibData/CalibBase1.h
"
6
#include <vector>
7
8
using namespace
std
;
9
10
namespace
CalibData
{
11
class
InjSigIntervalCal
:
public
CalibBase1
{
12
13
public
:
14
15
InjSigIntervalCal
(){};
16
// Re-implemented from DataObject
17
virtual
~InjSigIntervalCal
() {}
18
inline
virtual
const
CLID&
clID
()
const
{
return
classID
(); }
19
20
inline
static
const
CLID&
classID
() {
return
CLID_Calib_InjSigInterval
; }
21
22
virtual
StatusCode update(
CalibBase1
& other, MsgStream* log);
23
24
int
getTInterval
(){
return
m_tInterval;}
25
void
setTInterval
(
int
tInterval){m_tInterval=tInterval;}
26
27
private
:
28
29
int
m_tInterval;
30
31
32
};
33
}
34
#endif
/* INJSIGINTERVALCAl_H */
CalibBase1.h
CalibModel.h
CLID_Calib_InjSigInterval
const CLID CLID_Calib_InjSigInterval
Definition:
CalibModel.h:65
CalibData::CalibBase1
Definition:
CalibBase1.h:27
CalibData::InjSigIntervalCal
Definition:
InjSigIntervalCal.h:11
CalibData::InjSigIntervalCal::setTInterval
void setTInterval(int tInterval)
Definition:
InjSigIntervalCal.h:25
CalibData::InjSigIntervalCal::~InjSigIntervalCal
virtual ~InjSigIntervalCal()
Definition:
InjSigIntervalCal.h:17
CalibData::InjSigIntervalCal::InjSigIntervalCal
InjSigIntervalCal()
Definition:
InjSigIntervalCal.h:15
CalibData::InjSigIntervalCal::getTInterval
int getTInterval()
Definition:
InjSigIntervalCal.h:24
CalibData::InjSigIntervalCal::classID
static const CLID & classID()
Definition:
InjSigIntervalCal.h:20
CalibData::InjSigIntervalCal::clID
virtual const CLID & clID() const
Definition:
InjSigIntervalCal.h:18
CalibData
Definition:
Calibration/CalibData/CalibData-00-01-24/CalibData/CalibBase.h:27
std
Definition:
RootEventData_rootcint.cxx:16
source
Calibration
CalibData
CalibData-00-01-24
CalibData
Ets
InjSigIntervalCal.h
Generated by
1.9.6