Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
EventPtMaxCut.h
1/*
2 * EventPtMaxCut.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
10#ifndef HALEVENTPTMAXCUT_H_
11#define HALEVENTPTMAXCUT_H_
12
13#include "EventCut.h"
18namespace Hal {
19 class EventPtMaxCut : public EventCut {
20 public:
22 virtual Bool_t Pass(Event* event);
23 virtual Bool_t Init(Int_t task_id = 0);
24 virtual ~EventPtMaxCut();
25 ClassDef(EventPtMaxCut, 1)
26 };
27} // namespace Hal
28#endif /* HALEVENTPTMAXCUT_H_ */
virtual Bool_t Init(Int_t task_id=0)
virtual Bool_t Pass(Event *event)