BaseObject(const std::string &className) | PARTONS::BaseObject | |
BaseObject(const BaseObject &other) | PARTONS::BaseObject | protected |
clone() const | PARTONS::BaseObject | virtual |
configure(const ElemUtils::Parameters ¶meters) | PARTONS::GPDKinematic | virtual |
debug(const std::string &functionName, const std::string &message) const | PARTONS::BaseObject | protected |
errorMissingParameter(const std::string ¶meterName) const | PARTONS::BaseObject | protected |
getChannelType() const | PARTONS::Kinematic | |
getClassName() const | PARTONS::BaseObject | |
getHashSum() const | PARTONS::Kinematic | |
getIndexId() const | PARTONS::BaseObject | |
getMuF2() const | PARTONS::GPDKinematic | |
getMuR2() const | PARTONS::GPDKinematic | |
getObjectId() const | PARTONS::BaseObject | |
getT() const | PARTONS::GPDKinematic | |
getUniqueObjectId() | PARTONS::BaseObject | private |
getX() const | PARTONS::GPDKinematic | |
getXi() const | PARTONS::GPDKinematic | |
GPD_KINEMATIC_CLASS_NAME | PARTONS::GPDKinematic | static |
GPDKinematic() | PARTONS::GPDKinematic | |
GPDKinematic(double x, double xi, double t, double MuF2, double MuR2) | PARTONS::GPDKinematic | |
GPDKinematic(const PhysicalType< double > &x, const PhysicalType< double > &xi, const PhysicalType< double > &t, const PhysicalType< double > &MuF2, const PhysicalType< double > &MuR2) | PARTONS::GPDKinematic | |
GPDKinematic(const ElemUtils::GenericType &x, const ElemUtils::GenericType &xi, const ElemUtils::GenericType &t, const ElemUtils::GenericType &MuF2, const ElemUtils::GenericType &MuR2) | PARTONS::GPDKinematic | |
GPDKinematic(const GPDKinematic &other) | PARTONS::GPDKinematic | |
info(const std::string &functionName, const std::string &message) const | PARTONS::BaseObject | protected |
Kinematic(const std::string &className, ChannelType::Type channelType) | PARTONS::Kinematic | protected |
Kinematic(const Kinematic &other) | PARTONS::Kinematic | protected |
KINEMATIC_PARAMETER_NAME_MUF2 | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_MUF2_UNIT | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_MUR2 | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_MUR2_UNIT | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_T | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_T_UNIT | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_X | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_X_UNIT | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_XI | PARTONS::GPDKinematic | static |
KINEMATIC_PARAMETER_NAME_XI_UNIT | PARTONS::GPDKinematic | static |
m_channelType | PARTONS::Kinematic | private |
m_className | PARTONS::BaseObject | private |
m_hashSum | PARTONS::Kinematic | mutableprivate |
m_indexId | PARTONS::BaseObject | private |
m_MuF2 | PARTONS::GPDKinematic | private |
m_MuR2 | PARTONS::GPDKinematic | private |
m_objectId | PARTONS::BaseObject | private |
m_t | PARTONS::GPDKinematic | private |
m_uniqueObjectIdCounter | PARTONS::BaseObject | privatestatic |
m_x | PARTONS::GPDKinematic | private |
m_xi | PARTONS::GPDKinematic | private |
operator!=(const GPDKinematic &other) const | PARTONS::GPDKinematic | |
operator<(const BaseObject &other) const | PARTONS::BaseObject | |
operator==(const GPDKinematic &other) const | PARTONS::GPDKinematic | |
resolveObjectDependencies() | PARTONS::BaseObject | virtual |
serialize(ElemUtils::Packet &packet) const | PARTONS::GPDKinematic | |
serializeIntoStdVector(std::vector< double > &vec) const | PARTONS::GPDKinematic | |
setHashSum(const std::string &hashSum) const | PARTONS::Kinematic | |
setIndexId(int indexId) | PARTONS::BaseObject | |
setMuF2(const PhysicalType< double > &muF2) | PARTONS::GPDKinematic | |
setMuF2(double muF2, PhysicalUnit::Type unit=PhysicalUnit::GEV2) | PARTONS::GPDKinematic | |
setMuR2(const PhysicalType< double > &muR2) | PARTONS::GPDKinematic | |
setMuR2(double muR2, PhysicalUnit::Type unit=PhysicalUnit::GEV2) | PARTONS::GPDKinematic | |
setT(const PhysicalType< double > &t) | PARTONS::GPDKinematic | |
setT(double t, PhysicalUnit::Type unit=PhysicalUnit::GEV2) | PARTONS::GPDKinematic | |
setX(const PhysicalType< double > &x) | PARTONS::GPDKinematic | |
setX(double x, PhysicalUnit::Type unit=PhysicalUnit::NONE) | PARTONS::GPDKinematic | |
setXi(const PhysicalType< double > &xi) | PARTONS::GPDKinematic | |
setXi(double xi, PhysicalUnit::Type unit=PhysicalUnit::NONE) | PARTONS::GPDKinematic | |
toString() const | PARTONS::GPDKinematic | virtual |
unserialize(ElemUtils::Packet &packet) | PARTONS::GPDKinematic | |
unserializeFromStdVector(std::vector< double >::const_iterator &it, const std::vector< double >::const_iterator &end) | PARTONS::GPDKinematic | |
updateHashSum() const | PARTONS::GPDKinematic | protectedvirtual |
warn(const std::string &functionName, const std::string &message) const | PARTONS::BaseObject | protected |
~BaseObject() | PARTONS::BaseObject | virtual |
~GPDKinematic() | PARTONS::GPDKinematic | virtual |
~Kinematic() | PARTONS::Kinematic | virtual |