XTC2Traits::DataRequest
DataRequest
Section titled “DataRequest”#include <sbio/formats/xtc2/xtc2_traits.hh>struct DataRequestDefined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:206
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/xtc2/xtc2_traits.hh:231
detector_name
Section titled “detector_name”char detector_nameDefined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:232
segment_number
Section titled “segment_number”std::uint32_t segment_number { 0 }Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:233
alg_name
Section titled “alg_name”char alg_nameDefined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:234
field_name
Section titled “field_name”char field_nameDefined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:235
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/xtc2/xtc2_traits.hh:207
Defaulted constructor.
DataRequest
Section titled “DataRequest”DataRequest(const DataRequest & other) = defaultDefined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:209
Defaulted constructor.
DataRequest
Section titled “DataRequest”noexcept
DataRequest(DataRequest && other) noexcept = defaultDefined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:211
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/xtc2/xtc2_traits.hh:214
DataRequest
Section titled “DataRequest”inline
inline DataRequest(const char * name, const char * type)Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:224