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::GAM2ObservableKinematic | virtual |
debug(const std::string &functionName, const std::string &message) const | PARTONS::BaseObject | protected |
errorMissingParameter(const std::string ¶meterName) const | PARTONS::BaseObject | protected |
GAM2_OBSERVABLE_KINEMATIC_CLASS_NAME | PARTONS::GAM2ObservableKinematic | static |
GAM2ObservableKinematic() | PARTONS::GAM2ObservableKinematic | |
GAM2ObservableKinematic(double t, double uPrim, double Mgg2, double E, double phi) | PARTONS::GAM2ObservableKinematic | |
GAM2ObservableKinematic(const PhysicalType< double > &t, const PhysicalType< double > &uPrim, const PhysicalType< double > &Mgg2, const PhysicalType< double > &E, const PhysicalType< double > &phi) | PARTONS::GAM2ObservableKinematic | |
GAM2ObservableKinematic(const ElemUtils::GenericType &t, const ElemUtils::GenericType &uPrim, const ElemUtils::GenericType &Mgg2, const ElemUtils::GenericType &E, const ElemUtils::GenericType &phi) | PARTONS::GAM2ObservableKinematic | |
GAM2ObservableKinematic(const GAM2ObservableKinematic &other) | PARTONS::GAM2ObservableKinematic | |
getChannelType() const | PARTONS::Kinematic | |
getClassName() const | PARTONS::BaseObject | |
getE() const | PARTONS::GAM2ObservableKinematic | |
getHashSum() const | PARTONS::Kinematic | |
getIndexId() const | PARTONS::BaseObject | |
getMgg2() const | PARTONS::GAM2ObservableKinematic | |
getObjectId() const | PARTONS::BaseObject | |
getPhi() const | PARTONS::GAM2ObservableKinematic | |
getT() const | PARTONS::GAM2ObservableKinematic | |
getUniqueObjectId() | PARTONS::BaseObject | private |
getUPrim() const | PARTONS::GAM2ObservableKinematic | |
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_BEAM_ENERGY | PARTONS::GAM2ObservableKinematic | static |
KINEMATIC_PARAMETER_NAME_BEAM_ENERGY_UNIT | PARTONS::GAM2ObservableKinematic | static |
KINEMATIC_PARAMETER_NAME_MGG2 | PARTONS::GAM2ObservableKinematic | static |
KINEMATIC_PARAMETER_NAME_MGG2_UNIT | PARTONS::GAM2ObservableKinematic | static |
KINEMATIC_PARAMETER_NAME_PHI | PARTONS::GAM2ObservableKinematic | static |
KINEMATIC_PARAMETER_NAME_PHI_UNIT | PARTONS::GAM2ObservableKinematic | static |
KINEMATIC_PARAMETER_NAME_UPRIM | PARTONS::GAM2ObservableKinematic | static |
KINEMATIC_PARAMETER_NAME_UPRIM_UNIT | PARTONS::GAM2ObservableKinematic | static |
m_channelType | PARTONS::Kinematic | private |
m_className | PARTONS::BaseObject | private |
m_E | PARTONS::GAM2ObservableKinematic | private |
m_hashSum | PARTONS::Kinematic | mutableprivate |
m_indexId | PARTONS::BaseObject | private |
m_Mgg2 | PARTONS::GAM2ObservableKinematic | private |
m_objectId | PARTONS::BaseObject | private |
m_phi | PARTONS::GAM2ObservableKinematic | private |
m_t | PARTONS::GAM2ObservableKinematic | private |
m_uniqueObjectIdCounter | PARTONS::BaseObject | privatestatic |
m_uPrim | PARTONS::GAM2ObservableKinematic | private |
ObservableKinematic(const std::string &className, ChannelType::Type channelType) | PARTONS::ObservableKinematic | protected |
ObservableKinematic(const ObservableKinematic &other) | PARTONS::ObservableKinematic | protected |
operator!=(const GAM2ObservableKinematic &other) const | PARTONS::GAM2ObservableKinematic | |
operator<(const BaseObject &other) const | PARTONS::BaseObject | |
operator==(const GAM2ObservableKinematic &other) const | PARTONS::GAM2ObservableKinematic | |
resolveObjectDependencies() | PARTONS::BaseObject | virtual |
serialize(ElemUtils::Packet &packet) const | PARTONS::GAM2ObservableKinematic | |
serializeIntoStdVector(std::vector< double > &vec) const | PARTONS::GAM2ObservableKinematic | |
setE(const PhysicalType< double > &E) | PARTONS::GAM2ObservableKinematic | |
setE(double E, PhysicalUnit::Type unit=PhysicalUnit::GEV) | PARTONS::GAM2ObservableKinematic | |
setHashSum(const std::string &hashSum) const | PARTONS::Kinematic | |
setIndexId(int indexId) | PARTONS::BaseObject | |
setMgg2(const PhysicalType< double > &Mgg2) | PARTONS::GAM2ObservableKinematic | |
setMgg2(double Mgg2, PhysicalUnit::Type unit=PhysicalUnit::GEV2) | PARTONS::GAM2ObservableKinematic | |
setPhi(const PhysicalType< double > &phi) | PARTONS::GAM2ObservableKinematic | |
setPhi(double phi, PhysicalUnit::Type unit=PhysicalUnit::RAD) | PARTONS::GAM2ObservableKinematic | |
setT(const PhysicalType< double > &t) | PARTONS::GAM2ObservableKinematic | |
setT(double t, PhysicalUnit::Type unit=PhysicalUnit::GEV2) | PARTONS::GAM2ObservableKinematic | |
setUPrim(const PhysicalType< double > &uPrim) | PARTONS::GAM2ObservableKinematic | |
setUPrim(double uPrim, PhysicalUnit::Type unit=PhysicalUnit::GEV2) | PARTONS::GAM2ObservableKinematic | |
toString() const | PARTONS::GAM2ObservableKinematic | virtual |
unserialize(ElemUtils::Packet &packet) | PARTONS::GAM2ObservableKinematic | |
unserializeFromStdVector(std::vector< double >::const_iterator &it, const std::vector< double >::const_iterator &end) | PARTONS::GAM2ObservableKinematic | |
updateHashSum() const | PARTONS::GAM2ObservableKinematic | protectedvirtual |
warn(const std::string &functionName, const std::string &message) const | PARTONS::BaseObject | protected |
~BaseObject() | PARTONS::BaseObject | virtual |
~GAM2ObservableKinematic() | PARTONS::GAM2ObservableKinematic | virtual |
~Kinematic() | PARTONS::Kinematic | virtual |
~ObservableKinematic() | PARTONS::ObservableKinematic | virtual |