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

FastShower::PrintValues< T > Class Template Reference

List of all members.

Public Methods

void operator() (T iter, const T &end)

template<class T>
class FastShower::PrintValues< T >


Member Function Documentation

template<class T>
void FastShower::PrintValues< T >::operator()   iter,
const T &    end
[inline]
 

Definition at line 106 of file HaloDepositor.cxx.

00106                                          {
00107       cout<<setiosflags(ios::fixed);
00108       for(;iter!=end; ++iter){cout<<setw(4)<<setprecision(3)<<*iter<<" ";}
00109       cout<<endl;
00110     }

The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:55:01 2003 for FastShowerUtils by doxygen1.3-rc1