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

AsciiTuple.cxx

Go to the documentation of this file.
00001 //$Header: /nfs/slac/g/glast/ground/cvs/merit/src/app/AsciiTuple.cxx,v 1.1 2001/03/23 19:52:01 burnett Exp $
00002 // Original author T. Burnett 
00003 #include "AsciiTuple.h"
00004 
00005 
00006 
00007 AsciiTuple::AsciiTuple(std::istream& file): Tuple(file), m_file(file) {
00008 
00009 }
00010 
00011 bool AsciiTuple::nextEvent()
00012 {
00013     m_file >> *this;
00014 
00015     return m_file.good();
00016 }

Generated at Wed Nov 21 12:20:38 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000