BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
Coverage.cxx File Reference

Go to the source code of this file.

Classes

class  SelectInfo
 

Functions

std::ostream & operator<< (std::ostream &out, const SelectInfo &info)
 

Detailed Description

Implementation of Coverage class

Also define and implement tiny data-only helper class

Definition in file Coverage.cxx.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const SelectInfo info 
)

Definition at line 39 of file Coverage.cxx.

39 {
40 out << "Serial #" << info.m_ser << " validitiy interval ["
41 << info.m_vstart.getString() << ", " << info.m_vend.getString() << "]"
42 << std::endl;
43 return out;
44}
facilities::Timestamp m_vstart
Definition: Coverage.cxx:35
facilities::Timestamp m_vend
Definition: Coverage.cxx:36
std::string getString() const
Return string representation of time, not including nanoseconds;.
Definition: Timestamp.cxx:92