Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Phi.cxx File Reference

#include "AtlfastEvent/Phi.h"
#include "GaudiKernel/MsgStream.h"
#include <cmath>

Include dependency graph for Phi.cxx:

Include dependency graph

Go to the source code of this file.

Functions

MsgStream & operator<< (MsgStream &s, const Phi &phi)
MsgStream & operator<< (MsgStream &s, const Phi *phi)


Function Documentation

MsgStream& operator<< MsgStream &    s,
const Phi   phi
 

Definition at line 18 of file Phi.cxx.

00018                                                      {
00019   return s<<*phi;
00020 }

MsgStream& operator<< MsgStream &    s,
const Phi   phi
 

Definition at line 8 of file Phi.cxx.

00008                                                      {
00009   s<<setiosflags(std::ios::fixed);
00010   s<<std::setprecision(3);
00011   s
00012     <<std::setw(8)<< phi.lowerLimit()<<" "
00013     <<std::setw(8)<< phi.upperLimit()<<" "
00014     <<std::setw(8)<< phi.range()<<" "
00015     <<std::setw(8)<< phi.val();
00016   return s;
00017 }


Generated on Fri Nov 29 12:55:15 2002 by doxygen1.3-rc1