Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

THistSvc::THistID Struct Reference

Collaboration diagram for THistSvc::THistID:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 THistID ()
 THistID (const THistID &rhs)
 THistID (std::string &i, bool &t, TObject *o, TFile *f)
bool operator< (THistID const &rhs) const

Public Attributes

std::string id
bool temp
TObjectobj
TFilefile


Detailed Description

Definition at line 87 of file THistSvc.h.


Constructor & Destructor Documentation

THistSvc::THistID::THistID (  )  [inline]

Definition at line 93 of file THistSvc.h.

00093 :id(""),temp(true),obj(0),file(0) {}

THistSvc::THistID::THistID ( const THistID rhs  )  [inline]

Definition at line 94 of file THistSvc.h.

00094                                :id(rhs.id), temp(rhs.temp),
00095                                 obj(rhs.obj), file(rhs.file) {}

THistSvc::THistID::THistID ( std::string i,
bool t,
TObject o,
TFile f 
) [inline]

Definition at line 96 of file THistSvc.h.

00097       : id(i), temp(t), obj(o), file(f){}


Member Function Documentation

bool THistSvc::THistID::operator< ( THistID const &  rhs  )  const [inline]

Definition at line 99 of file THistSvc.h.

00099                                                {
00100       return (obj < rhs.obj);
00101     }


Member Data Documentation

Definition at line 88 of file THistSvc.h.

Definition at line 89 of file THistSvc.h.

Definition at line 90 of file THistSvc.h.

Definition at line 91 of file THistSvc.h.


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

Generated at Mon May 3 12:26:40 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004