ATLAS Offline Software
TileCalorimeter
TileDetDescr
src
TileDetDescrRegion.cxx
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
#include "
TileDetDescr/TileDetDescrRegion.h
"
11
#include "
AtlasDetDescr/AtlasDetectorID.h
"
12
13
#include <iostream>
14
#include <iomanip>
15
16
void
TileDetDescrRegion::print
()
const
17
{
18
19
AtlasDetectorID
id
;
20
std::cout << std::endl <<
" TileDetDescrRegion print: "
21
<< std::endl << std::endl;
22
23
id
.print(
m_id
);
24
m_descriptor
->
print
();
25
}
TileDetDescrRegion::m_descriptor
const descriptor_type * m_descriptor
Definition:
TileDetDescrRegion.h:60
TileDetDescriptor::print
void print() const
Definition:
TileDetDescriptor.cxx:125
AtlasDetectorID.h
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
TileDetDescrRegion.h
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:220
TileDetDescrRegion::print
void print() const
Definition:
TileDetDescrRegion.cxx:16
TileDetDescrRegion::m_id
Identifier m_id
Definition:
TileDetDescrRegion.h:59
AtlasDetectorID
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
Definition:
AtlasDetectorID.h:57
Generated on Thu Nov 7 2024 21:28:07 for ATLAS Offline Software by
1.8.18