#include <AsciiData.hh>
◆ MUCDIGI() [1/4]
◆ MUCDIGI() [2/4]
◆ MUCDIGI() [3/4]
◆ MUCDIGI() [4/4]
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCDIGI & | x ) |
|
friend |
Definition at line 679 of file AsciiData.cc.
679 {
680 os << std::endl << "{ MUCDIGI" << std::endl;
681 if (
x.initialized() )
682 {
683 os <<
" " <<
x.nDigi;
684 {
685 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
686 }
687 }
688 os << std::endl << "} MUCDIGI" << std::endl;
689 return os;
690}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCDIGI & | x ) |
|
friend |
Definition at line 679 of file AsciiData.cc.
679 {
680 os << std::endl << "{ MUCDIGI" << std::endl;
681 if (
x.initialized() )
682 {
683 os <<
" " <<
x.nDigi;
684 {
685 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
686 }
687 }
688 os << std::endl << "} MUCDIGI" << std::endl;
689 return os;
690}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCDIGI & | x ) |
|
friend |
Definition at line 679 of file AsciiData.cc.
679 {
680 os << std::endl << "{ MUCDIGI" << std::endl;
681 if (
x.initialized() )
682 {
683 os <<
" " <<
x.nDigi;
684 {
685 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
686 }
687 }
688 os << std::endl << "} MUCDIGI" << std::endl;
689 return os;
690}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCDIGI & | x ) |
|
friend |
Definition at line 679 of file AsciiData.cc.
679 {
680 os << std::endl << "{ MUCDIGI" << std::endl;
681 if (
x.initialized() )
682 {
683 os <<
" " <<
x.nDigi;
684 {
685 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
686 }
687 }
688 os << std::endl << "} MUCDIGI" << std::endl;
689 return os;
690}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 667 of file AsciiData.cc.
667 {
668 x.check_start_tag( is,
"MUCDIGI" );
669 if ( !
x.initialized() )
return is;
671 x.digiCol.resize(
x.nDigi );
672 {
673 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
674 }
675 x.check_end_tag( is,
"MUCDIGI" );
676 return is;
677}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 667 of file AsciiData.cc.
667 {
668 x.check_start_tag( is,
"MUCDIGI" );
669 if ( !
x.initialized() )
return is;
671 x.digiCol.resize(
x.nDigi );
672 {
673 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
674 }
675 x.check_end_tag( is,
"MUCDIGI" );
676 return is;
677}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 667 of file AsciiData.cc.
667 {
668 x.check_start_tag( is,
"MUCDIGI" );
669 if ( !
x.initialized() )
return is;
671 x.digiCol.resize(
x.nDigi );
672 {
673 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
674 }
675 x.check_end_tag( is,
"MUCDIGI" );
676 return is;
677}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 667 of file AsciiData.cc.
667 {
668 x.check_start_tag( is,
"MUCDIGI" );
669 if ( !
x.initialized() )
return is;
671 x.digiCol.resize(
x.nDigi );
672 {
673 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
674 }
675 x.check_end_tag( is,
"MUCDIGI" );
676 return is;
677}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: