ATLAS Offline Software
Trigger
TrigT1
TrigT1TGC
src
TGCTMDBOut.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
#include "
TrigT1TGC/TGCTMDBOut.h
"
6
7
#include <iostream>
8
9
namespace
LVL1TGC
{
10
11
TGCTMDBOut::TGCTMDBOut
()
12
: m_sideID(0), m_moduleID(-1), m_hit_56(TM_NA), m_hit_6(TM_NA)
13
{
14
}
15
16
TGCTMDBOut::TGCTMDBOut
(
const
int
side
,
const
int
module
,
const
TileModuleHit
hit56,
const
TileModuleHit
hit6)
17
: m_sideID(
side
), m_moduleID(
module
), m_hit_56(hit56), m_hit_6(hit6)
18
{
19
}
20
21
void
TGCTMDBOut::print
()
const
22
{
23
std::cout <<
"Side="
<<
m_sideID
24
<<
" :: ModuleID="
<<
m_moduleID
25
<<
" :: Hit_56="
<<
m_hit_56
26
<<
" :: Hit_6="
<<
m_hit_6
27
<< std::endl;
28
}
29
30
31
}
// end of namespace
LVL1TGC::TGCTMDBOut::m_hit_56
TileModuleHit m_hit_56
Definition:
TGCTMDBOut.h:46
LVL1TGC::TGCTMDBOut::m_hit_6
TileModuleHit m_hit_6
Definition:
TGCTMDBOut.h:47
LVL1TGC::TGCTMDBOut::m_sideID
int m_sideID
Definition:
TGCTMDBOut.h:44
LVL1TGC::TGCTMDBOut::TGCTMDBOut
TGCTMDBOut()
Definition:
TGCTMDBOut.cxx:11
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
python.PyAthena.module
module
Definition:
PyAthena.py:131
LVL1TGC
Definition:
BigWheelCoincidenceLUT.cxx:20
TGCTMDBOut.h
LVL1TGC::TGCTMDBOut::m_moduleID
int m_moduleID
Definition:
TGCTMDBOut.h:45
LVL1TGC::TGCTMDBOut::print
void print() const
Definition:
TGCTMDBOut.cxx:21
LVL1TGC::TGCTMDBOut::TileModuleHit
TileModuleHit
Definition:
TGCTMDBOut.h:13
Generated on Sun Dec 22 2024 21:19:30 for ATLAS Offline Software by
1.8.18