|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <FEMBSettings.hpp>
Public Member Functions | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the FEMBSettings object. | |
| virtual std::vector< const dunedaq::conffwk::DalObject * > | get (const std::string &name, bool upcast_unregistered=true) const |
| Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers. | |
| bool | get_enabled () const |
| Get "enabled" attribute value. True of FEMB should be configured and read out by WIB. | |
| void | set_enabled (bool value) |
| Set "enabled" attribute value. True of FEMB should be configured and read out by WIB. | |
| bool | get_test_cap () const |
| Get "test_cap" attribute value. Enable the test capacitor. | |
| void | set_test_cap (bool value) |
| Set "test_cap" attribute value. Enable the test capacitor. | |
| uint8_t | get_gain () const |
| Get "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3) | |
| void | set_gain (uint8_t value) |
| Set "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3) | |
| uint8_t | get_peak_time () const |
| Get "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3) | |
| void | set_peak_time (uint8_t value) |
| Set "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3) | |
| uint8_t | get_baseline () const |
| Get "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction) | |
| void | set_baseline (uint8_t value) |
| Set "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction) | |
| uint8_t | get_pulse_dac () const |
| Get "pulse_dac" attribute value. Pulser DAC setting [0-63]. | |
| void | set_pulse_dac (uint8_t value) |
| Set "pulse_dac" attribute value. Pulser DAC setting [0-63]. | |
| bool | get_gain_match () const |
| Get "gain_match" attribute value. Enable pulser DAC gain matching. | |
| void | set_gain_match (bool value) |
| Set "gain_match" attribute value. Enable pulser DAC gain matching. | |
| uint8_t | get_leak () const |
| Get "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA) | |
| void | set_leak (uint8_t value) |
| Set "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA) | |
| bool | get_leak_10x () const |
| Get "leak_10x" attribute value. Multiply leak current by 10 if true. | |
| void | set_leak_10x (bool value) |
| Set "leak_10x" attribute value. Multiply leak current by 10 if true. | |
| bool | get_ac_couple () const |
| Get "ac_couple" attribute value. false (DC coupling), true (AC coupling) | |
| void | set_ac_couple (bool value) |
| Set "ac_couple" attribute value. false (DC coupling), true (AC coupling) | |
| uint8_t | get_buffering () const |
| Get "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer) | |
| void | set_buffering (uint8_t value) |
| Set "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer) | |
| uint8_t | get_strobe_skip () const |
| Get "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255) | |
| void | set_strobe_skip (uint8_t value) |
| Set "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255) | |
| uint8_t | get_strobe_delay () const |
| Get "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255) | |
| void | set_strobe_delay (uint8_t value) |
| Set "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255) | |
| uint8_t | get_strobe_length () const |
| Get "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255) | |
| void | set_strobe_length (uint8_t value) |
| Set "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255) | |
| const std::vector< uint8_t > & | get_line_driver () const |
| Get "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA. | |
| void | set_line_driver (const std::vector< uint8_t > &value) |
| Set "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA. | |
| const std::vector< bool > & | get_pulse_channels () const |
| Get "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC. | |
| void | set_pulse_channels (const std::vector< bool > &value) |
| Set "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC. | |
| virtual void | print (unsigned int offset, bool print_header, std::ostream &s) const |
| Print details of the FEMBSettings object. | |
| virtual std::vector< const dunedaq::conffwk::DalObject * > | get (const std::string &name, bool upcast_unregistered=true) const |
| Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers. | |
| bool | get_enabled () const |
| Get "enabled" attribute value. True of FEMB should be configured and read out by WIB. | |
| void | set_enabled (bool value) |
| Set "enabled" attribute value. True of FEMB should be configured and read out by WIB. | |
| bool | get_test_cap () const |
| Get "test_cap" attribute value. Enable the test capacitor. | |
| void | set_test_cap (bool value) |
| Set "test_cap" attribute value. Enable the test capacitor. | |
| uint8_t | get_gain () const |
| Get "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3) | |
| void | set_gain (uint8_t value) |
| Set "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3) | |
| uint8_t | get_peak_time () const |
| Get "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3) | |
| void | set_peak_time (uint8_t value) |
| Set "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3) | |
| uint8_t | get_baseline () const |
| Get "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction) | |
| void | set_baseline (uint8_t value) |
| Set "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction) | |
| uint8_t | get_pulse_dac () const |
| Get "pulse_dac" attribute value. Pulser DAC setting [0-63]. | |
| void | set_pulse_dac (uint8_t value) |
| Set "pulse_dac" attribute value. Pulser DAC setting [0-63]. | |
| bool | get_gain_match () const |
| Get "gain_match" attribute value. Enable pulser DAC gain matching. | |
| void | set_gain_match (bool value) |
| Set "gain_match" attribute value. Enable pulser DAC gain matching. | |
| uint8_t | get_leak () const |
| Get "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA) | |
| void | set_leak (uint8_t value) |
| Set "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA) | |
| bool | get_leak_10x () const |
| Get "leak_10x" attribute value. Multiply leak current by 10 if true. | |
| void | set_leak_10x (bool value) |
| Set "leak_10x" attribute value. Multiply leak current by 10 if true. | |
| bool | get_ac_couple () const |
| Get "ac_couple" attribute value. false (DC coupling), true (AC coupling) | |
| void | set_ac_couple (bool value) |
| Set "ac_couple" attribute value. false (DC coupling), true (AC coupling) | |
| uint8_t | get_buffering () const |
| Get "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer) | |
| void | set_buffering (uint8_t value) |
| Set "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer) | |
| uint8_t | get_strobe_skip () const |
| Get "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255) | |
| void | set_strobe_skip (uint8_t value) |
| Set "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255) | |
| uint8_t | get_strobe_delay () const |
| Get "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255) | |
| void | set_strobe_delay (uint8_t value) |
| Set "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255) | |
| uint8_t | get_strobe_length () const |
| Get "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255) | |
| void | set_strobe_length (uint8_t value) |
| Set "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255) | |
| const std::vector< uint8_t > & | get_line_driver () const |
| Get "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA. | |
| void | set_line_driver (const std::vector< uint8_t > &value) |
| Set "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA. | |
| const std::vector< bool > & | get_pulse_channels () const |
| Get "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC. | |
| void | set_pulse_channels (const std::vector< bool > &value) |
| Set "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC. | |
Public Member Functions inherited from dunedaq::conffwk::DalObject | |
| const std::string & | UID () const noexcept |
| const std::string & | class_name () const noexcept |
| bool | castable (const std::string &target) const noexcept |
| bool | castable (const std::string *target) const noexcept |
| template<class TARGET > | |
| const TARGET * | cast () const noexcept |
| Casts object to different class. | |
| std::string | full_name () const noexcept |
| const ConfigObject & | config_object () const |
| DalRegistry & | registry () const noexcept |
| Configuration & | configuration () const noexcept |
| void | unread () |
| void | set (const ConfigObject &o) noexcept |
| void | move (const std::string &at) |
| void | rename (const std::string &new_id) |
| void | p_hdr (std::ostream &s, unsigned int indent, const std::string &cl, const char *nm=nullptr) const |
| print object headers | |
| std::ostream & | print_object (std::ostream &s) const |
| print object details | |
| void | throw_init_ex (dunedaq::conffwk::Exception &ex) |
| throw object initialisation exception (i.e. | |
Static Public Member Functions | |
| static const std::string & | __get_enabled_str () noexcept |
| static const std::string & | __get_test_cap_str () noexcept |
| static const std::string & | __get_gain_str () noexcept |
| static const std::string & | __get_peak_time_str () noexcept |
| static const std::string & | __get_baseline_str () noexcept |
| static const std::string & | __get_pulse_dac_str () noexcept |
| static const std::string & | __get_gain_match_str () noexcept |
| static const std::string & | __get_leak_str () noexcept |
| static const std::string & | __get_leak_10x_str () noexcept |
| static const std::string & | __get_ac_couple_str () noexcept |
| static const std::string & | __get_buffering_str () noexcept |
| static const std::string & | __get_strobe_skip_str () noexcept |
| static const std::string & | __get_strobe_delay_str () noexcept |
| static const std::string & | __get_strobe_length_str () noexcept |
| static const std::string & | __get_line_driver_str () noexcept |
| static const std::string & | __get_pulse_channels_str () noexcept |
| static const std::string & | __get_enabled_str () noexcept |
| static const std::string & | __get_test_cap_str () noexcept |
| static const std::string & | __get_gain_str () noexcept |
| static const std::string & | __get_peak_time_str () noexcept |
| static const std::string & | __get_baseline_str () noexcept |
| static const std::string & | __get_pulse_dac_str () noexcept |
| static const std::string & | __get_gain_match_str () noexcept |
| static const std::string & | __get_leak_str () noexcept |
| static const std::string & | __get_leak_10x_str () noexcept |
| static const std::string & | __get_ac_couple_str () noexcept |
| static const std::string & | __get_buffering_str () noexcept |
| static const std::string & | __get_strobe_skip_str () noexcept |
| static const std::string & | __get_strobe_delay_str () noexcept |
| static const std::string & | __get_strobe_length_str () noexcept |
| static const std::string & | __get_line_driver_str () noexcept |
| static const std::string & | __get_pulse_channels_str () noexcept |
Static Public Member Functions inherited from dunedaq::conffwk::DalObject | |
| static void | p_null (std::ostream &s) |
| print "(null)" | |
| static void | p_rm (std::ostream &s) |
| print "(deleted object)" | |
| static void | p_error (std::ostream &s, dunedaq::conffwk::Exception &ex) |
| print error text | |
| static void | throw_get_ex (const std::string &what, const std::string &class_name, const DalObject *obj) |
| throw exception in generated get method (i.e. | |
| static bool | is_null (const DalObject *ref) noexcept |
| check a pointer on DAL object is null | |
Static Public Attributes | |
| static const std::string & | s_class_name |
| static const std::string | s_enabled = "enabled" |
| static const std::string | s_test_cap = "test_cap" |
| static const std::string | s_gain = "gain" |
| static const std::string | s_peak_time = "peak_time" |
| static const std::string | s_baseline = "baseline" |
| static const std::string | s_pulse_dac = "pulse_dac" |
| static const std::string | s_gain_match = "gain_match" |
| static const std::string | s_leak = "leak" |
| static const std::string | s_leak_10x = "leak_10x" |
| static const std::string | s_ac_couple = "ac_couple" |
| static const std::string | s_buffering = "buffering" |
| static const std::string | s_strobe_skip = "strobe_skip" |
| static const std::string | s_strobe_delay = "strobe_delay" |
| static const std::string | s_strobe_length = "strobe_length" |
| static const std::string | s_line_driver = "line_driver" |
| static const std::string | s_pulse_channels = "pulse_channels" |
Protected Member Functions | |
| FEMBSettings (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~FEMBSettings () noexcept |
| virtual void | init (bool init_children) |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
| FEMBSettings (conffwk::DalRegistry &db, const conffwk::ConfigObject &obj) noexcept | |
| virtual | ~FEMBSettings () noexcept |
| virtual void | init (bool init_children) |
| bool | get (const std::string &name, std::vector< const dunedaq::conffwk::DalObject * > &vec, bool upcast_unregistered, bool first_call) const |
Protected Member Functions inherited from dunedaq::conffwk::DalObject | |
| DalObject (DalRegistry &db, const ConfigObject &o) noexcept | |
| virtual | ~DalObject () |
| void | clear () noexcept |
| void | check () const |
| bool | is_deleted () const |
| void | increment_created () noexcept |
| void | increment_read () noexcept |
| void | check_init () const |
| Check and initialize object if necessary. | |
| template<typename T > | |
| void | _set_object (const std::string &name, const T *value) |
| Helper method for generated set single-value relationship methods. | |
| template<typename T > | |
| void | _set_objects (const std::string &name, const std::vector< const T * > &value) |
| Helper method for generated set multi-value relationship methods. | |
| bool | get_rel_objects (const std::string &name, bool upcast_unregistered, std::vector< const DalObject * > &objs) const |
| Read relationship values as DAL objects using DAL factory. | |
| bool | get_algo_objects (const std::string &name, std::vector< const DalObject * > &objs) const |
| Run algorithm and return result as DAL objects using DAL factory. | |
Private Attributes | |
| bool | m_enabled |
| bool | m_test_cap |
| uint8_t | m_gain |
| uint8_t | m_peak_time |
| uint8_t | m_baseline |
| uint8_t | m_pulse_dac |
| bool | m_gain_match |
| uint8_t | m_leak |
| bool | m_leak_10x |
| bool | m_ac_couple |
| uint8_t | m_buffering |
| uint8_t | m_strobe_skip |
| uint8_t | m_strobe_delay |
| uint8_t | m_strobe_length |
| std::vector< uint8_t > | m_line_driver |
| std::vector< bool > | m_pulse_channels |
Friends | |
| class | conffwk::Configuration |
| class | conffwk::DalObject |
| class | conffwk::DalFactory |
| class | conffwk::DalRegistry |
Additional Inherited Members | |
Protected Attributes inherited from dunedaq::conffwk::DalObject | |
| std::mutex | m_mutex |
| Used to protect changes of DAL object. | |
| bool | p_was_read |
| is true, if the object was read | |
| DalRegistry & | p_registry |
| Configuration object. | |
| ConfigObject | p_obj |
| Config object used by given template object. | |
| std::string | p_UID |
| Is used for template objects (see dqm_conffwk) | |
Definition at line 20 of file FEMBSettings.hpp.
|
protectednoexcept |
Definition at line 26 of file FEMBSettings.cpp.
|
protectedvirtualnoexcept |
Definition at line 98 of file FEMBSettings.cpp.
|
protectednoexcept |
|
protectedvirtualnoexcept |
|
inlinestaticnoexcept |
Definition at line 119 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 119 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 114 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 114 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 120 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 120 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 110 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 110 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 116 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 116 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 112 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 112 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 118 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 118 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 117 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 117 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 124 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 124 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 113 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 113 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 125 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 125 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 115 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 115 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 122 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 122 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 123 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 123 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 121 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 121 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 111 of file FEMBSettings.hpp.
|
inlinestaticnoexcept |
Definition at line 111 of file FEMBSettings.hpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
| name | name of the relationship or algorithm |
| std::exception | if there is no relationship or algorithm with such name in this and base classes |
Implements dunedaq::conffwk::DalObject.
Definition at line 102 of file FEMBSettings.cpp.
|
virtual |
Get values of relationships and results of some algorithms as a vector of dunedaq::conffwk::DalObject pointers.
Parameters are:
| name | name of the relationship or algorithm |
| std::exception | if there is no relationship or algorithm with such name in this and base classes |
Implements dunedaq::conffwk::DalObject.
|
protected |
Definition at line 112 of file FEMBSettings.cpp.
|
protected |
|
inline |
Get "ac_couple" attribute value. false (DC coupling), true (AC coupling)
Definition at line 433 of file FEMBSettings.hpp.
|
inline |
Get "ac_couple" attribute value. false (DC coupling), true (AC coupling)
Definition at line 433 of file FEMBSettings.hpp.
|
inline |
Get "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction)
Definition at line 268 of file FEMBSettings.hpp.
|
inline |
Get "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction)
Definition at line 268 of file FEMBSettings.hpp.
|
inline |
Get "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer)
Definition at line 466 of file FEMBSettings.hpp.
|
inline |
Get "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer)
Definition at line 466 of file FEMBSettings.hpp.
|
inline |
Get "enabled" attribute value. True of FEMB should be configured and read out by WIB.
Definition at line 136 of file FEMBSettings.hpp.
|
inline |
Get "enabled" attribute value. True of FEMB should be configured and read out by WIB.
Definition at line 136 of file FEMBSettings.hpp.
|
inline |
Get "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3)
Definition at line 202 of file FEMBSettings.hpp.
|
inline |
Get "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3)
Definition at line 202 of file FEMBSettings.hpp.
|
inline |
Get "gain_match" attribute value. Enable pulser DAC gain matching.
Definition at line 334 of file FEMBSettings.hpp.
|
inline |
Get "gain_match" attribute value. Enable pulser DAC gain matching.
Definition at line 334 of file FEMBSettings.hpp.
|
inline |
Get "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA)
Definition at line 367 of file FEMBSettings.hpp.
|
inline |
Get "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA)
Definition at line 367 of file FEMBSettings.hpp.
|
inline |
Get "leak_10x" attribute value. Multiply leak current by 10 if true.
Definition at line 400 of file FEMBSettings.hpp.
|
inline |
Get "leak_10x" attribute value. Multiply leak current by 10 if true.
Definition at line 400 of file FEMBSettings.hpp.
|
inline |
Get "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA.
Definition at line 598 of file FEMBSettings.hpp.
|
inline |
Get "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA.
Definition at line 598 of file FEMBSettings.hpp.
|
inline |
Get "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3)
Definition at line 235 of file FEMBSettings.hpp.
|
inline |
Get "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3)
Definition at line 235 of file FEMBSettings.hpp.
|
inline |
Get "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC.
Definition at line 631 of file FEMBSettings.hpp.
|
inline |
Get "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC.
Definition at line 631 of file FEMBSettings.hpp.
|
inline |
Get "pulse_dac" attribute value. Pulser DAC setting [0-63].
Definition at line 301 of file FEMBSettings.hpp.
|
inline |
Get "pulse_dac" attribute value. Pulser DAC setting [0-63].
Definition at line 301 of file FEMBSettings.hpp.
|
inline |
Get "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255)
Definition at line 532 of file FEMBSettings.hpp.
|
inline |
Get "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255)
Definition at line 532 of file FEMBSettings.hpp.
|
inline |
Get "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255)
Definition at line 565 of file FEMBSettings.hpp.
|
inline |
Get "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255)
Definition at line 565 of file FEMBSettings.hpp.
|
inline |
Get "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255)
Definition at line 499 of file FEMBSettings.hpp.
|
inline |
Get "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255)
Definition at line 499 of file FEMBSettings.hpp.
|
inline |
Get "test_cap" attribute value. Enable the test capacitor.
Definition at line 169 of file FEMBSettings.hpp.
|
inline |
Get "test_cap" attribute value. Enable the test capacitor.
Definition at line 169 of file FEMBSettings.hpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Implements dunedaq::conffwk::DalObject.
Definition at line 69 of file FEMBSettings.cpp.
|
protectedvirtual |
Initialize object (method generated by genconffwk)
| init_children | if true, initialize referenced objects |
Implements dunedaq::conffwk::DalObject.
|
virtual |
Print details of the FEMBSettings object.
Parameters are:
| offset | number of spaces to shift object right (useful to print nested objects) |
| print_header | if false, do not print object header (to print attributes of base classes) |
| s | output stream |
Implements dunedaq::conffwk::DalObject.
Definition at line 33 of file FEMBSettings.cpp.
|
virtual |
Print details of the FEMBSettings object.
Parameters are:
| offset | number of spaces to shift object right (useful to print nested objects) |
| print_header | if false, do not print object header (to print attributes of base classes) |
| s | output stream |
Implements dunedaq::conffwk::DalObject.
|
inline |
Set "ac_couple" attribute value. false (DC coupling), true (AC coupling)
| value | new attribute value |
Definition at line 449 of file FEMBSettings.hpp.
|
inline |
Set "ac_couple" attribute value. false (DC coupling), true (AC coupling)
| value | new attribute value |
Definition at line 449 of file FEMBSettings.hpp.
|
inline |
Set "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction)
| value | new attribute value |
Definition at line 284 of file FEMBSettings.hpp.
|
inline |
Set "baseline" attribute value. Baseline selector: 0 (900 mV), 1 (200 mV), 2 (200 mV collection, 900 mV induction)
| value | new attribute value |
Definition at line 284 of file FEMBSettings.hpp.
|
inline |
Set "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer)
| value | new attribute value |
Definition at line 482 of file FEMBSettings.hpp.
|
inline |
Set "buffering" attribute value. 0 (no buffer), 1 (se buffer), 2 (sedc buffer)
| value | new attribute value |
Definition at line 482 of file FEMBSettings.hpp.
|
inline |
Set "enabled" attribute value. True of FEMB should be configured and read out by WIB.
| value | new attribute value |
Definition at line 152 of file FEMBSettings.hpp.
|
inline |
Set "enabled" attribute value. True of FEMB should be configured and read out by WIB.
| value | new attribute value |
Definition at line 152 of file FEMBSettings.hpp.
|
inline |
Set "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3)
| value | new attribute value |
Definition at line 218 of file FEMBSettings.hpp.
|
inline |
Set "gain" attribute value. Channel gain selector: 14, 25, 7.8, 4.7 mV/fC (0 - 3)
| value | new attribute value |
Definition at line 218 of file FEMBSettings.hpp.
|
inline |
Set "gain_match" attribute value. Enable pulser DAC gain matching.
| value | new attribute value |
Definition at line 350 of file FEMBSettings.hpp.
|
inline |
Set "gain_match" attribute value. Enable pulser DAC gain matching.
| value | new attribute value |
Definition at line 350 of file FEMBSettings.hpp.
|
inline |
Set "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA)
| value | new attribute value |
Definition at line 383 of file FEMBSettings.hpp.
|
inline |
Set "leak" attribute value. Leak current selector: 0 (500 pA), 1 (100 pA)
| value | new attribute value |
Definition at line 383 of file FEMBSettings.hpp.
|
inline |
Set "leak_10x" attribute value. Multiply leak current by 10 if true.
| value | new attribute value |
Definition at line 416 of file FEMBSettings.hpp.
|
inline |
Set "leak_10x" attribute value. Multiply leak current by 10 if true.
| value | new attribute value |
Definition at line 416 of file FEMBSettings.hpp.
|
inline |
Set "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA.
| value | new attribute value |
Definition at line 614 of file FEMBSettings.hpp.
|
inline |
Set "line_driver" attribute value. 0 (Default), 1 (Short), 2 (25 m warm), 3 (35 m warm), 4 (25 m cold), 5 (35 m cold). Can submit up to 2 values for the two COLDATA.
| value | new attribute value |
Definition at line 614 of file FEMBSettings.hpp.
|
inline |
Set "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3)
| value | new attribute value |
Definition at line 251 of file FEMBSettings.hpp.
|
inline |
Set "peak_time" attribute value. Channel peak time selector: 1.0, 0.5, 3, 2 us (0 - 3)
| value | new attribute value |
Definition at line 251 of file FEMBSettings.hpp.
|
inline |
Set "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC.
| value | new attribute value |
Definition at line 647 of file FEMBSettings.hpp.
|
inline |
Set "pulse_channels" attribute value. Array of up to 16 true/false values, for whether to send pulser to each corresponding channel per LArASIC.
| value | new attribute value |
Definition at line 647 of file FEMBSettings.hpp.
|
inline |
Set "pulse_dac" attribute value. Pulser DAC setting [0-63].
| value | new attribute value |
Definition at line 317 of file FEMBSettings.hpp.
|
inline |
Set "pulse_dac" attribute value. Pulser DAC setting [0-63].
| value | new attribute value |
Definition at line 317 of file FEMBSettings.hpp.
|
inline |
Set "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255)
| value | new attribute value |
Definition at line 548 of file FEMBSettings.hpp.
|
inline |
Set "strobe_delay" attribute value. 64MHz periods to skip after 2MHz edge for strobe (pulser offset 0-255)
| value | new attribute value |
Definition at line 548 of file FEMBSettings.hpp.
|
inline |
Set "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255)
| value | new attribute value |
Definition at line 581 of file FEMBSettings.hpp.
|
inline |
Set "strobe_length" attribute value. Length of strobe in 64MHz periods (pulser length 0-255)
| value | new attribute value |
Definition at line 581 of file FEMBSettings.hpp.
|
inline |
Set "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255)
| value | new attribute value |
Definition at line 515 of file FEMBSettings.hpp.
|
inline |
Set "strobe_skip" attribute value. 2MHz periods to skip after strobe (pulser period 0-255)
| value | new attribute value |
Definition at line 515 of file FEMBSettings.hpp.
|
inline |
Set "test_cap" attribute value. Enable the test capacitor.
| value | new attribute value |
Definition at line 185 of file FEMBSettings.hpp.
|
inline |
Set "test_cap" attribute value. Enable the test capacitor.
| value | new attribute value |
Definition at line 185 of file FEMBSettings.hpp.
|
friend |
Definition at line 22 of file FEMBSettings.hpp.
|
friend |
Definition at line 24 of file FEMBSettings.hpp.
|
friend |
Definition at line 23 of file FEMBSettings.hpp.
|
friend |
Definition at line 25 of file FEMBSettings.hpp.
|
private |
Definition at line 80 of file FEMBSettings.hpp.
|
private |
Definition at line 75 of file FEMBSettings.hpp.
|
private |
Definition at line 81 of file FEMBSettings.hpp.
|
private |
Definition at line 71 of file FEMBSettings.hpp.
|
private |
Definition at line 73 of file FEMBSettings.hpp.
|
private |
Definition at line 77 of file FEMBSettings.hpp.
|
private |
Definition at line 78 of file FEMBSettings.hpp.
|
private |
Definition at line 79 of file FEMBSettings.hpp.
|
private |
Definition at line 85 of file FEMBSettings.hpp.
|
private |
Definition at line 74 of file FEMBSettings.hpp.
|
private |
Definition at line 86 of file FEMBSettings.hpp.
|
private |
Definition at line 76 of file FEMBSettings.hpp.
|
private |
Definition at line 83 of file FEMBSettings.hpp.
|
private |
Definition at line 84 of file FEMBSettings.hpp.
|
private |
Definition at line 82 of file FEMBSettings.hpp.
|
private |
Definition at line 72 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 102 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 97 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 103 of file FEMBSettings.hpp.
|
static |
The name of the configuration class.
Definition at line 37 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 93 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 95 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 99 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 100 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 101 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 107 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 96 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 108 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 98 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 105 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 106 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 104 of file FEMBSettings.hpp.
|
inlinestatic |
Definition at line 94 of file FEMBSettings.hpp.