CMS 3D CMS Logo

Public Member Functions | Private Attributes

lhef::LHERunInfo::Header Class Reference

#include <LHERunInfo.h>

Inheritance diagram for lhef::LHERunInfo::Header:
LHERunInfoProduct::Header

List of all members.

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

Detailed Description

Definition at line 35 of file LHERunInfo.h.


Constructor & Destructor Documentation

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.

lhef::LHERunInfo::Header::Header ( const Header orig)

Definition at line 338 of file LHERunInfo.cc.

lhef::LHERunInfo::Header::Header ( const LHERunInfoProduct::Header orig)

Definition at line 343 of file LHERunInfo.cc.

lhef::LHERunInfo::Header::~Header ( )

Reimplemented from LHERunInfoProduct::Header.

Definition at line 348 of file LHERunInfo.cc.

{
        if (xmlDoc)
                xmlDoc->release();
}

Member Data Documentation

XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument* lhef::LHERunInfo::Header::xmlDoc [mutable, private]

Definition at line 49 of file LHERunInfo.h.