#include <LHERunInfo.h>
Public Member Functions | |
Header () | |
Header (const std::string &tag) | |
Header (const LHERunInfoProduct::Header &orig) | |
Header (const Header &orig) | |
~Header () | |
Private Attributes | |
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument * | xmlDoc |
Definition at line 35 of file LHERunInfo.h.
lhef::LHERunInfo::Header::Header | ( | ) |
Reimplemented from LHERunInfoProduct::Header.
Definition at line 328 of file LHERunInfo.cc.
: xmlDoc(0) { }
lhef::LHERunInfo::Header::Header | ( | const std::string & | tag | ) |
Reimplemented from LHERunInfoProduct::Header.
Definition at line 333 of file LHERunInfo.cc.
: LHERunInfoProduct::Header(tag), xmlDoc(0) { }
lhef::LHERunInfo::Header::Header | ( | const Header & | orig | ) |
Definition at line 338 of file LHERunInfo.cc.
: LHERunInfoProduct::Header(orig), xmlDoc(0) { }
lhef::LHERunInfo::Header::Header | ( | const LHERunInfoProduct::Header & | orig | ) |
Definition at line 343 of file LHERunInfo.cc.
: LHERunInfoProduct::Header(orig), xmlDoc(0) { }
lhef::LHERunInfo::Header::~Header | ( | ) |
Reimplemented from LHERunInfoProduct::Header.
Definition at line 348 of file LHERunInfo.cc.
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument* lhef::LHERunInfo::Header::xmlDoc [mutable, private] |
Definition at line 49 of file LHERunInfo.h.