Skip to content

XTC2Traits::StreamParameters

#include <sbio/formats/xtc2/xtc2_traits.hh>
struct StreamParameters

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:89

Name Kind Owner
smd_path variable Declared here
xtc_path variable Declared here
max_dgram_size variable Declared here
max_dgram_batch variable Declared here
events_per_read variable Declared here
Return Name Description
char smd_path
char xtc_path
std::size_t max_dgram_size
std::size_t max_dgram_batch
std::size_t events_per_read

char smd_path

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:90


char xtc_path

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:91


std::size_t max_dgram_size { 0x4000000 }

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:92


std::size_t max_dgram_batch { 1 }

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:93


std::size_t events_per_read { 43200 }

Defined in src/lib/sbio/formats/xtc2/xtc2_traits.hh:94