ATLAS Offline Software
SCT_Identifier.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 #include "Identifier/Identifier.h"
8 
9 #include <cassert>
10 #include <iostream>
11 
14 {
15  assert (m_idHelper);
17 }
18 
20 {
21  std::cout << "2/2/" << m_barrelEC << "/"
22  << m_layerDisk << "/"
23  << m_phiModule << "/"
24  << m_etaModule << "/"
25  << m_side << std::endl;
26 }
SCT_Identifier::m_etaModule
int m_etaModule
Definition: SCT_Identifier.h:55
SCT_ID.h
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
SCT_Identifier.h
SCT_Identifier::m_idHelper
const SCT_ID * m_idHelper
Definition: SCT_Identifier.h:51
SCT_Identifier::m_layerDisk
int m_layerDisk
Definition: SCT_Identifier.h:53
SCT_Identifier::getWaferId
Identifier getWaferId()
Definition: SCT_Identifier.cxx:13
SCT_Identifier::print
void print() const
Definition: SCT_Identifier.cxx:19
SCT_Identifier::m_barrelEC
int m_barrelEC
Definition: SCT_Identifier.h:52
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
SCT_Identifier::m_phiModule
int m_phiModule
Definition: SCT_Identifier.h:54
SCT_ID::wafer_id
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module, int side) const
For a single side of module.
Definition: SCT_ID.h:464
SCT_Identifier::m_side
int m_side
Definition: SCT_Identifier.h:56