ATLAS Offline Software
TBTrackInfo.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/TBTrackInfo.h"
6 
8  : tb_Trigger (0),
9  tb_trk_nTracks(0),
10  tb_trk_nTracksTRT(0),
11  tb_sADC_S1(0),
12  tb_sADC_muHalo(0),
13  tb_sADC_muTag(0),
14  tb_sADC_C2(0),
15  tb_sADC_TRTSci(0),
16  tileRec_XchN1(0),
17  tileRec_XchN2(0),
18  tileRec_Xcha0(0),
19  tileRec_Xcha1(0)
20 {
21 }
22 
23 
TBTrackInfo::~TBTrackInfo
~TBTrackInfo()
Definition: TBTrackInfo.cxx:24
TBTrackInfo::TBTrackInfo
TBTrackInfo()
Definition: TBTrackInfo.cxx:7
TBTrackInfo.h