ATLAS Offline Software
ALFA_Digit.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_plate(0),
12  m_fiber(0)
13 {}
14 
15 ALFA_Digit::ALFA_Digit(const unsigned short station, const unsigned short plate, const unsigned short fiber): m_station(station), m_plate(plate), m_fiber(fiber) {}
ALFA_Digit::ALFA_Digit
ALFA_Digit()
Definition: ALFA_Digit.cxx:9
ALFA_Digit.h