Gaudi Framework, version v21r10p1

Home   Generated: 29 Jul 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 Thu Jul 29 10:18:10 2010 for Gaudi Framework, version v21r10p1 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004