ATLAS Offline Software
Loading...
Searching...
No Matches
TileDetDescrRegion.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 Tile Calorimeter detector description package
7 -----------------------------------------
8***************************************************************************/
9
12
13#include <iostream>
14#include <iomanip>
15
17{
18
19 AtlasDetectorID id ("AtlasDetectorID", "");
20 std::cout << std::endl << " TileDetDescrRegion print: "
21 << std::endl << std::endl;
22
23 id.print(m_id);
24 m_descriptor->print();
25}
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
const descriptor_type * m_descriptor