]> git.uio.no Git - u/mrichter/AliRoot.git/blame - VZERO/AliVZEROConst.h
Removing warnings (icc), adding more detailed description
[u/mrichter/AliRoot.git] / VZERO / AliVZEROConst.h
CommitLineData
c350f22a 1#ifndef ALIVZEROCONST_H
2#define ALIVZEROCONST_H
3
4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */
5
6const Float_t kC = 1e-11;
7const Float_t kthau = 2.1*1e-9;
8const Float_t ktheta = 50.0 * kC;
9const Float_t kQe = 1.6e-19;
10
11#endif
12