Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TrackStatusCut.h
1/*
2 * TrackStatusCut.h
3 *
4 * Created on: 15-07-2014
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALTRACKSTATUSCUT_H_
10#define HALTRACKSTATUSCUT_H_
11#include "TrackCut.h"
12
16namespace Hal {
17 class TrackStatusCut : public TrackCut {
18 public:
20 virtual Bool_t Pass(Track* track);
21 virtual ~TrackStatusCut();
22 ClassDef(TrackStatusCut, 1)
23 };
24} // namespace Hal
25#endif /* HALTRACKSTATUSCUT_H_ */
virtual Bool_t Pass(Track *track)