ATLAS Offline Software
Typedefs
HECCellConstLink.h File Reference
#include "LArReadoutGeometry/HECCell.h"
#include "GeoModelKernel/GeoIntrusivePtr.h"
Include dependency graph for HECCellConstLink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using HECCellConstLink = GeoIntrusivePtr< const HECCell >
 @Class: HECCellConstLink More...
 

Typedef Documentation

◆ HECCellConstLink

using HECCellConstLink = GeoIntrusivePtr<const HECCell>

@Class: HECCellConstLink

Smart Pointer to HEC Cells. This reference counted link allocates on demand. It audits the total pointer count and collects the garbage when nobody's looking.

Definition at line 19 of file HECCellConstLink.h.