#include <AsciiData.hh>
Definition at line 360 of file AsciiData.hh.
◆ MUCDIGI() [1/2]
◆ MUCDIGI() [2/2]
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCDIGI & | x ) |
|
friend |
Definition at line 735 of file AsciiData.cc.
736{
737 os << std::endl << "{ MUCDIGI" << std::endl;
738 if(
x.initialized()) {
739 os <<
" " <<
x.nDigi;
740 {
for(
int i = 0; i <
x.nDigi; i++) {
741 os <<
" " <<
x.digiCol[i];
742 }}
743 }
744 os << std::endl << "} MUCDIGI" << std::endl;
745 return os;
746}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCDIGI & | x ) |
|
friend |
Definition at line 735 of file AsciiData.cc.
736{
737 os << std::endl << "{ MUCDIGI" << std::endl;
738 if(
x.initialized()) {
739 os <<
" " <<
x.nDigi;
740 {
for(
int i = 0; i <
x.nDigi; i++) {
741 os <<
" " <<
x.digiCol[i];
742 }}
743 }
744 os << std::endl << "} MUCDIGI" << std::endl;
745 return os;
746}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 722 of file AsciiData.cc.
723{
724 x.check_start_tag(is,
"MUCDIGI");
725 if(!
x.initialized())
return is;
727 x.digiCol.resize(
x.nDigi);
728 {
for(
int i = 0; i <
x.nDigi; i++) {
730 }}
731 x.check_end_tag(is,
"MUCDIGI");
732 return is;
733}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 722 of file AsciiData.cc.
723{
724 x.check_start_tag(is,
"MUCDIGI");
725 if(!
x.initialized())
return is;
727 x.digiCol.resize(
x.nDigi);
728 {
for(
int i = 0; i <
x.nDigi; i++) {
730 }}
731 x.check_end_tag(is,
"MUCDIGI");
732 return is;
733}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: