Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include "EV_Data.h"
00017
00018
00019
00020 #include <vector>
00021
00022
00023
00024 #include <cmath>
00025 #include <math.h>
00026
00027
00028
00029 using namespace std;
00030
00031
00032
00033 ClassImp( EV_Data )
00034
00035
00036
00037 EV_Data::EV_Data() {}
00038
00039
00040
00041 EV_Data::~EV_Data() {}
00042
00043
00044
00045
00046
00047 void EV_Data::Reset() {
00048
00049 nEV = 0;
00050
00051 }