|
LDMX Software
|
Everything the mapper needs to know about one physical sensor. More...
#include <TrackerDaqMap.h>
Public Attributes | |
| int | layer_id_ {-1} |
| Acts surface id (volume*1000 + layer*100 + sensor). | |
| int | n_strips_ {0} |
| Number of bonded strips on the sensor. | |
| int | first_strip_ {0} |
| Sensor strip index that pchannel 0 maps to. | |
| bool | reversed_ {false} |
| True if the hybrid reads the sensor descending. | |
Everything the mapper needs to know about one physical sensor.
Definition at line 18 of file TrackerDaqMap.h.
| int tracking::reco::TrackerDaqMap::SensorInfo::first_strip_ {0} |
| int tracking::reco::TrackerDaqMap::SensorInfo::layer_id_ {-1} |
Acts surface id (volume*1000 + layer*100 + sensor).
Definition at line 19 of file TrackerDaqMap.h.
| int tracking::reco::TrackerDaqMap::SensorInfo::n_strips_ {0} |
| bool tracking::reco::TrackerDaqMap::SensorInfo::reversed_ {false} |
True if the hybrid reads the sensor descending.
Definition at line 22 of file TrackerDaqMap.h.