CbmRoot
|
#include <CbmTrdDefs.h>
Public Attributes | |
int | nsec = 0 |
no of sectors on the pad-plane | |
int | ncol = 0 |
no of (rectangular - pads) column | |
int | nrow = 0 |
no of pad rows | |
int | nasic = 0 |
no of ASICs to read-out the pad-plane | |
int | ndaq = 0 |
no of concentrators (e.g. CROB) to read-out the pad-plane | |
float | sizex = 0. |
size of active area along wires | |
float | sizey [3] = {0.} |
size of active area across wires | |
Definition at line 82 of file CbmTrdDefs.h.
int cbm::trd::READOUT::nasic = 0 |
no of ASICs to read-out the pad-plane
Definition at line 86 of file CbmTrdDefs.h.
Referenced by cbm::trd::geo::Setup::Module::getParams().
int cbm::trd::READOUT::ncol = 0 |
no of (rectangular - pads) column
Definition at line 84 of file CbmTrdDefs.h.
int cbm::trd::READOUT::ndaq = 0 |
no of concentrators (e.g. CROB) to read-out the pad-plane
Definition at line 87 of file CbmTrdDefs.h.
Referenced by cbm::trd::geo::Setup::Module::getParams().
int cbm::trd::READOUT::nrow = 0 |
no of pad rows
Definition at line 85 of file CbmTrdDefs.h.
int cbm::trd::READOUT::nsec = 0 |
no of sectors on the pad-plane
Definition at line 83 of file CbmTrdDefs.h.
float cbm::trd::READOUT::sizex = 0. |
size of active area along wires
Definition at line 88 of file CbmTrdDefs.h.
float cbm::trd::READOUT::sizey[3] = {0.} |
size of active area across wires
Definition at line 89 of file CbmTrdDefs.h.