![]() |
Project
|
#include <PHOSL1phaseCalibrator.h>
Public Member Functions | |
| PHOSL1phaseSlot () | |
| PHOSL1phaseSlot (const PHOSL1phaseSlot &other) | |
| ~PHOSL1phaseSlot ()=default | |
| void | print () const |
| void | fill (const gsl::span< const Cell > &cells, const gsl::span< const TriggerRecord > &trs) |
| void | fill (const gsl::span< const Cell > &) |
| void | merge (const PHOSL1phaseSlot *prev) |
| void | clear () |
| void | addMeanRms (std::array< std::array< float, 4 >, 14 > &sumMean, std::array< std::array< float, 4 >, 14 > &sumRMS, std::array< float, 14 > &sumNorm) |
| void | addQcHistos (std::array< unsigned int, 1400 >(&sum)[5]) |
| void | setRunStartTime (long tf) |
Definition at line 33 of file PHOSL1phaseCalibrator.h.
| PHOSL1phaseSlot::PHOSL1phaseSlot | ( | ) |
Definition at line 27 of file PHOSL1phaseCalibrator.cxx.
| PHOSL1phaseSlot::PHOSL1phaseSlot | ( | const PHOSL1phaseSlot & | other | ) |
Definition at line 40 of file PHOSL1phaseCalibrator.cxx.
|
default |
| void PHOSL1phaseSlot::addMeanRms | ( | std::array< std::array< float, 4 >, 14 > & | sumMean, |
| std::array< std::array< float, 4 >, 14 > & | sumRMS, | ||
| std::array< float, 14 > & | sumNorm | ||
| ) |
Definition at line 108 of file PHOSL1phaseCalibrator.cxx.
Definition at line 120 of file PHOSL1phaseCalibrator.cxx.
| void PHOSL1phaseSlot::clear | ( | ) |
Definition at line 143 of file PHOSL1phaseCalibrator.cxx.
Definition at line 43 of file PHOSL1phaseCalibrator.h.
| void PHOSL1phaseSlot::fill | ( | const gsl::span< const Cell > & | cells, |
| const gsl::span< const TriggerRecord > & | trs | ||
| ) |
Definition at line 50 of file PHOSL1phaseCalibrator.cxx.
| void PHOSL1phaseSlot::merge | ( | const PHOSL1phaseSlot * | prev | ) |
Definition at line 128 of file PHOSL1phaseCalibrator.cxx.
| void PHOSL1phaseSlot::print | ( | ) | const |
Definition at line 45 of file PHOSL1phaseCalibrator.cxx.
Definition at line 50 of file PHOSL1phaseCalibrator.h.