HepMC event record
|
Class for storing data for LHEF run information.
Definition at line 26 of file build/outputs/include/HepMC/LHEFAttributes.h.
#include <LHEFAttributes.h>
Public Member Functions | |
HEPRUPAttribute () | |
Default constructor. More... | |
HEPRUPAttribute (std::string s) | |
Constructor from string. More... | |
virtual | ~HEPRUPAttribute () |
Virtual destructor. More... | |
virtual bool | from_string (const string &att) |
Fill class content from string. More... | |
virtual bool | to_string (string &att) const |
Fill string from class content. More... | |
void | clear () |
Clear this object. More... | |
HEPRUPAttribute () | |
Default constructor. More... | |
HEPRUPAttribute (std::string s) | |
Constructor from string. More... | |
virtual | ~HEPRUPAttribute () |
Virtual destructor. More... | |
virtual bool | from_string (const string &att) |
Fill class content from string. More... | |
virtual bool | to_string (string &att) const |
Fill string from class content. More... | |
void | clear () |
Clear this object. More... | |
virtual bool | init (const GenEvent &) |
Optionally initialize the attribute after from_string. More... | |
virtual bool | init (const GenRunInfo &) |
Optionally initialize the attribute after from_string. More... | |
virtual bool | init (const GenEvent &) |
Optionally initialize the attribute after from_string. More... | |
virtual bool | init (const GenRunInfo &) |
Optionally initialize the attribute after from_string. More... | |
bool | is_parsed () |
Check if this attribute is parsed. More... | |
bool | is_parsed () |
Check if this attribute is parsed. More... | |
const string & | unparsed_string () const |
Get unparsed string. More... | |
const string & | unparsed_string () const |
Get unparsed string. More... | |
Data Fields | |
LHEF::HEPRUP | heprup |
The actual HEPRUP object. More... | |
std::vector< LHEF::XMLTag * > | tags |
The parsed XML-tags. More... | |
Protected Member Functions | |
void | set_is_parsed (bool flag) |
Set is_parsed flag. More... | |
void | set_is_parsed (bool flag) |
Set is_parsed flag. More... | |
void | set_unparsed_string (const string &st) |
Set unparsed string. More... | |
void | set_unparsed_string (const string &st) |
Set unparsed string. More... | |
|
inline |
Default constructor.
Definition at line 31 of file build/outputs/include/HepMC/LHEFAttributes.h.
|
inline |
Constructor from string.
Definition at line 34 of file build/outputs/include/HepMC/LHEFAttributes.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 37 of file build/outputs/include/HepMC/LHEFAttributes.h.
References HEPRUPAttribute::clear().
|
inline |
Default constructor.
Definition at line 31 of file include/HepMC/LHEFAttributes.h.
|
inline |
Constructor from string.
Definition at line 34 of file include/HepMC/LHEFAttributes.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 37 of file include/HepMC/LHEFAttributes.h.
References HEPRUPAttribute::clear().
void clear | ( | ) |
Clear this object.
Definition at line 17 of file LHEFAttributes.cc.
void clear | ( | ) |
Clear this object.
|
virtual |
Fill class content from string.
Implements Attribute.
|
virtual |
Fill class content from string.
Implements Attribute.
Definition at line 23 of file LHEFAttributes.cc.
|
inlinevirtualinherited |
Optionally initialize the attribute after from_string.
Is passed a reference to the GenEvent object to which the Attribute belongs.
Reimplemented in HEPEUPAttribute, and HEPEUPAttribute.
Definition at line 73 of file include/HepMC/Attribute.h.
|
inlinevirtualinherited |
Optionally initialize the attribute after from_string.
Is passed a reference to the GenEvent object to which the Attribute belongs.
Reimplemented in HEPEUPAttribute, and HEPEUPAttribute.
Definition at line 73 of file build/outputs/include/HepMC/Attribute.h.
|
inlinevirtualinherited |
Optionally initialize the attribute after from_string.
Is passed a reference to the GenRunInfo object to which the Attribute belongs.
Reimplemented in HEPEUPAttribute, and HEPEUPAttribute.
Definition at line 82 of file build/outputs/include/HepMC/Attribute.h.
|
inlinevirtualinherited |
Optionally initialize the attribute after from_string.
Is passed a reference to the GenRunInfo object to which the Attribute belongs.
Reimplemented in HEPEUPAttribute, and HEPEUPAttribute.
Definition at line 82 of file include/HepMC/Attribute.h.
|
inlineinherited |
Check if this attribute is parsed.
Definition at line 94 of file build/outputs/include/HepMC/Attribute.h.
References Attribute::m_is_parsed.
|
inlineinherited |
Check if this attribute is parsed.
Definition at line 94 of file include/HepMC/Attribute.h.
References Attribute::m_is_parsed.
|
inlineprotectedinherited |
Set is_parsed flag.
Definition at line 101 of file include/HepMC/Attribute.h.
References Attribute::m_is_parsed.
|
inlineprotectedinherited |
Set is_parsed flag.
Definition at line 101 of file build/outputs/include/HepMC/Attribute.h.
References Attribute::m_is_parsed.
|
inlineprotectedinherited |
Set unparsed string.
Definition at line 104 of file build/outputs/include/HepMC/Attribute.h.
References Attribute::m_string.
|
inlineprotectedinherited |
Set unparsed string.
Definition at line 104 of file include/HepMC/Attribute.h.
References Attribute::m_string.
|
virtual |
Fill string from class content.
Implements Attribute.
|
virtual |
Fill string from class content.
Implements Attribute.
Definition at line 35 of file LHEFAttributes.cc.
|
inlineinherited |
Get unparsed string.
Definition at line 97 of file build/outputs/include/HepMC/Attribute.h.
References Attribute::m_string.
|
inlineinherited |
Get unparsed string.
Definition at line 97 of file include/HepMC/Attribute.h.
References Attribute::m_string.
LHEF::HEPRUP heprup |
The actual HEPRUP object.
Definition at line 57 of file build/outputs/include/HepMC/LHEFAttributes.h.
std::vector< LHEF::XMLTag * > tags |
The parsed XML-tags.
Definition at line 60 of file build/outputs/include/HepMC/LHEFAttributes.h.