ROOT logo
#ifndef AliFemtoV0SharedDaughterCut_H
#define AliFemtoV0SharedDaughterCut_H

#include "AliFemtoTrackCut.h"
#include "AliFemtoV0.h"
#include "AliFemtoV0Cut.h"
#include "AliFemtoV0Collection.h"

class AliFemtoV0SharedDaughterCut {

 public:
  
  AliFemtoV0SharedDaughterCut(); //default constructor, does nothing
  virtual AliFemtoV0Collection AliFemtoV0SharedDaughterCutCollection(AliFemtoV0Collection*, AliFemtoV0Cut*);
  virtual ~AliFemtoV0SharedDaughterCut();

#ifdef __ROOT__
  ClassDef(AliFemtoV0SharedDaughterCut, 0)
#endif 

    };	
#endif
 AliFemtoV0SharedDaughterCut.h:1
 AliFemtoV0SharedDaughterCut.h:2
 AliFemtoV0SharedDaughterCut.h:3
 AliFemtoV0SharedDaughterCut.h:4
 AliFemtoV0SharedDaughterCut.h:5
 AliFemtoV0SharedDaughterCut.h:6
 AliFemtoV0SharedDaughterCut.h:7
 AliFemtoV0SharedDaughterCut.h:8
 AliFemtoV0SharedDaughterCut.h:9
 AliFemtoV0SharedDaughterCut.h:10
 AliFemtoV0SharedDaughterCut.h:11
 AliFemtoV0SharedDaughterCut.h:12
 AliFemtoV0SharedDaughterCut.h:13
 AliFemtoV0SharedDaughterCut.h:14
 AliFemtoV0SharedDaughterCut.h:15
 AliFemtoV0SharedDaughterCut.h:16
 AliFemtoV0SharedDaughterCut.h:17
 AliFemtoV0SharedDaughterCut.h:18
 AliFemtoV0SharedDaughterCut.h:19
 AliFemtoV0SharedDaughterCut.h:20
 AliFemtoV0SharedDaughterCut.h:21
 AliFemtoV0SharedDaughterCut.h:22