thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
f
h
i
l
m
p
q
r
s
t
v
x
Enumerations
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
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
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Enumerations
Enumerator
a
b
c
d
e
f
i
m
n
p
r
s
t
u
v
w
Related Functions
a
b
c
d
e
h
i
l
m
o
p
r
s
x
Files
File List
File Members
All
Macros
Analysis
LWH
AIAxis.h
1
// -*- C++ -*-
2
//
3
// AIAxis.h is a part of ThePEG - Toolkit for HEP Event Generation
4
// Copyright (C) 1999-2019 Leif Lonnblad
5
//
6
// ThePEG is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef LWH_AIAxis_H
10
#define LWH_AIAxis_H
11
12
13
16
namespace
AIDA {
17
18
class
IAxis {
19
20
public
:
21
22
virtual
~IAxis() {}
23
24
virtual
bool
isFixedBinning()
const
= 0;
25
virtual
double
lowerEdge()
const
= 0;
26
virtual
double
upperEdge()
const
= 0;
27
virtual
int
bins()
const
= 0;
28
virtual
double
binLowerEdge(
int
index)
const
= 0;
29
virtual
double
binUpperEdge(
int
index)
const
= 0;
30
virtual
double
binWidth(
int
)
const
= 0;
31
virtual
int
coordToIndex(
double
coord)
const
= 0;
32
33
enum
{ UNDERFLOW_BIN = -2, OVERFLOW_BIN = -1 };
34
35
};
36
37
}
38
45
#endif
/* LWH_AIAxis_H */
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6