#include <AsciiData.hh>
◆ MDCDIGI() [1/4]
◆ MDCDIGI() [2/4]
◆ MDCDIGI() [3/4]
◆ MDCDIGI() [4/4]
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCDIGI & | x ) |
|
friend |
Definition at line 419 of file AsciiData.cc.
419 {
420 os << std::endl << "{ MDCDIGI" << std::endl;
421 if (
x.initialized() )
422 {
423 os <<
" " <<
x.nDigi;
424 {
425 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
426 }
427 }
428 os << std::endl << "} MDCDIGI" << std::endl;
429 return os;
430}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCDIGI & | x ) |
|
friend |
Definition at line 419 of file AsciiData.cc.
419 {
420 os << std::endl << "{ MDCDIGI" << std::endl;
421 if (
x.initialized() )
422 {
423 os <<
" " <<
x.nDigi;
424 {
425 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
426 }
427 }
428 os << std::endl << "} MDCDIGI" << std::endl;
429 return os;
430}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCDIGI & | x ) |
|
friend |
Definition at line 419 of file AsciiData.cc.
419 {
420 os << std::endl << "{ MDCDIGI" << std::endl;
421 if (
x.initialized() )
422 {
423 os <<
" " <<
x.nDigi;
424 {
425 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
426 }
427 }
428 os << std::endl << "} MDCDIGI" << std::endl;
429 return os;
430}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MDCDIGI & | x ) |
|
friend |
Definition at line 419 of file AsciiData.cc.
419 {
420 os << std::endl << "{ MDCDIGI" << std::endl;
421 if (
x.initialized() )
422 {
423 os <<
" " <<
x.nDigi;
424 {
425 for (
int i = 0; i <
x.nDigi; i++ ) { os <<
" " <<
x.digiCol[i]; }
426 }
427 }
428 os << std::endl << "} MDCDIGI" << std::endl;
429 return os;
430}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCDIGI & | x ) |
|
friend |
Definition at line 407 of file AsciiData.cc.
407 {
408 x.check_start_tag( is,
"MDCDIGI" );
409 if ( !
x.initialized() )
return is;
411 x.digiCol.resize(
x.nDigi );
412 {
413 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
414 }
415 x.check_end_tag( is,
"MDCDIGI" );
416 return is;
417}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCDIGI & | x ) |
|
friend |
Definition at line 407 of file AsciiData.cc.
407 {
408 x.check_start_tag( is,
"MDCDIGI" );
409 if ( !
x.initialized() )
return is;
411 x.digiCol.resize(
x.nDigi );
412 {
413 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
414 }
415 x.check_end_tag( is,
"MDCDIGI" );
416 return is;
417}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCDIGI & | x ) |
|
friend |
Definition at line 407 of file AsciiData.cc.
407 {
408 x.check_start_tag( is,
"MDCDIGI" );
409 if ( !
x.initialized() )
return is;
411 x.digiCol.resize(
x.nDigi );
412 {
413 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
414 }
415 x.check_end_tag( is,
"MDCDIGI" );
416 return is;
417}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MDCDIGI & | x ) |
|
friend |
Definition at line 407 of file AsciiData.cc.
407 {
408 x.check_start_tag( is,
"MDCDIGI" );
409 if ( !
x.initialized() )
return is;
411 x.digiCol.resize(
x.nDigi );
412 {
413 for (
int i = 0; i <
x.nDigi; i++ ) { is >>
x.digiCol[i]; }
414 }
415 x.check_end_tag( is,
"MDCDIGI" );
416 return is;
417}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: