All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
WaveformBaseline.cxx
Go to the documentation of this file.
1 /**
2  * @file icaruscode/PMT/Data/WaveformBaseline.cxx
3  * @brief A baseline for a waveform.
4  * @author Gianluca Petrillo (petrillo@slac.stanford.edu)
5  * @date September 11, 2020
6  * @see icaruscode/PMT/Data/WaveformBaseline.h
7  */
8 
9 // library header
11 
12 // C/C++ standard library
13 #include <ostream>
14 
15 
16 // -----------------------------------------------------------------------------
17 std::ostream& icarus::operator<<
18  (std::ostream& out, icarus::WaveformBaseline const& baseline)
19  { out << baseline.baseline(); return out; }
20 
21 
22 // -----------------------------------------------------------------------------
BEGIN_PROLOG baseline
Class containing a waveform baseline value.