#include <SiPixelErrorsSoA.h>
Public Member Functions | |
const SiPixelErrorCompact & | error (size_t i) const |
const std::vector< SiPixelErrorCompact > & | errorVector () const |
const SiPixelFormatterErrors * | formatterErrors () const |
SiPixelErrorsSoA ()=default | |
SiPixelErrorsSoA (size_t nErrors, const SiPixelErrorCompact *error, const SiPixelFormatterErrors *err) | |
auto | size () const |
~SiPixelErrorsSoA ()=default | |
Private Attributes | |
std::vector< SiPixelErrorCompact > | error_ |
const SiPixelFormatterErrors * | formatterErrors_ = nullptr |
Definition at line 10 of file SiPixelErrorsSoA.h.
|
default |
|
inlineexplicit |
Definition at line 13 of file SiPixelErrorsSoA.h.
|
default |
|
inline |
Definition at line 21 of file SiPixelErrorsSoA.h.
References error_, and mps_fire::i.
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag().
|
inline |
|
inline |
Definition at line 19 of file SiPixelErrorsSoA.h.
References formatterErrors_.
|
inline |
Definition at line 17 of file SiPixelErrorsSoA.h.
References error_.
Referenced by ntupleDataFormat._Collection::__iter__(), and ntupleDataFormat._Collection::__len__().
|
private |
Definition at line 26 of file SiPixelErrorsSoA.h.
Referenced by error(), errorVector(), and size().
|
private |
Definition at line 27 of file SiPixelErrorsSoA.h.
Referenced by formatterErrors().