#include <LHERunInfo.h>
Public Member Functions | |
Header () | |
Header (const std::string &tag) | |
Header (const Header &orig) | |
Header (const LHERunInfoProduct::Header &orig) | |
~Header () | |
Public Member Functions inherited from LHERunInfoProduct::Header | |
void | addLine (const std::string &line) |
const_iterator | begin () const |
const_iterator | end () const |
Header () | |
Header (const std::string &tag) | |
const std::vector< std::string > & | lines () const |
bool | operator!= (const Header &other) const |
bool | operator== (const Header &other) const |
size_type | size () const |
const std::string & | tag () const |
~Header () | |
Private Attributes | |
dummy::DOMDocument * | xmlDoc |
Additional Inherited Members | |
Public Types inherited from LHERunInfoProduct::Header | |
typedef std::vector< std::string >::const_iterator | const_iterator |
typedef std::vector< std::string >::size_type | size_type |
Definition at line 35 of file LHERunInfo.h.
lhef::LHERunInfo::Header::Header | ( | ) |
Definition at line 377 of file LHERunInfo.cc.
lhef::LHERunInfo::Header::Header | ( | const std::string & | tag | ) |
Definition at line 379 of file LHERunInfo.cc.
lhef::LHERunInfo::Header::Header | ( | const Header & | orig | ) |
Definition at line 381 of file LHERunInfo.cc.
lhef::LHERunInfo::Header::Header | ( | const LHERunInfoProduct::Header & | orig | ) |
Definition at line 383 of file LHERunInfo.cc.
lhef::LHERunInfo::Header::~Header | ( | ) |
Definition at line 386 of file LHERunInfo.cc.
|
mutableprivate |
Definition at line 48 of file LHERunInfo.h.