#include <AsciiData.hh>
Definition at line 443 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 900 of file AsciiData.cc.
901{
902 os << std::endl << "{ EMCDIGI" << std::endl;
903 if(
x.initialized()) {
904 os <<
" " <<
x.nDigi;
905 {
for(
int i = 0; i <
x.nDigi; i++) {
906 os <<
" " <<
x.digiCol[i];
907 }}
908 }
909 os << std::endl << "} EMCDIGI" << std::endl;
910 return os;
911}
◆ operator<< [2/2]
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EMCDIGI & | x ) |
|
friend |
Definition at line 900 of file AsciiData.cc.
901{
902 os << std::endl << "{ EMCDIGI" << std::endl;
903 if(
x.initialized()) {
904 os <<
" " <<
x.nDigi;
905 {
for(
int i = 0; i <
x.nDigi; i++) {
906 os <<
" " <<
x.digiCol[i];
907 }}
908 }
909 os << std::endl << "} EMCDIGI" << std::endl;
910 return os;
911}
◆ operator>> [1/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCDIGI & | x ) |
|
friend |
Definition at line 887 of file AsciiData.cc.
888{
889 x.check_start_tag(is,
"EMCDIGI");
890 if(!
x.initialized())
return is;
892 x.digiCol.resize(
x.nDigi);
893 {
for(
int i = 0; i <
x.nDigi; i++) {
895 }}
896 x.check_end_tag(is,
"EMCDIGI");
897 return is;
898}
◆ operator>> [2/2]
std::istream & operator>> |
( |
std::istream & | is, |
|
|
EMCDIGI & | x ) |
|
friend |
Definition at line 887 of file AsciiData.cc.
888{
889 x.check_start_tag(is,
"EMCDIGI");
890 if(!
x.initialized())
return is;
892 x.digiCol.resize(
x.nDigi);
893 {
for(
int i = 0; i <
x.nDigi; i++) {
895 }}
896 x.check_end_tag(is,
"EMCDIGI");
897 return is;
898}
◆ digiCol
◆ nDigi
The documentation for this class was generated from the following files: