#include <AsciiData.hh>
◆ CGEMDIGI() [1/2]
◆ CGEMDIGI() [2/2]
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const CGEMDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 660 of file AsciiData.cc.
661{
662 os << std::endl << "{ CGEMDIGI" << std::endl;
663 if(
x.initialized()) {
664 os <<
" " <<
x.nDigi;
665 {
for(
int i = 0; i <
x.nDigi; i++) {
666 os <<
" " <<
x.digiCol[i];
667 }}
668 }
669 os << std::endl << "} CGEMDIGI" << std::endl;
670 return os;
671}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const CGEMDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 660 of file AsciiData.cc.
661{
662 os << std::endl << "{ CGEMDIGI" << std::endl;
663 if(
x.initialized()) {
664 os <<
" " <<
x.nDigi;
665 {
for(
int i = 0; i <
x.nDigi; i++) {
666 os <<
" " <<
x.digiCol[i];
667 }}
668 }
669 os << std::endl << "} CGEMDIGI" << std::endl;
670 return os;
671}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
CGEMDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 647 of file AsciiData.cc.
648{
649 x.check_start_tag(is,
"CGEMDIGI");
650 if(!
x.initialized())
return is;
652 x.digiCol.resize(
x.nDigi);
653 {
for(
int i = 0; i <
x.nDigi; i++) {
655 }}
656 x.check_end_tag(is,
"CGEMDIGI");
657 return is;
658}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
CGEMDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 647 of file AsciiData.cc.
648{
649 x.check_start_tag(is,
"CGEMDIGI");
650 if(!
x.initialized())
return is;
652 x.digiCol.resize(
x.nDigi);
653 {
for(
int i = 0; i <
x.nDigi; i++) {
655 }}
656 x.check_end_tag(is,
"CGEMDIGI");
657 return is;
658}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: