]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDMultITS.cxx
Simple class for multiplicity studies (C.Jorgensen)
[u/mrichter/AliRoot.git] / STEER / AliESDMultITS.cxx
diff --git a/STEER/AliESDMultITS.cxx b/STEER/AliESDMultITS.cxx
new file mode 100644 (file)
index 0000000..752064e
--- /dev/null
@@ -0,0 +1,13 @@
+#include "AliESDMultITS.h"
+
+// ##################################################################
+// Simple data class to store mult hits (either clusters or tracklets)
+// from the ITS. The class only keeps the phi and the eta of the mult
+// hit.
+// ##################################################################
+
+
+ClassImp(AliESDMultITS)
+
+
+