parameters relevant to all boards in the run More...
#include <V172X_Params.hh>
Public Member Functions | |
| V172X_Params () | |
| Default Constructor. | |
| ~V172X_Params () | |
| Destructor does nothing. | |
| int | GetEventSize () |
| Get the expected total event size in bytes. | |
| int | GetEnabledBoards () |
| Get the number of boards enabled in this run. | |
| int | GetEnabledChannels () |
| Get the number of channels enabled in this run. | |
Public Attributes | |
| bool | align64 |
| do we need to read an extra sample? | |
| int | trigger_timeout_ms |
| how long to wait for trigger interrupt | |
| long | max_mem_size |
| total system memory we're allowed to use | |
| bool | no_low_mem_warn |
| suppress warning about low memory? | |
| bool | send_start_pulse |
| synchronize start of run on all boards? | |
| bool | auto_trigger |
| allow computer to generate triggers? | |
| int | event_size_bytes |
| total size of events | |
| int | enabled_boards |
| number of boards enabled in this run | |
| int | enabled_channels |
| number of channels enabled in this run | |
| int | vme_bridge_link |
| the caenvmelib link number for the VME bridge | |
| V172X_BoardParams | board [nboards] |
| parameters for each board | |
Static Public Attributes | |
| static const int | nboards = N_V172X_BOARDS |
| max number of boards allowed | |
parameters relevant to all boards in the run
Definition at line 163 of file V172X_Params.hh.
1.6.1