#include <AMC13Header.h>
Public Member Functions | |
void | add_format_error () |
AMC13Header (uint64_t dataword) | |
AMC13Header () | |
AMC13Header (int int_orn, int int_lv1_id, int int_bx_id, int int_source_id, int int_evt_ty, int int_fov, int int_ufov, int int_res, int int_namc, int int_h, int int_x) | |
int | BX_id () const |
uint64_t | Dataword () const |
int | Evt_ty () const |
int | Format_Errors () const |
int | FOV () const |
int | H () const |
int | LV1_id () const |
int | Namc () const |
int | ORN () const |
int | Res () const |
void | set_bx_id (int bits) |
void | set_dataword (uint64_t bits) |
void | set_evt_ty (int bits) |
void | set_fov (int bits) |
void | set_h (int bits) |
void | set_lv1_id (int bits) |
void | set_namc (int bits) |
void | set_orn (int bits) |
void | set_res (int bits) |
void | set_source_id (int bits) |
void | set_ufov (int bits) |
void | set_x (int bits) |
int | Source_id () const |
int | UFOV () const |
int | X () const |
virtual | ~AMC13Header () |
Private Attributes | |
int | bx_id |
uint64_t | dataword |
int | evt_ty |
int | format_errors |
int | fov |
int | h |
int | lv1_id |
int | namc |
int | orn |
int | res |
int | source_id |
int | ufov |
int | x |
Definition at line 11 of file AMC13Header.h.
|
explicit |
|
inline |
Definition at line 16 of file AMC13Header.h.
|
inline |
Definition at line 32 of file AMC13Header.h.
|
inlinevirtual |
Definition at line 57 of file AMC13Header.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 61 of file AMC13Header.h.
References gpuClustering::pixelStatus::bits, and bx_id.
|
inline |
Definition at line 71 of file AMC13Header.h.
References gpuClustering::pixelStatus::bits, and dataword.
|
inline |
Definition at line 63 of file AMC13Header.h.
References gpuClustering::pixelStatus::bits, and evt_ty.
|
inline |
|
inline |
|
inline |
Definition at line 60 of file AMC13Header.h.
References gpuClustering::pixelStatus::bits, and lv1_id.
|
inline |
|
inline |
|
inline |
Definition at line 66 of file AMC13Header.h.
References gpuClustering::pixelStatus::bits.
|
inline |
Definition at line 62 of file AMC13Header.h.
References gpuClustering::pixelStatus::bits, and source_id.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 83 of file AMC13Header.h.
References x.
Referenced by svgfig.Curve.Sample::__repr__().
|
private |
Definition at line 90 of file AMC13Header.h.
Referenced by BX_id(), and set_bx_id().
|
private |
Definition at line 100 of file AMC13Header.h.
Referenced by Dataword(), and set_dataword().
|
private |
Definition at line 92 of file AMC13Header.h.
Referenced by Evt_ty(), and set_evt_ty().
|
private |
Definition at line 99 of file AMC13Header.h.
Referenced by add_format_error(), and Format_Errors().
|
private |
Definition at line 93 of file AMC13Header.h.
|
private |
Definition at line 97 of file AMC13Header.h.
|
private |
Definition at line 89 of file AMC13Header.h.
Referenced by LV1_id(), and set_lv1_id().
|
private |
Definition at line 96 of file AMC13Header.h.
Referenced by Namc(), and set_namc().
|
private |
Definition at line 88 of file AMC13Header.h.
|
private |
Definition at line 95 of file AMC13Header.h.
Referenced by Res().
|
private |
Definition at line 91 of file AMC13Header.h.
Referenced by set_source_id(), and Source_id().
|
private |
Definition at line 94 of file AMC13Header.h.
Referenced by set_ufov(), and UFOV().
|
private |
Definition at line 98 of file AMC13Header.h.
Referenced by python.rootplot.utilities.Hist::__init_TGraph(), svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), edmStreamStallGrapher.Point::__str__(), python.rootplot.root2matplotlib.Hist::_prepare_xaxis(), python.rootplot.root2matplotlib.Hist::_prepare_yaxis(), python.rootplot.root2matplotlib.Hist2D::box(), python.rootplot.root2matplotlib.Hist2D::contour(), python.rootplot.utilities.Hist::delete_bin(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), ntupleDataFormat._HitObject::r3D(), set_x(), python.rootplot.utilities.Hist::TGraph(), and X().