ATLAS Offline Software
Loading...
Searching...
No Matches
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
8TBADCRaw::TBADCRaw(const std::string& adcID, bool overflow, signal_type theADC)
9 : TBBeamDetector(adcID, overflow)
10 , m_adc(theADC)
11 { }
12
unsigned int signal_type
Definition TBADCRaw.h:24
TBADCRaw()
Definition TBADCRaw.h:26
signal_type m_adc
Definition TBADCRaw.h:39