]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliConst.h
Use TLorentzVector for position and momentum
[u/mrichter/AliRoot.git] / STEER / AliConst.h
CommitLineData
fe4da5cc 1#ifndef ALICONST_H
2#define ALICONST_H
3
4#include <TMath.h>
5
fe4da5cc 6static const Double_t k2PI = 2*kPI;
7static const Double_t kDegrad = kPI/180;
8static const Double_t kRaddeg = 180/kPI;
9
10#endif