ATLAS Offline Software
InnerDetector
InDetSimEvent
InDetSimEvent
TRTHit.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#ifndef TRTHit_h
7
#define TRTHit_h
8
9
// Data members classes
10
#include "
HitManagement/AtlasHitsVector.h
"
11
#include "
AthenaKernel/CLASS_DEF.h
"
12
13
14
15
class
TRTHit
16
{
17
public
:
18
TRTHit
(
unsigned
,
unsigned
,
unsigned
,
unsigned
,
unsigned
);
19
20
unsigned
GetFirstWord
()
21
{
return
m_firstWord
;}
22
23
unsigned
GetSecondWord
()
24
{
return
m_secondWord
;}
25
26
unsigned
GetThirdWord
()
27
{
return
m_thirdWord
;}
28
29
unsigned
GetFourthWord
()
30
{
return
m_fourthWord
;}
31
32
unsigned
GetFifthWord
()
33
{
return
m_fifthWord
;}
34
35
private
:
36
unsigned
m_firstWord
;
37
unsigned
m_secondWord
;
38
unsigned
m_thirdWord
;
39
unsigned
m_fourthWord
;
40
unsigned
m_fifthWord
;
41
};
42
43
typedef
AtlasHitsVector<TRTHit>
TRTHitCollection
;
44
typedef
AtlasHitsVector<TRTHit>::iterator
TRTHitIterator
;
45
typedef
AtlasHitsVector<TRTHit>::const_iterator
TRTHitConstIterator
;
46
47
#ifndef __CINT__
48
CLASS_DEF
(
TRTHitCollection
, 1120337553 , 1 )
49
#endif
50
51
#endif
TRTHit::GetFirstWord
unsigned GetFirstWord()
Definition:
TRTHit.h:20
TRTHitCollection
AtlasHitsVector< TRTHit > TRTHitCollection
Definition:
TRTHit.h:43
TRTHit::GetFourthWord
unsigned GetFourthWord()
Definition:
TRTHit.h:29
TRTHit::GetThirdWord
unsigned GetThirdWord()
Definition:
TRTHit.h:26
TRTHit::m_fourthWord
unsigned m_fourthWord
Definition:
TRTHit.h:39
TRTHit::m_fifthWord
unsigned m_fifthWord
Definition:
TRTHit.h:40
TRTHit::TRTHit
TRTHit(unsigned, unsigned, unsigned, unsigned, unsigned)
Definition:
TRTHit.cxx:9
AtlasHitsVector::iterator
CONT::iterator iterator
Definition:
AtlasHitsVector.h:42
AtlasHitsVector
Definition:
AtlasHitsVector.h:33
TRTHit::m_secondWord
unsigned m_secondWord
Definition:
TRTHit.h:37
TRTHitConstIterator
AtlasHitsVector< TRTHit >::const_iterator TRTHitConstIterator
Definition:
TRTHit.h:45
AtlasHitsVector::const_iterator
CONT::const_iterator const_iterator
Definition:
AtlasHitsVector.h:43
TRTHit::GetSecondWord
unsigned GetSecondWord()
Definition:
TRTHit.h:23
TRTHit::m_thirdWord
unsigned m_thirdWord
Definition:
TRTHit.h:38
TRTHit::GetFifthWord
unsigned GetFifthWord()
Definition:
TRTHit.h:32
TRTHit
Definition:
TRTHit.h:16
AtlasHitsVector.h
TRTHitIterator
AtlasHitsVector< TRTHit >::iterator TRTHitIterator
Definition:
TRTHit.h:44
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
TRTHit::m_firstWord
unsigned m_firstWord
Definition:
TRTHit.h:36
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Nov 7 2024 21:30:56 for ATLAS Offline Software by
1.8.18