ATLAS Offline Software
|
#include <TileDetDescrRegion.h>
Public Types | |
typedef TileDetDescriptor | descriptor_type |
Public Member Functions | |
TileDetDescrRegion (void) | |
TileDetDescrRegion (const Identifier &id, const descriptor_type *descriptor) | |
virtual Identifier | identify () const |
const descriptor_type * | descriptor () const |
void | print () const |
virtual IdentifierHash | identifyHash () const |
virtual const IdHelper * | getHelper () const |
Private Attributes | |
Identifier | m_id |
const descriptor_type * | m_descriptor |
This class provides an interface to detector description information for the regions (sub-detectors) of the Tile calorimeter. Each instance of an TileDetDescrRegion corresponds to the description for a SINGLE region.
Identifier: Each TileDetDescrRegion has an Identifier which uniquely identifies to which region it corresponds, i.e. which sub-detector and positive/negative half, (See classes Tile_ID, ... in TileDetDescr/TileID.h for more info.).
Print: A general print method is available.
Clients are NOT responsible for deleting the objects connected to the pointers received for DetectorPosition or TileDetDescriptor objects.
Definition at line 39 of file TileDetDescrRegion.h.
Definition at line 46 of file TileDetDescrRegion.h.
|
inline |
Definition at line 48 of file TileDetDescrRegion.h.
|
inline |
Definition at line 50 of file TileDetDescrRegion.h.
|
inline |
Definition at line 54 of file TileDetDescrRegion.h.
Definition at line 18 of file Identifiable.cxx.
|
inlinevirtual |
|
virtualinherited |
Reimplemented in CaloDetDescrElement, CaloDetDescriptor, SiChargedDiodeCollection, Muon::MuonPrepDataCollection< PrepDataT >, SpacePointCollection, Trk::PrepRawDataCollection< PrepRawDataT >, and InDetRawDataCollection< RawDataT >.
Definition at line 11 of file Identifiable.cxx.
void TileDetDescrRegion::print | ( | ) | const |
Definition at line 16 of file TileDetDescrRegion.cxx.
|
private |
Definition at line 60 of file TileDetDescrRegion.h.
|
private |
Definition at line 59 of file TileDetDescrRegion.h.