Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TagCollectionStream.h
Go to the documentation of this file.
1 // $Id: TagCollectionStream.h,v 1.1 2006/08/18 14:50:24 hmd Exp $
2 #ifndef GAUDISVC_PERSISTENCYSVC_TAGCOLLECTIONSTREAM_H
3 #define GAUDISVC_PERSISTENCYSVC_TAGCOLLECTIONSTREAM_H
4 
5 // Required for inheritance
6 #include "OutputStream.h"
7 #include "GaudiKernel/NTuple.h"
8 
9 // forward declarations
10 class GenericAddress;
11 
12 
64 protected:
65 
67  std::string m_addrLeaf;
69  std::string m_addrColName;
71  std::string m_tagName;
73  std::string m_collSvcName;
79  std::string m_topLeafName;
89  virtual StatusCode writeObjects();
91  virtual StatusCode connectAddress();
98 
99 public:
101  TagCollectionStream(const std::string& name, ISvcLocator* pSvcLocator);
103  virtual ~TagCollectionStream();
105  virtual StatusCode initialize();
107  virtual StatusCode finalize();
108 };
109 
110 #endif // GAUDISVC_PERSISTENCYSVC_TAGCOLLECTIONSTREAM_H

Generated at Wed Jun 4 2014 14:48:56 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004