Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
DetectorEvent.h
1/*
2 * DetectorEvent.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 HALDETECTOREVENT_H_
10#define HALDETECTOREVENT_H_
11
12#include "DataFormat.h"
13
14#include <TObject.h>
15
20namespace Hal {
21 class DetectorEvent : public TObject {
22 public:
24 virtual ~DetectorEvent();
25 ClassDef(DetectorEvent, 1)
26 };
27} // namespace Hal
28
29#endif /* HALDETECTOREVENT_H_ */