#include <AsciiData.hh>
Definition at line 318 of file AsciiData.hh.
◆ EMCDIGI() [1/2]
◆ EMCDIGI() [2/2]
◆ operator<< [1/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 649 of file AsciiData.cc.
650{
651 os << std::endl << "{ EMCDIGI" << std::endl;
652 if(
x.initialized()) {
653 os <<
" " <<
x.nDigi;
654 {
for(
int i = 0; i <
x.nDigi; i++) {
655 os <<
" " <<
x.digiCol[i];
656 }}
657 }
658 os << std::endl << "} EMCDIGI" << std::endl;
659 return os;
660}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const EMCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 649 of file AsciiData.cc.
650{
651 os << std::endl << "{ EMCDIGI" << std::endl;
652 if(
x.initialized()) {
653 os <<
" " <<
x.nDigi;
654 {
for(
int i = 0; i <
x.nDigi; i++) {
655 os <<
" " <<
x.digiCol[i];
656 }}
657 }
658 os << std::endl << "} EMCDIGI" << std::endl;
659 return os;
660}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 636 of file AsciiData.cc.
637{
638 x.check_start_tag(is,
"EMCDIGI");
639 if(!
x.initialized())
return is;
641 x.digiCol.resize(
x.nDigi);
642 {
for(
int i = 0; i <
x.nDigi; i++) {
644 }}
645 x.check_end_tag(is,
"EMCDIGI");
646 return is;
647}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
EMCDIGI & |
x |
|
) |
| |
|
friend |
Definition at line 636 of file AsciiData.cc.
637{
638 x.check_start_tag(is,
"EMCDIGI");
639 if(!
x.initialized())
return is;
641 x.digiCol.resize(
x.nDigi);
642 {
for(
int i = 0; i <
x.nDigi; i++) {
644 }}
645 x.check_end_tag(is,
"EMCDIGI");
646 return is;
647}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: