CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
lhef::LHERunInfo::Header Class Reference

#include <LHERunInfo.h>

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

Public Member Functions

 Header ()
 
 Header (const Header &orig)
 
 Header (const LHERunInfoProduct::Header &orig)
 
 Header (const std::string &tag)
 
 ~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
 

Detailed Description

Definition at line 35 of file LHERunInfo.h.

Constructor & Destructor Documentation

◆ Header() [1/4]

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

Definition at line 387 of file LHERunInfo.cc.

387 : xmlDoc(nullptr) {}

◆ Header() [2/4]

lhef::LHERunInfo::Header::Header ( const std::string &  tag)

Definition at line 389 of file LHERunInfo.cc.

389 : LHERunInfoProduct::Header(tag), xmlDoc(nullptr) {}

◆ Header() [3/4]

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

Definition at line 391 of file LHERunInfo.cc.

391 : LHERunInfoProduct::Header(orig), xmlDoc(nullptr) {}

◆ Header() [4/4]

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

Definition at line 393 of file LHERunInfo.cc.

394  : LHERunInfoProduct::Header(orig), xmlDoc(nullptr) {}

◆ ~Header()

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

Definition at line 396 of file LHERunInfo.cc.

396  {
397  if (xmlDoc)
398  xmlDoc->release();
399  }

Member Data Documentation

◆ xmlDoc

dummy:: DOMDocument* lhef::LHERunInfo::Header::xmlDoc
mutableprivate

Definition at line 48 of file LHERunInfo.h.

LHERunInfoProduct::Header
Definition: LHERunInfoProduct.h:16
lhef::LHERunInfo::Header::xmlDoc
dummy::DOMDocument * xmlDoc
Definition: LHERunInfo.h:48
LHERunInfoProduct::Header::tag
const std::string & tag() const
Definition: LHERunInfoProduct.h:27