Class Reference for E1039 Core & Analysis Software
EVIO_Event.cxx
Go to the documentation of this file.
1
/*
2
* SQHit_v1.C
3
*
4
* Created on: Sep. 5, 2018
5
* Author: yuhw@nmsu.edu
6
*/
7
8
#include "
EVIO_Event.h
"
9
10
EVIO_Event::EVIO_Event
() {
11
words =
NULL
;
12
}
13
14
EVIO_Event::EVIO_Event
(
int
* data) {
15
words = data;
16
}
17
18
EVIO_Event::~EVIO_Event
() {
19
delete
[] words;
20
}
EVIO_Event.h
NULL
#define NULL
Definition:
Pdb.h:9
EVIO_Event::~EVIO_Event
virtual ~EVIO_Event()
Definition:
EVIO_Event.cxx:18
EVIO_Event::EVIO_Event
EVIO_Event()
Definition:
EVIO_Event.cxx:10
e1039-core
online
event
EVIO_Event.cxx
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:16
using
1.9.1 with
SeaQuest GitHub integration