#include <AsciiData.hh>
Definition at line 485 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 986 of file AsciiData.cc.
987{
988 os << std::endl << "{ MUCDIGI" << std::endl;
989 if(
x.initialized()) {
990 os <<
" " <<
x.nDigi;
991 {
for(
int i = 0; i <
x.nDigi; i++) {
992 os <<
" " <<
x.digiCol[i];
993 }}
994 }
995 os << std::endl << "} MUCDIGI" << std::endl;
996 return os;
997}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCDIGI & | x ) |
|
friend |
Definition at line 986 of file AsciiData.cc.
987{
988 os << std::endl << "{ MUCDIGI" << std::endl;
989 if(
x.initialized()) {
990 os <<
" " <<
x.nDigi;
991 {
for(
int i = 0; i <
x.nDigi; i++) {
992 os <<
" " <<
x.digiCol[i];
993 }}
994 }
995 os << std::endl << "} MUCDIGI" << std::endl;
996 return os;
997}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 973 of file AsciiData.cc.
974{
975 x.check_start_tag(is,
"MUCDIGI");
976 if(!
x.initialized())
return is;
978 x.digiCol.resize(
x.nDigi);
979 {
for(
int i = 0; i <
x.nDigi; i++) {
981 }}
982 x.check_end_tag(is,
"MUCDIGI");
983 return is;
984}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCDIGI & | x ) |
|
friend |
Definition at line 973 of file AsciiData.cc.
974{
975 x.check_start_tag(is,
"MUCDIGI");
976 if(!
x.initialized())
return is;
978 x.digiCol.resize(
x.nDigi);
979 {
for(
int i = 0; i <
x.nDigi; i++) {
981 }}
982 x.check_end_tag(is,
"MUCDIGI");
983 return is;
984}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: