Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/framework/fun4allraw/tpc_pool.h>
Public Attributes | |
unsigned short | fee |
unsigned short | pkt_length |
unsigned short | channel |
unsigned short | sampa_channel |
unsigned short | sampa_address |
unsigned int | bx_timestamp |
std::vector< unsigned short > | waveform |
unsigned short | adc_length |
unsigned short | checksum |
bool | valid |
Definition at line 73 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 73 of file tpc_pool.h
unsigned short tpc_pool::sampa_waveform::adc_length |
Definition at line 81 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 81 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
unsigned int tpc_pool::sampa_waveform::bx_timestamp |
Definition at line 79 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 79 of file tpc_pool.h
Referenced by tpc_pool::bco_compare::operator()(), and tpc_pool::tpc_decode().
unsigned short tpc_pool::sampa_waveform::channel |
Definition at line 76 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 76 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
unsigned short tpc_pool::sampa_waveform::checksum |
Definition at line 82 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 82 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
unsigned short tpc_pool::sampa_waveform::fee |
Definition at line 74 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 74 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
unsigned short tpc_pool::sampa_waveform::pkt_length |
Definition at line 75 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 75 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
unsigned short tpc_pool::sampa_waveform::sampa_address |
Definition at line 78 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 78 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
unsigned short tpc_pool::sampa_waveform::sampa_channel |
Definition at line 77 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 77 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
bool tpc_pool::sampa_waveform::valid |
Definition at line 83 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 83 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().
std::vector<unsigned short> tpc_pool::sampa_waveform::waveform |
Definition at line 80 of file tpc_pool.h.
View newest version in sPHENIX GitHub at line 80 of file tpc_pool.h
Referenced by tpc_pool::tpc_decode().