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
14
namespace
HalOTF
{
15
class
ComplexEvent
:
public
Hal::ComplexEvent
{
16
public
:
17
ComplexEvent
();
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_ */
HalOTF::ComplexEvent
Definition
OTFComplexEvent.h:15
HalOTF::ComplexEvent::GetFormatName
virtual TString GetFormatName() const
Definition
OTFComplexEvent.h:19
HalOTF::ComplexEvent::Update
virtual void Update(Hal::EventInterface *interface)
Definition
OTFComplexEvent.cxx:20
Hal::ComplexEvent
Definition
ComplexEvent.h:25
Hal::EventInterface
Definition
EventInterface.h:16
HalOTF
Definition
OTFComplexEvent.cxx:17
examples
onthefly
OTFComplexEvent.h
Generated on Wed Oct 23 2024 15:07:52 for Heavy ion Analysis Libriares by
1.12.0