]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/global/AliFlatESDV0.h
Initial flat structure
[u/mrichter/AliRoot.git] / HLT / global / AliFlatESDV0.h
diff --git a/HLT/global/AliFlatESDV0.h b/HLT/global/AliFlatESDV0.h
new file mode 100644 (file)
index 0000000..7072b24
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef ALIFLATESDV0_H
+#define ALIFLATESDV0_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               *
+ * Primary Authors : Sergey Gorbunov, Jochen Thaeder, Chiara Zampolli     */
+
+/**
+ * >> Flat structure representing a ESD vertex <<
+ */
+
+#include "Rtypes.h"
+
+struct AliFlatESDV0
+{
+  Int_t fNegTrackID;
+  Int_t fPosTrackID;
+};
+
+typedef struct AliFlatESDV0 AliFlatESDV0;
+
+#endif