ATLAS Offline Software
Loading...
Searching...
No Matches
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
8TBTDCRaw::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
unsigned int signal_type
Definition TBTDCRaw.h:24
bool m_underThreshold
Definition TBTDCRaw.h:49
TBTDCRaw()
Definition TBTDCRaw.h:26
signal_type m_tdc
Definition TBTDCRaw.h:48