ATLAS Offline Software
ALFA_ODDigit.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 #include <iostream>
8 
10  m_station(0),
11  m_side(0),
12  m_plate(0),
13  m_fiber(0)
14 {}
15 
16 ALFA_ODDigit::ALFA_ODDigit(const unsigned short station, const unsigned short side, const unsigned short plate, const unsigned short fiber): m_station(station), m_side(side), m_plate(plate), m_fiber(fiber) {}
ALFA_ODDigit.h
TRT::Hit::side
@ side
Definition: HitInfo.h:83
ALFA_ODDigit::ALFA_ODDigit
ALFA_ODDigit()
Definition: ALFA_ODDigit.cxx:9