LDMX Software
tracking::reco::TrackerDaqMap::SensorInfo Struct Reference

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.
 

Detailed Description

Everything the mapper needs to know about one physical sensor.

Definition at line 18 of file TrackerDaqMap.h.

Member Data Documentation

◆ first_strip_

int tracking::reco::TrackerDaqMap::SensorInfo::first_strip_ {0}

Sensor strip index that pchannel 0 maps to.

Definition at line 21 of file TrackerDaqMap.h.

21{0};

◆ layer_id_

int tracking::reco::TrackerDaqMap::SensorInfo::layer_id_ {-1}

Acts surface id (volume*1000 + layer*100 + sensor).

Definition at line 19 of file TrackerDaqMap.h.

19{-1};

◆ n_strips_

int tracking::reco::TrackerDaqMap::SensorInfo::n_strips_ {0}

Number of bonded strips on the sensor.

Definition at line 20 of file TrackerDaqMap.h.

20{0};

◆ reversed_

bool tracking::reco::TrackerDaqMap::SensorInfo::reversed_ {false}

True if the hybrid reads the sensor descending.

Definition at line 22 of file TrackerDaqMap.h.

22{false};

The documentation for this struct was generated from the following file: