ATLAS Offline Software
Loading...
Searching...
No Matches
TGCReadoutIndex.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include <iostream>
6#include <iomanip>
8
9namespace LVL1TGCTrigger {
10
17
20 int imd, int ir, int ilyr)
21 : m_zDirection(iz), m_octantNumber(ioct),
23{
24}
25
27
29{
30 static const char gZDirName[kTotalNumTGCZDirection] = {'F', 'B'};
31 std::cout << " " << gZDirName[m_zDirection] << "-"
32 << std::setw(1) << m_octantNumber << "-"
33 << std::setw(2) << m_moduleNumber << "-"
34 << m_rNumber << "-"
36}
37
38
39} //end of namespace bracket
int ir
counter of the current depth
Definition fastadd.cxx:49