ATLAS Offline Software
InDetReadoutGeometry Package
Authors
Grant Gorfine, Joe Boudreau, Thomas Kittlemann, Davide Costanzo, David Calvet, Alessandro Fornaini

Introduction

This package contains the readout classes for the inner detector. These are mainly used by digitization and reconstruction.

  • Managers: The Detector managers contain methods to access the Identifier helpers and detector elements.
  • Detector Elements: The detector element is the object where geometrical information of the readout elements is obtained:
    • Pixel: The silicon sensor in a pixel module.
    • SCT: One side of the module. (One or two silicon wafers wire bonded together)
    • TRT: A straw layer (contains several straws).
  • Design and Descriptor Classes: As well as the detector element there are design and descriptor classes which contain information common to several elements.

Class Overview

Described here are just the classes that clients will normally use.

Usage Notes

The managers are retrieved from storegate. Their names are Pixel, SCT and TRT. From the manager, one can get the id helpers and access the detector elements using various methods.