Formatting for Fenix strip input: 18 bits + 3x 1bit (fgvb, gapflagbit, output from peakfinder) output:16 bits The output corresponds to 1 calodataframe per strip — not really a calodataframe no? More...
#include <EcalFenixStripFormatEB.h>
Public Member Functions | |
EcalFenixStripFormatEB () | |
virtual void | process (std::vector< int > &sFGVBout, std::vector< int > &peakout_even, std::vector< int > &filtout_even, std::vector< int > &peakout_odd, std::vector< int > &filtout_odd, std::vector< int > &output) |
void | setParameters (uint32_t &, const EcalTPGSlidingWindow *&, const EcalTPGTPMode *) |
virtual | ~EcalFenixStripFormatEB () |
Private Member Functions | |
int | process () |
int | setInput (int input_even, int inputEvenPeak, int input_odd, int inputOddPeak, int inputsFGVB) |
Private Attributes | |
const EcalTPGTPMode * | ecaltpgTPMode_ |
int | input_even_ |
int | input_odd_ |
int | inputEvenPeak_ |
int | inputOddPeak_ |
int | inputsFGVB_ |
uint32_t | shift_ |
Formatting for Fenix strip input: 18 bits + 3x 1bit (fgvb, gapflagbit, output from peakfinder) output:16 bits The output corresponds to 1 calodataframe per strip — not really a calodataframe no?
Definition at line 19 of file EcalFenixStripFormatEB.h.
EcalFenixStripFormatEB::EcalFenixStripFormatEB | ( | ) |
Definition at line 6 of file EcalFenixStripFormatEB.cc.
|
virtual |
Definition at line 8 of file EcalFenixStripFormatEB.cc.
|
private |
Definition at line 20 of file EcalFenixStripFormatEB.cc.
References EcalTPGTPMode::DisableEBEvenPeakFinder, ecaltpgTPMode_, EcalTPGTPMode::EnableEBOddFilter, EcalTPGTPMode::EnableEBOddPeakFinder, EcalTPGTPMode::FenixEBStripInfobit2, EcalTPGTPMode::FenixEBStripOutput, input_even_, input_odd_, inputEvenPeak_, inputOddPeak_, inputsFGVB_, convertSQLitetoXML_cfg::output, and shift_.
Referenced by process(), and EcalFenixStrip::process_part2_barrel().
|
virtual |
Definition at line 90 of file EcalFenixStripFormatEB.cc.
References mps_fire::i, process(), and setInput().
|
private |
Definition at line 10 of file EcalFenixStripFormatEB.cc.
References input_even_, input_odd_, inputEvenPeak_, inputOddPeak_, and inputsFGVB_.
Referenced by process().
void EcalFenixStripFormatEB::setParameters | ( | uint32_t & | id, |
const EcalTPGSlidingWindow *& | slWin, | ||
const EcalTPGTPMode * | ecaltptTPMode | ||
) |
Definition at line 108 of file EcalFenixStripFormatEB.cc.
References ecaltpgTPMode_, EcalTPGSlidingWindow::getMap(), l1ctLayer2EG_cff::id, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, and shift_.
Referenced by EcalFenixStrip::process_part2_barrel().
|
private |
Definition at line 27 of file EcalFenixStripFormatEB.h.
Referenced by process(), and setParameters().
|
private |
Definition at line 24 of file EcalFenixStripFormatEB.h.
Referenced by process(), and setInput().
|
private |
Definition at line 25 of file EcalFenixStripFormatEB.h.
Referenced by process(), and setInput().
|
private |
Definition at line 22 of file EcalFenixStripFormatEB.h.
Referenced by process(), and setInput().
|
private |
Definition at line 23 of file EcalFenixStripFormatEB.h.
Referenced by process(), and setInput().
|
private |
Definition at line 21 of file EcalFenixStripFormatEB.h.
Referenced by process(), and setInput().
|
private |
Definition at line 26 of file EcalFenixStripFormatEB.h.
Referenced by process(), and setParameters().