#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: AliConst.h 26066 2008-05-22 07:44:56Z fca $ */ #include #define k2PI TMath::TwoPi() #define kDegrad TMath::DegToRad() #define kRaddeg TMath::RadToDeg() #endif