Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimCalorimetry
EcalTrigPrimAlgos
interface
EcalFenixPeakFinder.h
Go to the documentation of this file.
1
#ifndef ECAL_FENIX_PEAKFINDER_H
2
#define ECAL_FENIX_PEAKFINDER_H
3
4
#include <vector>
5
16
class
EcalFenixPeakFinder
{
17
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
28
EcalFenixPeakFinder
();
29
virtual
~EcalFenixPeakFinder
();
30
virtual
std::vector<int>
process
(std::vector<int>& filtout, std::vector<int> &
output
);
31
// from CaloVShape
32
// virtual double operator()(double) const {return 0.;}
33
// virtual double derivative(double) const {return 0.;}
34
};
35
36
#endif
EcalFenixPeakFinder::~EcalFenixPeakFinder
virtual ~EcalFenixPeakFinder()
Definition:
EcalFenixPeakFinder.cc:8
EcalFenixPeakFinder
calculates the peak for Fenix strip, barrel input : 18 bits output: boolean
Definition:
EcalFenixPeakFinder.h:16
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:43
EcalFenixPeakFinder::EcalFenixPeakFinder
EcalFenixPeakFinder()
Definition:
EcalFenixPeakFinder.cc:3
EcalFenixPeakFinder::disabled
bool disabled
Definition:
EcalFenixPeakFinder.h:19
convertSQLitetoXML_cfg.output
tuple output
Definition:
convertSQLitetoXML_cfg.py:32
EcalFenixPeakFinder::setInput
int setInput(int input)
Definition:
EcalFenixPeakFinder.cc:11
EcalFenixPeakFinder::process
int process()
Definition:
EcalFenixPeakFinder.cc:26
Generated for CMSSW Reference Manual by
1.8.5