#include <EcalFenixEtStrip.h>
Public Member Functions | |
EcalFenixEtStrip () | |
void | process (const std::vector< std::vector< int >> &linout, int nrXtals, std::vector< int > &output) |
virtual | ~EcalFenixEtStrip () |
class for calculation of Et for Fenix strip input: 5x18 bits output: 18 bits representing sum
sum method gets vector of CaloTimeSamples as input (steph comment : Ursula, why CaloTimeSample ?) simple sum, test for max? max in h4ana is 0x3FFFF
—> if overflow sum= (2^18-1)
Definition at line 20 of file EcalFenixEtStrip.h.
EcalFenixEtStrip::EcalFenixEtStrip | ( | ) |
Definition at line 3 of file EcalFenixEtStrip.cc.
|
virtual |
Definition at line 4 of file EcalFenixEtStrip.cc.
void EcalFenixEtStrip::process | ( | const std::vector< std::vector< int >> & | linout, |
int | nrXtals, | ||
std::vector< int > & | output | ||
) |
Definition at line 6 of file EcalFenixEtStrip.cc.
References mps_fire::i, and convertSQLitetoXML_cfg::output.
Referenced by EcalFenixStrip::process_part1().