Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
DbgComplexEvent.h
1
/*
2
* DbgComplexEvent.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_DBGCOMPLEXEVENT_H_
10
#define HAL_EXAMPLES_ONTHEFLY_DBGCOMPLEXEVENT_H_
11
12
#include "ComplexEvent.h"
13
14
namespace
HalDbg
{
15
class
ComplexEvent
:
public
Hal::ComplexEvent
{
16
public
:
17
ComplexEvent
();
18
virtual
void
Update
(
Hal::EventInterface
* interface);
19
virtual
TString
GetFormatName
()
const
{
return
"DbgComplexEvent"
; };
20
virtual
~ComplexEvent
() {};
21
ClassDef(ComplexEvent, 1);
22
};
23
}
// namespace HalDbg
24
#endif
/* HAL_EXAMPLES_ONTHEFLY_DBGCOMPLEXEVENT_H_ */
HalDbg::ComplexEvent
Definition
DbgComplexEvent.h:15
HalDbg::ComplexEvent::Update
virtual void Update(Hal::EventInterface *interface)
Definition
DbgComplexEvent.cxx:20
HalDbg::ComplexEvent::GetFormatName
virtual TString GetFormatName() const
Definition
DbgComplexEvent.h:19
Hal::ComplexEvent
Definition
ComplexEvent.h:25
Hal::EventInterface
Definition
EventInterface.h:16
HalDbg
Definition
DbgComplexEvent.cxx:17
examples
debugformat
DbgComplexEvent.h
Generated on Wed Oct 23 2024 15:07:51 for Heavy ion Analysis Libriares by
1.12.0