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

Store.h

Go to the documentation of this file.
00001 template<class T>
00002 class Store{
00003  public:
00004   Store(MsgStream& log, std::string location): m_stream(log), m_ouputLocation(location) {}
00005   StatusCode store(<T> particles);
00006  private:
00007   MsgStream& m_stream;
00008   std::string m_outputLocation;
00009 }

Generated on Thu Feb 21 14:30:47 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001