#include <mimotera++/MimoteraEvent.hh>
Public Member Functions | |
DataArrays_t () | |
Default constructor. | |
Public Attributes | |
std::vector< Coord_t > | _x |
Vector of x coordinate. | |
std::vector< Coord_t > | _y |
Vector of y coordinate. | |
std::vector< Pixel_t > | _frameA |
Pixel data for the frame A. | |
std::vector< Pixel_t > | _frameB |
Pixel data for the frame B. |
In this respect, DataArrays_t is really making user life much easier. Instead of leaving to the user the tedious and often troublesome task of decoding the data, this is hidden behind the Mimotera::MimoteraEvent::getArrays() method that is filling the data member of DataArrays_t doing all the necessary deconding.
Definition at line 204 of file MimoteraEvent.hh.
Mimotera::DataArrays_t::DataArrays_t | ( | ) | [inline] |
Default constructor.
Initialize all the vectors to the right size and setting the initial value to zero.
Definition at line 211 of file MimoteraEvent.hh.
std::vector< Pixel_t > Mimotera::DataArrays_t::_frameA |
Pixel data for the frame A.
Definition at line 226 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraEvent::getArrays(), Mimotera::MimoteraEvent::getCArrays(), and Mimotera::MimoteraEvent::setArrays().
std::vector< Pixel_t > Mimotera::DataArrays_t::_frameB |
Pixel data for the frame B.
Definition at line 229 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraEvent::getArrays(), Mimotera::MimoteraEvent::getCArrays(), and Mimotera::MimoteraEvent::setArrays().
std::vector< Coord_t > Mimotera::DataArrays_t::_x |
Vector of x coordinate.
Definition at line 220 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraEvent::getArrays(), Mimotera::MimoteraEvent::getCArrays(), and Mimotera::MimoteraEvent::setArrays().
std::vector< Coord_t > Mimotera::DataArrays_t::_y |
Vector of y coordinate.
Definition at line 223 of file MimoteraEvent.hh.
Referenced by Mimotera::MimoteraEvent::getArrays(), Mimotera::MimoteraEvent::getCArrays(), and Mimotera::MimoteraEvent::setArrays().