calculates the peak for Fenix strip, barrel input : 18 bits output: boolean More...
#include <EcalEBFenixPeakFinder.h>
Public Member Functions | |
EcalEBFenixPeakFinder () | |
virtual std::vector< int > | process (std::vector< int > &filtout, std::vector< int > &output) |
virtual | ~EcalEBFenixPeakFinder () |
Private Member Functions | |
int | process () |
int | setInput (int input) |
Private Attributes | |
int | buffer_ [3] |
bool | disabled |
int | inputsAlreadyIn_ |
calculates the peak for Fenix strip, barrel input : 18 bits output: boolean
\ class EcalEBFenixPeakFinder —>gets the sample where the value is max. the value is 1 for this max sample, 0 for the others .needs 3 samples to proceed. -—> do we really need caloVShape?
Definition at line 16 of file EcalEBFenixPeakFinder.h.
EcalEBFenixPeakFinder::EcalEBFenixPeakFinder | ( | ) |
Definition at line 4 of file EcalEBFenixPeakFinder.cc.
|
virtual |
Definition at line 6 of file EcalEBFenixPeakFinder.cc.
|
private |
Definition at line 23 of file EcalEBFenixPeakFinder.cc.
References buffer_, and inputsAlreadyIn_.
Referenced by process(), and EcalEBTrigPrimTestAlgo::run().
|
virtual |
Definition at line 32 of file EcalEBFenixPeakFinder.cc.
References buffer_, mps_fire::i, inputsAlreadyIn_, convertSQLitetoXML_cfg::output, process(), and setInput().
|
private |
Definition at line 8 of file EcalEBFenixPeakFinder.cc.
References buffer_, mps_fire::i, input, and inputsAlreadyIn_.
Referenced by process().
|
private |
Definition at line 23 of file EcalEBFenixPeakFinder.h.
Referenced by process(), and setInput().
|
private |
Definition at line 18 of file EcalEBFenixPeakFinder.h.
|
private |
Definition at line 22 of file EcalEBFenixPeakFinder.h.
Referenced by process(), and setInput().