Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
OTFComplexEvent.h
1/*
2 * OTFComplexEvent.h
3 *
4 * Created on: 28 maj 2022
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9#ifndef HAL_EXAMPLES_ONTHEFLY_OTFCOMPLEXEVENT_H_
10#define HAL_EXAMPLES_ONTHEFLY_OTFCOMPLEXEVENT_H_
11
12#include "ComplexEvent.h"
13
14namespace HalOTF {
16 public:
18 virtual void Update(Hal::EventInterface* interface);
19 virtual TString GetFormatName() const { return "OTFComplexEvent"; };
20 virtual ~ComplexEvent() {};
21 ClassDef(ComplexEvent, 1);
22 };
23} // namespace HalOTF
24#endif /* HAL_EXAMPLES_ONTHEFLY_OTFCOMPLEXEVENT_H_ */
virtual TString GetFormatName() const
virtual void Update(Hal::EventInterface *interface)