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 public:
29  using NTupleSvc::connect;
30 
32  TagCollectionSvc(const std::string& name, ISvcLocator* svc);
34  ~TagCollectionSvc() override = default;
36 protected:
37  StatusCode connect(const std::string& ident, std::string& logname) override;
43  virtual StatusCode createService( const std::string& nam,
44  const std::string& typ,
45  const std::vector<Prop>& props,
46  IConversionSvc*& pSvc);
47 };
48 
49 #endif // GAUDI_TAGCOLLECTIONSVC_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
StatusCode connect(const std::string &ident, std::string &logname) override
Add file to list I/O list.
Gaudi tag collection service definition.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
virtual StatusCode connect(const std::string &ident)
Add file to list I/O list.
Definition: NTupleSvc.cpp:212
NTuple service.
Definition: NTupleSvc.h:24
~TagCollectionSvc() override=default
Standard Destructor.
TagCollectionSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
virtual StatusCode createService(const std::string &nam, const std::string &typ, const std::vector< Prop > &props, IConversionSvc *&pSvc)
Create conversion service.