Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

NTupleSvc::Connection Struct Reference

#include <NTupleSvc.h>

Collaboration diagram for NTupleSvc::Connection:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 31 of file NTupleSvc.h.


Public Member Functions

 Connection (IConversionSvc *s)
 Connection (const Connection &c)

Public Attributes

IConversionSvcservice

Constructor & Destructor Documentation

NTupleSvc::Connection::Connection ( IConversionSvc s  )  [inline]

Definition at line 33 of file NTupleSvc.h.

00033 : service(s) {}

NTupleSvc::Connection::Connection ( const Connection c  )  [inline]

Definition at line 34 of file NTupleSvc.h.

00034 : service(c.service) {}


Member Data Documentation

Definition at line 32 of file NTupleSvc.h.


The documentation for this struct was generated from the following file:

Generated at Wed Nov 11 16:34:13 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004