Detector file.
More...
#include <JHead.hh>
Detector file.
Definition at line 224 of file JHead.hh.
JAANET::detector::detector |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 229 of file JHead.hh.
bool JAANET::detector::match |
( |
const detector & |
object | ) |
const |
|
inline |
Test match.
- Parameters
-
- Returns
- true if matches; else false
Definition at line 238 of file JHead.hh.
240 return this->
program ==
object.program && this->
filename ==
object.filename;
JAANET::detector::ClassDefNV |
( |
detector |
, |
|
|
1 |
|
|
) |
| |
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
detector & |
object |
|
) |
| |
|
friend |
Read detector from input stream.
- Parameters
-
in | input stream |
object | detector |
- Returns
- input stream
Definition at line 250 of file JHead.hh.
254 in >>
object.program >>
object.filename;
257 object.filename =
object.program;
258 object.program =
"?";
bool is_integer(const std::string &buffer)
Check if string is an integer.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const detector & |
object |
|
) |
| |
|
friend |
Write detector to output stream.
- Parameters
-
out | output stream |
object | detector |
- Returns
- output stream
Definition at line 271 of file JHead.hh.
273 return out <<
object.program <<
' ' <<
object.filename;
std::string JAANET::detector::program |
std::string JAANET::detector::filename |
The documentation for this struct was generated from the following file: