48 std::string fStringRep;
55 std::array< int, 7 > fExp;
58 Parse(
const std::string& repl);
61 virutal std::string ConstructString()
const;
Definition: MHO_Unit.hh:16
bool operator==(const MHO_Unit &other) const
void RaiseToPower(int power)
MHO_Unit & operator=(const MHO_Unit &other)
void SetUnitString(const std::string unit)
Definition: MHO_Unit.hh:23
MHO_Unit & operator*=(const MHO_Unit &other)
MHO_Unit() MHO_Unit(const std::string &unit)
MHO_Unit & operator/=(const MHO_Unit &other)
MHO_Unit operator*(const MHO_Unit &other) const
MHO_Unit operator/(const MHO_Unit &other) const
std::string GetUnitString() const
Definition: MHO_Unit.hh:25
Definition: MHO_ChannelLabeler.hh:17