Main Page
+
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
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
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
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
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
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
SimCalorimetry
EcalEBTrigPrimAlgos
interface
EcalEBFenixPeakFinder.h
Go to the documentation of this file.
1
#ifndef SimCalorimetry_EcalEBTrigPrimAlgos_EcalEBFenixPeakFinder_h
2
#define SimCalorimetry_EcalEBTrigPrimAlgos_EcalEBFenixPeakFinder_h
3
4
#include <vector>
5
16
class
EcalEBFenixPeakFinder
{
17
private
:
18
bool
disabled
;
19
int
setInput
(
int
input
);
20
int
process
();
21
22
int
inputsAlreadyIn_
;
23
int
buffer_
[3];
24
25
public
:
26
EcalEBFenixPeakFinder
();
27
virtual
~EcalEBFenixPeakFinder
();
28
virtual
std::vector<int>
process
(std::vector<int>& filtout, std::vector<int>&
output
);
29
// from CaloVShape
30
// virtual double operator()(double) const {return 0.;}
31
// virtual double derivative(double) const {return 0.;}
32
};
33
34
#endif
EcalEBFenixPeakFinder::~EcalEBFenixPeakFinder
virtual ~EcalEBFenixPeakFinder()
Definition:
EcalEBFenixPeakFinder.cc:6
EcalEBFenixPeakFinder::inputsAlreadyIn_
int inputsAlreadyIn_
Definition:
EcalEBFenixPeakFinder.h:22
EcalEBFenixPeakFinder::process
int process()
Definition:
EcalEBFenixPeakFinder.cc:23
convertSQLitetoXML_cfg.output
output
Definition:
convertSQLitetoXML_cfg.py:72
EcalEBFenixPeakFinder::disabled
bool disabled
Definition:
EcalEBFenixPeakFinder.h:18
input
static std::string const input
Definition:
EdmProvDump.cc:47
EcalEBFenixPeakFinder::setInput
int setInput(int input)
Definition:
EcalEBFenixPeakFinder.cc:8
EcalEBFenixPeakFinder::EcalEBFenixPeakFinder
EcalEBFenixPeakFinder()
Definition:
EcalEBFenixPeakFinder.cc:4
EcalEBFenixPeakFinder
calculates the peak for Fenix strip, barrel input : 18 bits output: boolean
Definition:
EcalEBFenixPeakFinder.h:16
EcalEBFenixPeakFinder::buffer_
int buffer_[3]
Definition:
EcalEBFenixPeakFinder.h:23
Generated for CMSSW Reference Manual by
1.8.14