Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
SplitedTrackToStatusTask.h
1/*
2 * SplitedTrackToStatusTask.h
3 *
4 * Created on: 27 lis 2020
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HALSPLITEDTRACKTOSTATUSTASK_H_
10#define HALSPLITEDTRACKTOSTATUSTASK_H_
11
12#include "Array.h"
13#include "EventAna.h"
14
15
22namespace Hal {
24 Array_1<Int_t> fArrayReco;
25 Array_1<Int_t> fArraySim;
26
27 protected:
28 virtual Task::EInitFlag Init();
29 virtual void ProcessEvent();
30
31 public:
36 ClassDef(SplitedTrackToStatusTask, 1)
37 };
38} // namespace Hal
39
40#endif /* HALSPLITEDTRACKTOSTATUSTASK_H_ */