6 #ifndef HEPMC_LHEFATTRIBUTES_H 7 #define HEPMC_LHEFATTRIBUTES_H 16 #include "HepMC/Attribute.h" 18 #include "FourVector.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;
virtual ~HEPRUPAttribute()
Virtual destructor.
HEPEUPAttribute(std::string s)
Constructor from string.
Stores run-related information.
virtual bool from_string(const string &att)
Fill class content from string.
HEPEUPAttribute()
Default constructor.
std::vector< LHEF::XMLTag * > tags
The parsed XML-tags.
Stores event-related information.
Class for storing data for LHEF run information.
virtual bool to_string(string &att) const
Fill string from class content.
void clear()
Clear this object.
Class for storing data for LHEF run information.
HEPRUPAttribute(std::string s)
Constructor from string.
std::vector< std::vector< double > > PUP
LHEF::HEPEUP hepeup
The actual HEPEUP object.
virtual bool init(const GenEvent &geneve)
Parse the XML-tags.
virtual bool init(const GenRunInfo &)
Dummy function.
virtual ~HEPEUPAttribute()
Virtual destructor.
virtual bool from_string(const string &att)
Fill class content from string.
Base class for all attributes.
Definition of template class SmartPointer.
LHEF::HEPRUP heprup
The actual HEPRUP object.
virtual bool to_string(string &att) const
Fill string from class content.
FourVector momentum(int i) const
Get momentum.
std::vector< LHEF::XMLTag * > tags
The parsed XML-tags.
void clear()
Clear this object.
HEPRUPAttribute()
Default constructor.