]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGCF/FEMTOSCOPY/AliFemto/AliFemtoV0SharedDaughterCut.h
Merge branch 'master_patch'
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / AliFemto / AliFemtoV0SharedDaughterCut.h
CommitLineData
07abb027 1#ifndef AliFemtoV0SharedDaughterCut_H
2#define AliFemtoV0SharedDaughterCut_H
3
4#include "AliFemtoTrackCut.h"
5#include "AliFemtoV0.h"
6#include "AliFemtoV0Cut.h"
7#include "AliFemtoV0Collection.h"
8
9class AliFemtoV0SharedDaughterCut {
10
11 public:
12
13 AliFemtoV0SharedDaughterCut(); //default constructor, does nothing
14 virtual AliFemtoV0Collection AliFemtoV0SharedDaughterCutCollection(AliFemtoV0Collection*, AliFemtoV0Cut*);
15 virtual ~AliFemtoV0SharedDaughterCut();
16
17#ifdef __ROOT__
18 ClassDef(AliFemtoV0SharedDaughterCut, 0)
19#endif
20
21 };
22#endif