Gaudi Framework, version v20r2

Generated: 18 Jul 2008

THistSvc::THistID Struct Reference

Collaboration diagram for THistSvc::THistID:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 87 of file THistSvc.h.

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
TObject * obj
TFile * file


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.

References obj.

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


Member Data Documentation

std::string THistSvc::THistID::id

Definition at line 88 of file THistSvc.h.

Referenced by THistSvc::changeDir().

bool THistSvc::THistID::temp

Definition at line 89 of file THistSvc.h.

TObject* THistSvc::THistID::obj

Definition at line 90 of file THistSvc.h.

Referenced by operator<().

TFile* THistSvc::THistID::file

Definition at line 91 of file THistSvc.h.

Referenced by THistSvc::changeDir().


The documentation for this struct was generated from the following file:
Generated at Fri Jul 18 12:09:30 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004