Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
}
NULL
#define NULL
Definition:
Pdb.h:9
EVIO_Event::~EVIO_Event
virtual ~EVIO_Event()
Definition:
EVIO_Event.cxx:18
EVIO_Event.h
EVIO_Event::EVIO_Event
EVIO_Event()
Definition:
EVIO_Event.cxx:10
e1039-core
online
event
EVIO_Event.cxx
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:02
using
1.8.5 with
SeaQuest GitHub integration