ATLAS Offline Software
TBTDCRaw.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/TBTDCRaw.h"
6 #include <string>
7 
8 TBTDCRaw::TBTDCRaw(const std::string& tdcID, bool overflow,
9  signal_type theTDC, bool theUnderThreshold)
10  : TBBeamDetector(tdcID, overflow)
11  , m_tdc(theTDC)
12  , m_underThreshold(theUnderThreshold)
13 { }
14 
TBTDCRaw::TBTDCRaw
TBTDCRaw()
Definition: TBTDCRaw.h:26
TBTDCRaw::signal_type
unsigned int signal_type
Definition: TBTDCRaw.h:24
TBTDCRaw::~TBTDCRaw
~TBTDCRaw()
Definition: TBTDCRaw.cxx:15
TBTDCRaw.h
TBBeamDetector
Definition: TBBeamDetector.h:16