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