#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 35 of file AsciiData.cc.
35 {
36 os << std::endl << "{ EVHEAD" << std::endl;
37 if (
x.initialized() )
38 {
40 os <<
" " <<
x.eventNo;
41 }
42 os << std::endl << "} EVHEAD" << std::endl;
43 return os;
44}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EVHEAD & | x ) |
|
friend |
Definition at line 35 of file AsciiData.cc.
35 {
36 os << std::endl << "{ EVHEAD" << std::endl;
37 if (
x.initialized() )
38 {
40 os <<
" " <<
x.eventNo;
41 }
42 os << std::endl << "} EVHEAD" << std::endl;
43 return os;
44}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EVHEAD & | x ) |
|
friend |
Definition at line 35 of file AsciiData.cc.
35 {
36 os << std::endl << "{ EVHEAD" << std::endl;
37 if (
x.initialized() )
38 {
40 os <<
" " <<
x.eventNo;
41 }
42 os << std::endl << "} EVHEAD" << std::endl;
43 return os;
44}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EVHEAD & | x ) |
|
friend |
Definition at line 35 of file AsciiData.cc.
35 {
36 os << std::endl << "{ EVHEAD" << std::endl;
37 if (
x.initialized() )
38 {
40 os <<
" " <<
x.eventNo;
41 }
42 os << std::endl << "} EVHEAD" << std::endl;
43 return os;
44}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EVHEAD & | x ) |
|
friend |
Definition at line 26 of file AsciiData.cc.
26 {
27 x.check_start_tag( is,
"EVHEAD" );
28 if ( !
x.initialized() )
return is;
31 x.check_end_tag( is,
"EVHEAD" );
32 return is;
33}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EVHEAD & | x ) |
|
friend |
Definition at line 26 of file AsciiData.cc.
26 {
27 x.check_start_tag( is,
"EVHEAD" );
28 if ( !
x.initialized() )
return is;
31 x.check_end_tag( is,
"EVHEAD" );
32 return is;
33}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EVHEAD & | x ) |
|
friend |
Definition at line 26 of file AsciiData.cc.
26 {
27 x.check_start_tag( is,
"EVHEAD" );
28 if ( !
x.initialized() )
return is;
31 x.check_end_tag( is,
"EVHEAD" );
32 return is;
33}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EVHEAD & | x ) |
|
friend |
Definition at line 26 of file AsciiData.cc.
26 {
27 x.check_start_tag( is,
"EVHEAD" );
28 if ( !
x.initialized() )
return is;
31 x.check_end_tag( is,
"EVHEAD" );
32 return is;
33}
◆ eventNo
◆ runNo
The documentation for this class was generated from the following files: