Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

THistSvc::THistID Struct Reference

Collaboration diagram for THistSvc::THistID:
[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
TObject * obj
TFile * file


Detailed Description

Definition at line 101 of file THistSvc.h.


Constructor & Destructor Documentation

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

Definition at line 107 of file THistSvc.h.

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

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

Definition at line 108 of file THistSvc.h.

00108                                :id(rhs.id), temp(rhs.temp),
00109                                 obj(rhs.obj), file(rhs.file) {}

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

Definition at line 110 of file THistSvc.h.

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


Member Function Documentation

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

Definition at line 113 of file THistSvc.h.

00113                                                {
00114       return (obj < rhs.obj);
00115     }


Member Data Documentation

Definition at line 102 of file THistSvc.h.

Definition at line 103 of file THistSvc.h.

Definition at line 104 of file THistSvc.h.

Definition at line 105 of file THistSvc.h.


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

Generated at Thu Sep 30 09:58:48 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004