XTC1Traits::DataRequest
DataRequest
Section titled “DataRequest”#include <sbio/formats/xtc1/xtc1_traits.hh>struct DataRequestDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:129
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
detector_type |
variable |
Declared here |
detector_name |
variable |
Declared here |
segment_number |
variable |
Declared here |
alg_name |
variable |
Declared here |
field_name |
variable |
Declared here |
DataRequest |
function |
Declared here |
DataRequest |
function |
Declared here |
DataRequest |
function |
Declared here |
DataRequest |
function |
Declared here |
DataRequest |
function |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
char |
detector_type |
|
char |
detector_name |
|
std::uint32_t |
segment_number |
|
char |
alg_name |
|
char |
field_name |
detector_type
Section titled “detector_type”char detector_typeDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:154
detector_name
Section titled “detector_name”char detector_nameDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:155
segment_number
Section titled “segment_number”std::uint32_t segment_number { 0 }Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:156
alg_name
Section titled “alg_name”char alg_nameDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:157
field_name
Section titled “field_name”char field_nameDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:158
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
DataRequest |
Defaulted constructor. | |
DataRequest |
Defaulted constructor. | |
DataRequest noexcept |
Defaulted constructor. | |
DataRequest inline |
||
DataRequest inline |
DataRequest
Section titled “DataRequest”DataRequest() = defaultDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:130
Defaulted constructor.
DataRequest
Section titled “DataRequest”DataRequest(const DataRequest & other) = defaultDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:132
Defaulted constructor.
DataRequest
Section titled “DataRequest”noexcept
DataRequest(DataRequest && other) noexcept = defaultDefined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:134
Defaulted constructor.
DataRequest
Section titled “DataRequest”inline
inline DataRequest(const char * name, const char * type, const char * alg, const char * field)Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:137
DataRequest
Section titled “DataRequest”inline
inline DataRequest(const char * name, const char * type)Defined in src/lib/sbio/formats/xtc1/xtc1_traits.hh:147