Gaudi Framework, version v21r7

Home   Generated: 22 Jan 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 83 of file THistSvc.h.


Constructor & Destructor Documentation

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

Definition at line 89 of file THistSvc.h.

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

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

Definition at line 90 of file THistSvc.h.

00090                                :id(rhs.id), temp(rhs.temp),
00091                                 obj(rhs.obj), file(rhs.file) {}

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

Definition at line 92 of file THistSvc.h.

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


Member Function Documentation

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

Definition at line 95 of file THistSvc.h.

00095                                                {
00096       return (obj < rhs.obj);
00097     }


Member Data Documentation

Definition at line 84 of file THistSvc.h.

Definition at line 85 of file THistSvc.h.

Definition at line 86 of file THistSvc.h.

Definition at line 87 of file THistSvc.h.


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

Generated at Fri Jan 22 20:42:35 2010 for Gaudi Framework, version v21r7 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004