ATLAS Offline Software
TBADCRaw.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/TBADCRaw.h"
6 #include <string>
7 
8 TBADCRaw::TBADCRaw(const std::string& adcID, bool overflow, signal_type theADC)
9  : TBBeamDetector(adcID, overflow)
10  , m_adc(theADC)
11  { }
12 
TBADCRaw::signal_type
unsigned int signal_type
Definition: TBADCRaw.h:24
TBADCRaw.h
TBADCRaw::TBADCRaw
TBADCRaw()
Definition: TBADCRaw.h:26
TBADCRaw::~TBADCRaw
~TBADCRaw()
Definition: TBADCRaw.cxx:13
TBBeamDetector
Definition: TBBeamDetector.h:16