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