#ifndef ALICONST_H #define ALICONST_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ #include static const Double_t k2PI = TMath::TwoPi(); static const Double_t kDegrad = TMath::DegToRad(); static const Double_t kRaddeg = TMath::RadToDeg(); #endif