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 <EcalFenixStripFormatEE.h>
Public Member Functions | |
EcalFenixStripFormatEE () | |
virtual void | process (std::vector< int > &, std::vector< int > &, std::vector< int > &, std::vector< int > &) |
void | setParameters (uint32_t id, const EcalTPGSlidingWindow *&, const EcalTPGStripStatus *) |
virtual | ~EcalFenixStripFormatEE () |
Private Member Functions | |
int | process () |
int | setInput (int input, int inputPeak, int fgvb) |
Private Attributes | |
int | fgvb_ |
int | input_ |
int | inputPeak_ |
uint32_t | shift_ |
uint16_t | stripStatus_ |
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 EcalFenixStripFormatEE.h.
EcalFenixStripFormatEE::EcalFenixStripFormatEE | ( | ) |
Definition at line 9 of file EcalFenixStripFormatEE.cc.
|
virtual |
Definition at line 12 of file EcalFenixStripFormatEE.cc.
|
private |
Definition at line 24 of file EcalFenixStripFormatEE.cc.
References fgvb_, input_, inputPeak_, convertSQLitetoXML_cfg::output, shift_, stripStatus_, and globals_cff::x1.
Referenced by process(), and EcalFenixStrip::process_part2_endcap().
|
virtual |
Definition at line 45 of file EcalFenixStripFormatEE.cc.
References gather_cfg::cout, mps_fire::i, process(), and setInput().
|
private |
Definition at line 16 of file EcalFenixStripFormatEE.cc.
References fgvb_, input, input_, and inputPeak_.
Referenced by process().
void EcalFenixStripFormatEE::setParameters | ( | uint32_t | id, |
const EcalTPGSlidingWindow *& | slWin, | ||
const EcalTPGStripStatus * | stripStatus | ||
) |
Definition at line 65 of file EcalFenixStripFormatEE.cc.
References EcalTPGSlidingWindow::getMap(), EcalTPGStripStatus::getMap(), triggerObjects_cff::id, shift_, and stripStatus_.
Referenced by EcalFenixStrip::process_part2_endcap().
|
private |
Definition at line 24 of file EcalFenixStripFormatEE.h.
Referenced by process(), and setInput().
|
private |
Definition at line 22 of file EcalFenixStripFormatEE.h.
Referenced by process(), and setInput().
|
private |
Definition at line 21 of file EcalFenixStripFormatEE.h.
Referenced by process(), and setInput().
|
private |
Definition at line 23 of file EcalFenixStripFormatEE.h.
Referenced by process(), and setParameters().
|
private |
Definition at line 25 of file EcalFenixStripFormatEE.h.
Referenced by process(), and setParameters().