Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
TrackMCCut.h
1/*
2 * TrackMCCut.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 HALTRACKMCCUT_H_
10#define HALTRACKMCCUT_H_
11
12#include "TrackCut.h"
13
14namespace Hal{
15
16class TrackMCCut : public TrackCut {
17public:
18 TrackMCCut(const Int_t size = 1);
19 virtual Bool_t Init(Int_t task_id);
20 virtual ~TrackMCCut();
21 ClassDef(TrackMCCut, 1)
22};
23}
24#endif /* HALTRACKMCCUT_H_ */
virtual Bool_t Init(Int_t task_id)