PAASS
Software suite to Acquire and Analyze Data from Pixie16
unittest_decoded_data Namespace Reference

Variables

static const unsigned int channelNumber = 13
 
static const unsigned int crateId = 0
 
static const unsigned int expected_size = 1
 
static const unsigned int ts_high = 26001
 
static const unsigned int ts_low = 123456789
 
static const unsigned int cfd_fractional_time = 1234
 
static const unsigned int slotId = 2
 
static const unsigned int energy = 2345
 
static const unsigned int ex_ts_high = 26001
 
static const unsigned int ex_ts_low = 987654321
 
static const bool cfd_forced_trigger = true
 
static const bool cfd_source_trigger_bit = true
 
static const bool pileup_bit = true
 
static const bool trace_out_of_range = true
 
static const bool virtual_channel = true
 
static const std::vector< unsigned int > energy_sums = {12, 13, 14}
 
static const std::vector< unsigned int > qdc
 
static const double ts = 111673568120085
 
static const double ts_w_cfd = 223347136240170.075317
 

Detailed Description

This namespace contains the raw channel information that was used to construct the headers in the unittest_encoded_data namespace. These values are also used when testing the data encoding.

Variable Documentation

§ cfd_forced_trigger

const bool unittest_decoded_data::cfd_forced_trigger = true
static

Definition at line 28 of file UnitTestSampleData.hpp.

§ cfd_fractional_time

const unsigned int unittest_decoded_data::cfd_fractional_time = 1234
static

Definition at line 23 of file UnitTestSampleData.hpp.

§ cfd_source_trigger_bit

const bool unittest_decoded_data::cfd_source_trigger_bit = true
static

Definition at line 29 of file UnitTestSampleData.hpp.

§ channelNumber

const unsigned int unittest_decoded_data::channelNumber = 13
static

Definition at line 18 of file UnitTestSampleData.hpp.

§ crateId

const unsigned int unittest_decoded_data::crateId = 0
static

Definition at line 19 of file UnitTestSampleData.hpp.

§ energy

const unsigned int unittest_decoded_data::energy = 2345
static

Definition at line 25 of file UnitTestSampleData.hpp.

§ energy_sums

const std::vector<unsigned int> unittest_decoded_data::energy_sums = {12, 13, 14}
static

Definition at line 34 of file UnitTestSampleData.hpp.

§ ex_ts_high

const unsigned int unittest_decoded_data::ex_ts_high = 26001
static

Definition at line 26 of file UnitTestSampleData.hpp.

§ ex_ts_low

const unsigned int unittest_decoded_data::ex_ts_low = 987654321
static

Definition at line 27 of file UnitTestSampleData.hpp.

§ expected_size

const unsigned int unittest_decoded_data::expected_size = 1
static

Definition at line 20 of file UnitTestSampleData.hpp.

§ pileup_bit

const bool unittest_decoded_data::pileup_bit = true
static

Definition at line 30 of file UnitTestSampleData.hpp.

§ qdc

const std::vector<unsigned int> unittest_decoded_data::qdc
static
Initial value:
= {123, 456, 789, 987, 654,
321, 135, 791}

Definition at line 36 of file UnitTestSampleData.hpp.

§ slotId

const unsigned int unittest_decoded_data::slotId = 2
static

Definition at line 24 of file UnitTestSampleData.hpp.

§ trace_out_of_range

const bool unittest_decoded_data::trace_out_of_range = true
static

Definition at line 31 of file UnitTestSampleData.hpp.

§ ts

const double unittest_decoded_data::ts = 111673568120085
static

Definition at line 41 of file UnitTestSampleData.hpp.

§ ts_high

const unsigned int unittest_decoded_data::ts_high = 26001
static

Definition at line 21 of file UnitTestSampleData.hpp.

§ ts_low

const unsigned int unittest_decoded_data::ts_low = 123456789
static

Definition at line 22 of file UnitTestSampleData.hpp.

§ ts_w_cfd

const double unittest_decoded_data::ts_w_cfd = 223347136240170.075317
static

Definition at line 42 of file UnitTestSampleData.hpp.

§ virtual_channel

const bool unittest_decoded_data::virtual_channel = true
static

Definition at line 32 of file UnitTestSampleData.hpp.