Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
EventMultiplicityZVertexCut.h
1/*
2 * EventMultiplicityVertexCut.h
3 *
4 * Created on: 29 paź 2022
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HAL_CUTS_EVENTCUTS_GENERAL_EVENTMULTIPLICITYZVERTEXCUT_H_
10#define HAL_CUTS_EVENTCUTS_GENERAL_EVENTMULTIPLICITYZVERTEXCUT_H_
11
12#include "EventCut.h"
13
14namespace Hal {
15
17 public:
19 virtual Bool_t Pass(Event* event);
22 };
23
24} /* namespace Hal */
25
26#endif /* HAL_CUTS_EVENTCUTS_GENERAL_EVENTMULTIPLICITYZVERTEXCUT_H_ */