ATLAS Offline Software
Loading...
Searching...
No Matches
TBHit.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include "TBEvent/TBHit.h"
6
8 : m_beamdetect (nullptr),
9 m_x(0),
10 m_y(0),
11 m_z(0),
12 m_ex(0),
13 m_ey(0),
14 m_ez(0),
15 m_IsValid(false)
16{
17}
18
19
double m_ey
Definition TBHit.h:82
TBBeamDetector * m_beamdetect
Definition TBHit.h:75
bool m_IsValid
Definition TBHit.h:86
double m_ex
Definition TBHit.h:82
double m_ez
Definition TBHit.h:82
float m_z
Definition TBHit.h:78
float m_y
Definition TBHit.h:78
float m_x
Definition TBHit.h:78
TBHit()
Definition TBHit.cxx:7