ATLAS Offline Software
TBHitPlane.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/TBHitPlane.h"
6 
8  : m_beamdetect(0),
9  m_u(0),
10  m_w(0),
11  m_eu(0),
12  m_ew(0),
13  m_IsValid(false)
14 {
15 }
16 
17 
TBHitPlane.h
TBHitPlane::TBHitPlane
TBHitPlane()
Definition: TBHitPlane.cxx:7
TBHitPlane::~TBHitPlane
~TBHitPlane()
Definition: TBHitPlane.cxx:18