Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include "WC_Data.h"
00017
00018
00019
00020 #include <vector>
00021
00022
00023
00024 using namespace std;
00025
00026
00027
00028 ClassImp( WC_Data )
00029
00030
00031
00032 WC_Data::WC_Data() {}
00033
00034
00035
00036 WC_Data::~WC_Data() {}
00037
00038
00039
00040
00041
00042 void WC_Data::Reset() {
00043
00044 nWC = 0;
00045
00046 id.clear();
00047 tr.clear();
00048
00049 e.clear();
00050 t.clear();
00051
00052 tx.clear();
00053 ty.clear();
00054 tz.clear();
00055
00056 txl.clear();
00057 tyl.clear();
00058 tzl.clear();
00059
00060 x.clear();
00061 y.clear();
00062 z.clear();
00063
00064 xl.clear();
00065 yl.clear();
00066 zl.clear();
00067
00068 }