]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGCF/FEMTOSCOPY/AliFemto/AliFemtoXiCollection.h
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / AliFemto / AliFemtoXiCollection.h
diff --git a/PWGCF/FEMTOSCOPY/AliFemto/AliFemtoXiCollection.h b/PWGCF/FEMTOSCOPY/AliFemto/AliFemtoXiCollection.h
deleted file mode 100644 (file)
index 8446dae..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/***************************************************************************
- *
- * $Id$
- *
- * Author: Frank Laue, BNL
- ***************************************************************************
- *
- * Description: part of STAR HBT Framework: AliFemtoMaker package
- *   The Collection of v0s is the main component of the HbtEvent,
- *   which is essentially the transient microDST
- *
- ***************************************************************************/
-
-
-#ifndef AliFemtoXiCollection_hh
-#define AliFemtoXiCollection_hh
-#include "AliFemtoXi.h"
-#include <list>
-
-#if !defined(ST_NO_NAMESPACES)
-using std::list;
-#endif
-
-#ifdef ST_NO_TEMPLATE_DEF_ARGS
-typedef list<AliFemtoXi*, allocator<AliFemtoXi*> >            AliFemtoXiCollection;
-typedef list<AliFemtoXi*, allocator<AliFemtoXi*> >::iterator  AliFemtoXiIterator;
-#else
-typedef list<AliFemtoXi*>            AliFemtoXiCollection;
-typedef list<AliFemtoXi*>::iterator  AliFemtoXiIterator;
-#endif
-
-#endif
-