]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FEMTOSCOPY/AliFemto/AliFemtoBasicTrackCut.h
Making the directory structure of AliFemto flat. All files go into one common directory
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFemtoBasicTrackCut.h
similarity index 77%
rename from PWG2/FEMTOSCOPY/AliFemto/Cut/AliFemtoBasicTrackCut.h
rename to PWG2/FEMTOSCOPY/AliFemto/AliFemtoBasicTrackCut.h
index a1666266a8e7d36025c3d2248879f28467247c9f..9d9a3de47dac127e50b2dc6a61b4a523dc150216 100644 (file)
@@ -1,17 +1,10 @@
-/***************************************************************************
- *
- * $Id:
- *
- * Author: Mike Lisa, Ohio State, lisa@mps.ohio-state.edu
- ***************************************************************************
- *
- * Description: part of STAR HBT Framework: AliFemtoMaker package
- *    a simple particle cut that selects on phasespace, #hits, DCA, and PID          
- *
- ***************************************************************************
- *
- * $Log:
- **************************************************************************/
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+// AliFemtoBasicTrackCut - the basic cut for tracks.                          //
+// Cuts on particle identification, transverse momentum, rapidity, distance   //
+// of closest approach to primary vertex and charge                           //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
 
 #ifndef AliFemtoBasicTrackCut_hh
 #define AliFemtoBasicTrackCut_hh
@@ -20,7 +13,7 @@
 //#include "StMaker.h"
 //#endif
 
-#include "Base/AliFemtoTrackCut.h"
+#include "AliFemtoTrackCut.h"
 
 class AliFemtoBasicTrackCut : public AliFemtoTrackCut {