Class Reference for E1039 Core & Analysis Software
Event.h
Go to the documentation of this file.
1
/*
2
* Event.h
3
*
4
* Created on: Sep. 5, 2018
5
* Author: yuhw@nmsu.edu
6
*/
7
8
#ifndef _H_Event_H_
9
#define _H_Event_H_
10
11
#include <stdio.h>
12
13
class
Event
{
14
15
public
:
16
17
Event
() {}
18
virtual
~Event
() {}
19
20
virtual
int
*
get_words
() = 0;
21
};
22
23
24
25
26
#endif
/* _H_Event_H_ */
Event
Definition:
Event.h:13
Event::Event
Event()
Definition:
Event.h:17
Event::get_words
virtual int * get_words()=0
Event::~Event
virtual ~Event()
Definition:
Event.h:18
e1039-core
online
event
Event.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration