Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

NTupleSvc::Connection Struct Reference

#include <NTupleSvc.h>

Collaboration diagram for NTupleSvc::Connection:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

IConversionSvcservice


Detailed Description

Definition at line 31 of file NTupleSvc.h.


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 Mon May 3 12:25:43 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004