Gaudi Framework, version v23r8

Home   Generated: Fri May 31 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TagCollectionSvc.h
Go to the documentation of this file.
1 //====================================================================
2 // Tag collection service definition
3 //--------------------------------------------------------------------
4 //
5 // Package : GaudiSvc ( The LHCb Offline System)
6 // Author : M.Frank
7 //====================================================================
8 #ifndef GAUDI_TAGCOLLECTIONSVC_H
9 #define GAUDI_TAGCOLLECTIONSVC_H 1
10 
11 // Framework include files
12 #include "NTupleSvc.h"
13 
26 class TagCollectionSvc : public NTupleSvc {
27 protected:
29 public:
31  using NTupleSvc::connect;
32 
34  virtual StatusCode initialize();
36  virtual StatusCode finalize();
37 
41  virtual ~TagCollectionSvc();
43 protected:
44  virtual StatusCode connect(const std::string& ident, std::string& logname);
50  virtual StatusCode createService( const std::string& nam,
51  const std::string& typ,
52  const std::vector<Prop>& props,
53  IConversionSvc*& pSvc);
54 };
55 
56 #endif // GAUDI_TAGCOLLECTIONSVC_H

Generated at Fri May 31 2013 15:09:10 for Gaudi Framework, version v23r8 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004