ATLAS Offline Software
InnerDetector
InDetEventCnv
InDetEventTPCnv
InDetEventTPCnv
InDetPrepRawData
TRT_DriftCircle_p2.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
/*
3
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4
*/
5
6
#ifndef TRT_DRIFT_CIRCLE_P2_TRK_H
7
#define TRT_DRIFT_CIRCLE_P2_TRK_H
8
9
//-----------------------------------------------------------------------------
10
//
11
// file: TRT_DriftCircle_p2.h
12
//
13
//-----------------------------------------------------------------------------
14
15
// #include "TrkEventTPCnv/TrkPrepRawData/PrepRawData_p2.h"
16
17
namespace
InDet
18
{
19
class
TRT_DriftCircle_p2
20
{
21
public
:
22
TRT_DriftCircle_p2
():
23
m_locPos
(0.0),
24
m_errMat
(0.0),
25
m_TRTdata
(0) {}
26
27
float
m_locPos
;
28
float
m_errMat
;
29
unsigned
int
m_TRTdata
;
// the raw data word from the TRT
30
31
};
32
}
33
34
#endif // TRT_DRIFT_CIRCLE_P2_TRK_H
InDet::TRT_DriftCircle_p2::TRT_DriftCircle_p2
TRT_DriftCircle_p2()
Definition:
TRT_DriftCircle_p2.h:22
InDet::TRT_DriftCircle_p2::m_locPos
float m_locPos
Definition:
TRT_DriftCircle_p2.h:27
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::TRT_DriftCircle_p2::m_errMat
float m_errMat
Definition:
TRT_DriftCircle_p2.h:28
InDet::TRT_DriftCircle_p2
Definition:
TRT_DriftCircle_p2.h:20
InDet::TRT_DriftCircle_p2::m_TRTdata
unsigned int m_TRTdata
Definition:
TRT_DriftCircle_p2.h:29
Generated on Thu Nov 7 2024 21:30:27 for ATLAS Offline Software by
1.8.18