AliRoot Core  3dc7879 (3dc7879)
AliESDTrackSelection.h
Go to the documentation of this file.
1 
10 #ifndef ALIESDTASKTRACKSELECTION_H_
11 #define ALIESDTASKTRACKSELECTION_H_
12 /* Copyright(c) 1998-2015, ALICE Experiment at CERN, All rights reserved. *
13  * See cxx source for full Copyright notice */
14 
15 #include <AliVTrackSelection.h>
16 
17 class AliVCuts;
18 class AliVTrack;
19 
21 public:
24  virtual ~AliESDTrackSelection() {}
25 
26  virtual bool IsTrackAccepted(AliVTrack * const trk);
27 
28  ClassDef(AliESDTrackSelection,1);
29 };
30 
31 #endif /* ALIESDTRACKSELECTION_H_ */
virtual bool IsTrackAccepted(AliVTrack *const trk)
Declartion of class AliVTrackSelection.
Declaration of class AliESDTrackSelection.