src
SimCalorimetry
EcalTrigPrimAlgos
interface
EcalFenixPeakFinder.h
Go to the documentation of this file.
1
#ifndef SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXPEAKFINDER_H
2
#define SIMCALORIMETRY_ECALTRIGPRIMALGOS_ECALFENIXPEAKFINDER_H
3
4
#include <vector>
5
17
class
EcalFenixPeakFinder
{
18
private
:
19
bool
disabled
;
20
int
setInput
(
int
input
);
21
int
process
();
22
23
int
inputsAlreadyIn_
;
24
int
buffer_
[3];
25
26
public
:
27
EcalFenixPeakFinder
();
28
virtual
~EcalFenixPeakFinder
();
29
virtual
std::vector<int>
process
(std::vector<int> &filtout, std::vector<int> &
output
);
30
// from CaloVShape
31
// virtual double operator()(double) const {return 0.;}
32
// virtual double derivative(double) const {return 0.;}
33
};
34
35
#endif
EcalFenixPeakFinder::~EcalFenixPeakFinder
virtual ~EcalFenixPeakFinder()
Definition:
EcalFenixPeakFinder.cc:5
EcalFenixPeakFinder
calculates the peak for Fenix strip, barrel input : 18 bits output: boolean
Definition:
EcalFenixPeakFinder.h:17
EcalFenixPeakFinder::buffer_
int buffer_[3]
Definition:
EcalFenixPeakFinder.h:24
EcalFenixPeakFinder::inputsAlreadyIn_
int inputsAlreadyIn_
Definition:
EcalFenixPeakFinder.h:23
input
static std::string const input
Definition:
EdmProvDump.cc:50
EcalFenixPeakFinder::EcalFenixPeakFinder
EcalFenixPeakFinder()
Definition:
EcalFenixPeakFinder.cc:3
EcalFenixPeakFinder::disabled
bool disabled
Definition:
EcalFenixPeakFinder.h:19
EcalFenixPeakFinder::setInput
int setInput(int input)
Definition:
EcalFenixPeakFinder.cc:7
output
Definition:
output.py:1
EcalFenixPeakFinder::process
int process()
Definition:
EcalFenixPeakFinder.cc:19
Generated for CMSSW Reference Manual by
1.8.14