ATLAS Offline Software
Loading...
Searching...
No Matches
TRTHit.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
7
8
9TRTHit::TRTHit(unsigned first, unsigned second, unsigned third, unsigned fourth,
10 unsigned fifth): m_firstWord(first), m_secondWord(second), m_thirdWord(third),
11 m_fourthWord(fourth), m_fifthWord(fifth) {}
unsigned m_firstWord
Definition TRTHit.h:36
unsigned m_fifthWord
Definition TRTHit.h:40
TRTHit(unsigned, unsigned, unsigned, unsigned, unsigned)
Definition TRTHit.cxx:9
unsigned m_fourthWord
Definition TRTHit.h:39
unsigned m_secondWord
Definition TRTHit.h:37
unsigned m_thirdWord
Definition TRTHit.h:38