#include <cluster.h>
Definition at line 58 of file cluster.h.
Public Member Functions | |
emshower () | |
emshower (float e, float x, float y, float chi) | |
void | ReInitialize (float e, float x, float y, float chi) |
float | GetTotalEnergy () |
void | GetCG (float *px, float *py) |
void | GetCorrPos (float *, float *) |
void | GetGlobalPos (float *, float *, float *) |
float | GetChi2 () |
void | GetErrors (float *pde, float *pdx, float *pdy, float *pdz) |
void | GetChar (float *pe, float *pxcg, float *pysg, float *pxc, float *pyc, float *pxg, float *pyg, float *pzg, float *pchi, float *pde, float *pdx, float *pdy, float *pdz) |
Private Attributes | |
float | energy |
float | xcg |
float | ycg |
float | chisq |
|
|
|
|
|
Definition at line 68 of file cluster.h. Referenced by GetChar(). |
|
Definition at line 504 of file cluster.cc. References CalculateErrors(), CorrectPosition(), GetCG(), GetChi2(), GetTotalEnergy(), and SectorToGlobal(). |
|
Definition at line 71 of file cluster.h. References chisq. Referenced by GetChar(). |
|
Definition at line 202 of file cluster.cc. References CorrectPosition(), energy, xcg, and ycg. Referenced by GetErrors(), and GetGlobalPos(). |
|
Definition at line 429 of file cluster.cc. References CalculateErrors(), GetCorrPos(), and GetTotalEnergy(). |
|
Definition at line 208 of file cluster.cc. References GetCorrPos(), and SectorToGlobal(). |
|
Definition at line 67 of file cluster.h. References energy. Referenced by GetChar(), and GetErrors(). |
|
Definition at line 66 of file cluster.h. References chisq, energy, xcg, and ycg. Referenced by peakarea::GetGammas(). |
|
Definition at line 62 of file cluster.h. Referenced by emshower(), GetChi2(), and ReInitialize(). |
|
Definition at line 59 of file cluster.h. Referenced by emshower(), GetCorrPos(), GetTotalEnergy(), and ReInitialize(). |
|
Definition at line 60 of file cluster.h. Referenced by emshower(), GetCG(), GetCorrPos(), and ReInitialize(). |
|
Definition at line 61 of file cluster.h. Referenced by emshower(), GetCG(), GetCorrPos(), and ReInitialize(). |