Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
EventPhiCut.h
1/*
2 * EventPhiCut.h
3 *
4 * Created on: 04-05-2022
5 * Author: wielanek
6 */
7
8#ifndef HALEVENTPHICUT_H_
9#define HALEVENTPHICUT_H_
10
11#include "EventCut.h"
16namespace Hal {
17 class EventPhiCut : public EventCut {
18 protected:
19 public:
21 virtual Bool_t Pass(Event* event);
22 virtual ~EventPhiCut();
23 ClassDef(EventPhiCut, 1)
24 };
25} // namespace Hal
26
27#endif /* HALEVENTPHICUT_H_ */
virtual Bool_t Pass(Event *event)