6 #ifndef HEPMC3_LHEFATTRIBUTES_H
7 #define HEPMC3_LHEFATTRIBUTES_H
49 virtual bool to_string(
string &att)
const;
60 std::vector<LHEF::XMLTag*>
tags;
99 virtual bool to_string(
string &att)
const;
116 std::vector<LHEF::XMLTag*>
tags;
Forward declaration of GenParticle.
virtual bool to_string(string &att) const
Fill string from class content.
virtual bool init(const GenRunInfo &)
Dummy function.
HEPEUPAttribute(std::string s)
Constructor from string.
HEPRUPAttribute(std::string s)
Constructor from string.
Stores run-related information.
Class for storing data for LHEF run information.
Class for storing data for LHEF run information.
virtual ~HEPRUPAttribute()
Virtual destructor.
LHEF::HEPRUP heprup
The actual HEPRUP object.
virtual bool init()
Parse the XML-tags.
std::vector< LHEF::XMLTag * > tags
The parsed XML-tags.
FourVector momentum(int i) const
Get momentum.
LHEF::HEPEUP hepeup
The actual HEPEUP object.
std::vector< std::vector< double > > PUP
virtual bool from_string(const string &att)
Fill class content from string.
HEPEUPAttribute()
Default constructor.
void clear()
Clear this object.
std::vector< LHEF::XMLTag * > tags
The parsed XML-tags.
virtual bool from_string(const string &att)
Fill class content from string.
virtual ~HEPEUPAttribute()
Virtual destructor.
virtual bool to_string(string &att) const
Fill string from class content.
HEPRUPAttribute()
Default constructor.
Definition of class Attribute, class IntAttribute and class StringAttribute.
void clear()
Clear this object.
Definition of class FourVector.