#include <PID.h>
|
| enum | Type_t : std::uint8_t {
Type_t::Trigger,
Type_t::Tagger,
Type_t::TaggerMicro,
Type_t::EPT,
Type_t::Moeller,
Type_t::PairSpec,
Type_t::CB,
Type_t::PID,
Type_t::MWPC0,
Type_t::MWPC1,
Type_t::TAPS,
Type_t::TAPSVeto,
Type_t::Cherenkov,
Type_t::Raw
} |
| |
| enum | ElementFlag_t {
ElementFlag_t::Missing,
ElementFlag_t::Broken,
ElementFlag_t::BadTDC,
ElementFlag_t::NoCalibFill,
ElementFlag_t::NoCalibUseDefault
} |
| |
| using | ElementFlags_t = bitflag< ElementFlag_t, 16 > |
| |
| static const char * | ToString (const Type_t &type) |
| |
| static Type_t | FromString (const std::string &str) |
| |
| const Type_t | Type |
| |
| | PID (const std::vector< Element_t > &elements_init) |
| | Constructor. More...
|
| |
| | Detector_t (const Type_t &type) |
| |
| | Detector_t (const Detector_t &)=delete |
| |
| | ~UnpackerAcquConfig ()=default |
| |
◆ PID_2007()
| ant::expconfig::detector::PID_2007::PID_2007 |
( |
| ) |
|
|
inline |
◆ elements_init
Initial value:=
{
{ 0, 131, 2016},
{ 1, 130, 2017},
{ 2, 129, 2018},
{ 3, 128, 2019},
{ 4, 127, 2020},
{ 5, 126, 2021},
{ 6, 125, 2022},
{ 7, 124, 2023},
{ 8, 123, 2024},
{ 9, 100, 2025},
{10, 121, 2026},
{11, 120, 2027},
{12, 119, 2028},
{13, 118, 2029},
{14, 117, 2030},
{15, 116, 2031},
{16, 115, 2008},
{17, 114, 2009},
{18, 113, 2010},
{19, 112, 2011},
{20, 111, 2012},
{21, 110, 2013},
{22, 109, 2014},
{23, 108, 2015},
}
The documentation for this struct was generated from the following files: