]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliConst.h
Adding a new function for postprocessing the tracks (A. Bercuci)
[u/mrichter/AliRoot.git] / STEER / AliConst.h
CommitLineData
fe4da5cc 1#ifndef ALICONST_H
2#define ALICONST_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
fe4da5cc 8#include <TMath.h>
9
c3e09c68 10static const Double_t k2PI = TMath::TwoPi();
11static const Double_t kDegrad = TMath::DegToRad();
12static const Double_t kRaddeg = TMath::RadToDeg();
fe4da5cc 13
14#endif