#include <AsciiData.hh>
Definition at line 219 of file AsciiData.hh.
◆ MDCDIGI() [1/2]
◆ MDCDIGI() [2/2]
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 449 of file AsciiData.cc.
450{
451 os << std::endl << "{ MDCDIGI" << std::endl;
452 if(
x.initialized()) {
453 os <<
" " <<
x.nDigi;
454 {
for(
int i = 0; i <
x.nDigi; i++) {
455 os <<
" " <<
x.digiCol[i];
456 }}
457 }
458 os << std::endl << "} MDCDIGI" << std::endl;
459 return os;
460}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 449 of file AsciiData.cc.
450{
451 os << std::endl << "{ MDCDIGI" << std::endl;
452 if(
x.initialized()) {
453 os <<
" " <<
x.nDigi;
454 {
for(
int i = 0; i <
x.nDigi; i++) {
455 os <<
" " <<
x.digiCol[i];
456 }}
457 }
458 os << std::endl << "} MDCDIGI" << std::endl;
459 return os;
460}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 436 of file AsciiData.cc.
437{
438 x.check_start_tag(is,
"MDCDIGI");
439 if(!
x.initialized())
return is;
441 x.digiCol.resize(
x.nDigi);
442 {
for(
int i = 0; i <
x.nDigi; i++) {
444 }}
445 x.check_end_tag(is,
"MDCDIGI");
446 return is;
447}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MDCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 436 of file AsciiData.cc.
437{
438 x.check_start_tag(is,
"MDCDIGI");
439 if(!
x.initialized())
return is;
441 x.digiCol.resize(
x.nDigi);
442 {
for(
int i = 0; i <
x.nDigi; i++) {
444 }}
445 x.check_end_tag(is,
"MDCDIGI");
446 return is;
447}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: