ATLAS Offline Software
Loading...
Searching...
No Matches
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
17namespace InDet
18{
20 {
21 public:
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
Primary Vertex Finder.