]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New detector geometry
authorcheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jan 2004 14:53:48 +0000 (14:53 +0000)
committercheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jan 2004 14:53:48 +0000 (14:53 +0000)
VZERO/AliVZEROConst.h [new file with mode: 0644]

diff --git a/VZERO/AliVZEROConst.h b/VZERO/AliVZEROConst.h
new file mode 100644 (file)
index 0000000..11aa5d2
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef ALIVZEROCONST_H
+#define ALIVZEROCONST_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */
+
+const    Float_t kC     =  1e-11;
+const    Float_t kthau  =  2.1*1e-9;
+const    Float_t ktheta =  50.0 * kC;
+const    Float_t kQe    =  1.6e-19;
+
+#endif
+