Data structure for configuration of JDOMSimulator.
More...
Data structure for configuration of JDOMSimulator.
Definition at line 37 of file JDOMSimulator.cc.
◆ JSource()
KM3NETDAQ::JSource::JSource |
( |
| ) |
|
|
inline |
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
JSource & |
source |
|
) |
| |
|
friend |
Read JSource from input stream.
- Parameters
-
- Returns
- input stream
Definition at line 56 of file JDOMSimulator.cc.
60 in >> index >> static_cast<std::string&>(source);
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JSource & |
source |
|
) |
| |
|
friend |
Write JSource to output stream.
- Parameters
-
- Returns
- output stream
Definition at line 73 of file JDOMSimulator.cc.
75 out << static_cast<const std::string&>(source);
The documentation for this class was generated from the following file: