#include <AsciiData.hh>
◆ EVHEAD() [1/4]
◆ EVHEAD() [2/4]
◆ EVHEAD() [3/4]
◆ EVHEAD() [4/4]
◆ operator<< [1/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 37 of file AsciiData.cc.
38{
39 os << std::endl << "{ EVHEAD" << std::endl;
42 os <<
" " <<
x.eventNo;
43 }
44 os << std::endl << "} EVHEAD" << std::endl;
45 return os;
46}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 37 of file AsciiData.cc.
38{
39 os << std::endl << "{ EVHEAD" << std::endl;
42 os <<
" " <<
x.eventNo;
43 }
44 os << std::endl << "} EVHEAD" << std::endl;
45 return os;
46}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 37 of file AsciiData.cc.
38{
39 os << std::endl << "{ EVHEAD" << std::endl;
42 os <<
" " <<
x.eventNo;
43 }
44 os << std::endl << "} EVHEAD" << std::endl;
45 return os;
46}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 37 of file AsciiData.cc.
38{
39 os << std::endl << "{ EVHEAD" << std::endl;
42 os <<
" " <<
x.eventNo;
43 }
44 os << std::endl << "} EVHEAD" << std::endl;
45 return os;
46}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 27 of file AsciiData.cc.
28{
29 x.check_start_tag(is,
"EVHEAD");
30 if(!
x.initialized())
return is;
33 x.check_end_tag(is,
"EVHEAD");
34 return is;
35}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 27 of file AsciiData.cc.
28{
29 x.check_start_tag(is,
"EVHEAD");
30 if(!
x.initialized())
return is;
33 x.check_end_tag(is,
"EVHEAD");
34 return is;
35}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 27 of file AsciiData.cc.
28{
29 x.check_start_tag(is,
"EVHEAD");
30 if(!
x.initialized())
return is;
33 x.check_end_tag(is,
"EVHEAD");
34 return is;
35}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EVHEAD & |
x |
|
) |
| |
|
friend |
Definition at line 27 of file AsciiData.cc.
28{
29 x.check_start_tag(is,
"EVHEAD");
30 if(!
x.initialized())
return is;
33 x.check_end_tag(is,
"EVHEAD");
34 return is;
35}
◆ eventNo
◆ runNo
The documentation for this class was generated from the following files: