ATLAS Offline Software
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 
TBHit.h
TBHit::TBHit
TBHit()
Definition: TBHit.cxx:7