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 
11  words = NULL;
12 }
13 
15  words = data;
16 }
17 
19  delete [] words;
20 }
#define NULL
Definition: Pdb.h:9
virtual ~EVIO_Event()
Definition: EVIO_Event.cxx:18