/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/BesDChain/BesDChain-00-00-14/src/CDFootPrint.cxx File Reference

#include <stdlib.h>
#include <iostream>
#include "BesDChain/CDFootPrint.h"

Go to the source code of this file.

Functions

std::ostreamoperator<< (std::ostream &os, const CDFootPrint &obj)


Function Documentation

std::ostream& operator<< ( std::ostream os,
const CDFootPrint obj 
)

Definition at line 89 of file CDFootPrint.cxx.

References genRecEmupikp::i, CDFootPrint::m_array, and CDFootPrint::m_size.

00089                                                                    {
00090    os << "0x" << std::hex;
00091    for ( int i = obj.m_size-1; i >= 0; i-- ) {
00092       os << obj.m_array[i];
00093    }
00094    os << std::dec;
00095 
00096    return os;
00097 }


Generated on Tue Nov 29 23:15:02 2016 for BOSS_7.0.2 by  doxygen 1.4.7