ATLAS Offline Software
Loading...
Searching...
No Matches
TileDetDescrRegion.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 Tile Calorimeter detector description package
7 -----------------------------------------
8***************************************************************************/
9
10#ifndef TILEDETDESCR_TILEDETDESCRREGION_H
11#define TILEDETDESCR_TILEDETDESCRREGION_H
12
14
16
40{
41public:
42
44
46
49
50 virtual Identifier identify() const { return m_id; }
51 const descriptor_type* descriptor() const { return m_descriptor; }
52 void print() const;
53
54private:
55
58};
59
60#endif // TILEDETDESCR_TILEDETDESCRREGION_H
This class provides an abstract interface to an Identifiable object.
virtual Identifier identify() const
TileDetDescrRegion(const Identifier &id, const descriptor_type *descriptor)
const descriptor_type * m_descriptor
const descriptor_type * descriptor() const
TileDetDescriptor descriptor_type