Gaudi Framework, version v23r9

Home   Generated: Thu Jul 18 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
THistSvc::THistID Struct Reference
Collaboration diagram for THistSvc::THistID:
Collaboration graph
[legend]

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 107 of file THistSvc.h.

Constructor & Destructor Documentation

THistSvc::THistID::THistID ( )
inline

Definition at line 113 of file THistSvc.h.

:id(""),temp(true),obj(0),file(0) {}
THistSvc::THistID::THistID ( const THistID rhs)
inline

Definition at line 114 of file THistSvc.h.

:id(rhs.id), temp(rhs.temp),
obj(rhs.obj), file(rhs.file) {}
THistSvc::THistID::THistID ( std::string i,
bool &  t,
TObject *  o,
TFile *  f 
)
inline

Definition at line 116 of file THistSvc.h.

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

Member Function Documentation

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

Definition at line 119 of file THistSvc.h.

{
return (obj < rhs.obj);
}

Member Data Documentation

TFile* THistSvc::THistID::file

Definition at line 111 of file THistSvc.h.

std::string THistSvc::THistID::id

Definition at line 108 of file THistSvc.h.

TObject* THistSvc::THistID::obj

Definition at line 110 of file THistSvc.h.

bool THistSvc::THistID::temp

Definition at line 109 of file THistSvc.h.


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

Generated at Thu Jul 18 2013 12:18:12 for Gaudi Framework, version v23r9 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004