#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 = 2*TMath::Pi(); static const Double_t kDegrad = TMath::Pi()/180; static const Double_t kRaddeg = 180/TMath::Pi(); #endif