#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 548 of file AsciiData.cc.
549{
550 os << std::endl << "{ MDCDIGI" << std::endl;
551 if(
x.initialized()) {
552 os <<
" " <<
x.nDigi;
553 {
for(
int i = 0; i <
x.nDigi; i++) {
554 os <<
" " <<
x.digiCol[i];
555 }}
556 }
557 os << std::endl << "} MDCDIGI" << std::endl;
558 return os;
559}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 548 of file AsciiData.cc.
549{
550 os << std::endl << "{ MDCDIGI" << std::endl;
551 if(
x.initialized()) {
552 os <<
" " <<
x.nDigi;
553 {
for(
int i = 0; i <
x.nDigi; i++) {
554 os <<
" " <<
x.digiCol[i];
555 }}
556 }
557 os << std::endl << "} MDCDIGI" << std::endl;
558 return os;
559}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 548 of file AsciiData.cc.
549{
550 os << std::endl << "{ MDCDIGI" << std::endl;
551 if(
x.initialized()) {
552 os <<
" " <<
x.nDigi;
553 {
for(
int i = 0; i <
x.nDigi; i++) {
554 os <<
" " <<
x.digiCol[i];
555 }}
556 }
557 os << std::endl << "} MDCDIGI" << std::endl;
558 return os;
559}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 548 of file AsciiData.cc.
549{
550 os << std::endl << "{ MDCDIGI" << std::endl;
551 if(
x.initialized()) {
552 os <<
" " <<
x.nDigi;
553 {
for(
int i = 0; i <
x.nDigi; i++) {
554 os <<
" " <<
x.digiCol[i];
555 }}
556 }
557 os << std::endl << "} MDCDIGI" << std::endl;
558 return os;
559}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 x.check_start_tag(is,
"MDCDIGI");
538 if(!
x.initialized())
return is;
540 x.digiCol.resize(
x.nDigi);
541 {
for(
int i = 0; i <
x.nDigi; i++) {
543 }}
544 x.check_end_tag(is,
"MDCDIGI");
545 return is;
546}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 x.check_start_tag(is,
"MDCDIGI");
538 if(!
x.initialized())
return is;
540 x.digiCol.resize(
x.nDigi);
541 {
for(
int i = 0; i <
x.nDigi; i++) {
543 }}
544 x.check_end_tag(is,
"MDCDIGI");
545 return is;
546}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 x.check_start_tag(is,
"MDCDIGI");
538 if(!
x.initialized())
return is;
540 x.digiCol.resize(
x.nDigi);
541 {
for(
int i = 0; i <
x.nDigi; i++) {
543 }}
544 x.check_end_tag(is,
"MDCDIGI");
545 return is;
546}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 535 of file AsciiData.cc.
536{
537 x.check_start_tag(is,
"MDCDIGI");
538 if(!
x.initialized())
return is;
540 x.digiCol.resize(
x.nDigi);
541 {
for(
int i = 0; i <
x.nDigi; i++) {
543 }}
544 x.check_end_tag(is,
"MDCDIGI");
545 return is;
546}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: