// $Id: hconstant.cc,v 1.3 2002-09-25 15:19:18 eberl Exp $ // Last update by Thomas Eberl: 02/09/25 17:18:55 // #include "hconstant.h" #include #include /////////////////////////////////////////////////////////// // HConstants: HADES physics/maths constants reference class // /////////////////////////////////////////////////////////// ClassImp(HConstant) HConstant::HConstant() { } HConstant::~HConstant() { } Double_t HConstant::rad2deg() { const Double_t rad2deg=180./TMath::Pi(); return rad2deg; }