#include <AsciiData.hh>
◆ EMCDIGI() [1/4]
◆ EMCDIGI() [2/4]
◆ EMCDIGI() [3/4]
◆ EMCDIGI() [4/4]
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCDIGI & | x ) |
|
friend |
Definition at line 603 of file AsciiData.cc.
603 {
604 os << std::endl << "{ EMCDIGI" << std::endl;
605 if (
x.initialized() )
606 {
607 os <<
" " <<
x.nDigi;
608 {
609 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
610 }
611 }
612 os << std::endl << "} EMCDIGI" << std::endl;
613 return os;
614}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCDIGI & | x ) |
|
friend |
Definition at line 603 of file AsciiData.cc.
603 {
604 os << std::endl << "{ EMCDIGI" << std::endl;
605 if (
x.initialized() )
606 {
607 os <<
" " <<
x.nDigi;
608 {
609 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
610 }
611 }
612 os << std::endl << "} EMCDIGI" << std::endl;
613 return os;
614}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCDIGI & | x ) |
|
friend |
Definition at line 603 of file AsciiData.cc.
603 {
604 os << std::endl << "{ EMCDIGI" << std::endl;
605 if (
x.initialized() )
606 {
607 os <<
" " <<
x.nDigi;
608 {
609 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
610 }
611 }
612 os << std::endl << "} EMCDIGI" << std::endl;
613 return os;
614}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCDIGI & | x ) |
|
friend |
Definition at line 603 of file AsciiData.cc.
603 {
604 os << std::endl << "{ EMCDIGI" << std::endl;
605 if (
x.initialized() )
606 {
607 os <<
" " <<
x.nDigi;
608 {
609 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
610 }
611 }
612 os << std::endl << "} EMCDIGI" << std::endl;
613 return os;
614}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCDIGI & | x ) |
|
friend |
Definition at line 591 of file AsciiData.cc.
591 {
592 x.check_start_tag( is,
"EMCDIGI" );
593 if ( !
x.initialized() )
return is;
595 x.digiCol.resize(
x.nDigi );
596 {
597 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
598 }
599 x.check_end_tag( is,
"EMCDIGI" );
600 return is;
601}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCDIGI & | x ) |
|
friend |
Definition at line 591 of file AsciiData.cc.
591 {
592 x.check_start_tag( is,
"EMCDIGI" );
593 if ( !
x.initialized() )
return is;
595 x.digiCol.resize(
x.nDigi );
596 {
597 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
598 }
599 x.check_end_tag( is,
"EMCDIGI" );
600 return is;
601}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCDIGI & | x ) |
|
friend |
Definition at line 591 of file AsciiData.cc.
591 {
592 x.check_start_tag( is,
"EMCDIGI" );
593 if ( !
x.initialized() )
return is;
595 x.digiCol.resize(
x.nDigi );
596 {
597 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
598 }
599 x.check_end_tag( is,
"EMCDIGI" );
600 return is;
601}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCDIGI & | x ) |
|
friend |
Definition at line 591 of file AsciiData.cc.
591 {
592 x.check_start_tag( is,
"EMCDIGI" );
593 if ( !
x.initialized() )
return is;
595 x.digiCol.resize(
x.nDigi );
596 {
597 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
598 }
599 x.check_end_tag( is,
"EMCDIGI" );
600 return is;
601}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: