00001 #include "EmcSnglClusterLocalExtv1.h" 00002 00003 ClassImp(EmcSnglClusterLocalExtv1) 00004 00005 EmcSnglClusterLocalExtv1::EmcSnglClusterLocalExtv1() 00006 { 00007 short i; 00008 clusno = -999; 00009 id = -999; 00010 method = -999; 00011 nsh = -999; 00012 twrhit = -999; 00013 type = -999; 00014 00015 index = -9999; 00016 warnmap = -9999; 00017 deadmap = -9999; 00018 00019 for (i = 0;i < 16;i++) 00020 { 00021 twrlist[i] = -999; 00022 } 00023 00024 chi2 = -9999.9; 00025 chi2_sh = -9999.9; 00026 de = -9999.9; 00027 dtof = -9999.9; 00028 e = -9999.9; 00029 ecore = -9999.9; 00030 ecorr = -9999.9; 00031 ecent = -9999.9; 00032 etofmax = -9999.9; 00033 etofmin = -9999.9; 00034 e9 = -9999.9; 00035 phi = -9999.9; 00036 pid = -9999.9; 00037 prob_neuhad = -9999.9; 00038 prob_photon = -9999.9; 00039 prob_photon_sh = -9999.9; 00040 qual = -9999.9; 00041 re9 = -9999.9; 00042 theta = -9999.9; 00043 tof = -9999.9; 00044 tofcorr = -9999.9; 00045 tofmax = -9999.9; 00046 tofmaxcorr = -9999.9; 00047 tofmean = -9999.9; 00048 tofmin = -9999.9; 00049 tofmincorr = -9999.9; 00050 for (i = 0;i < 2;i++) 00051 { 00052 de_sh[i] = -9999.9; 00053 disp[i] = -9999.9; 00054 ecorr_sh[i] = -9999.9; 00055 e_sh[i] = -9999.9; 00056 padisp[i] = -9999.9; 00057 yz_cg[i] = -9999.9; 00058 for (short j = 0;j < 3;j++) 00059 { 00060 dxyz_sh[i][j] = -9999.9; 00061 xyz_sh[i][j] = -9999.9; 00062 } 00063 } 00064 for (i = 0;i < 3;i++) 00065 { 00066 dxyz[i] = -9999.9; 00067 unitv[i] = -9999.9; 00068 xyz[i] = -9999.9; 00069 } 00070 for (i = 0;i < 16;i++) 00071 { 00072 partesum[i] = -9999.9; 00073 } 00074 00075 return ; 00076 }