X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSRecCpvManager.cxx;h=f393c18d6d6eb4b93bfa19aa3fb43e48c98d4c12;hb=026b032ef397d1c442fd93933253600d84423303;hp=642567ad1e3ffc85ff74c9eae7e17d74c375a709;hpb=386aef34aa74c52f3326dd6348ae7fe33394e566;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSRecCpvManager.cxx b/PHOS/AliPHOSRecCpvManager.cxx index 642567ad1e3..f393c18d6d6 100644 --- a/PHOS/AliPHOSRecCpvManager.cxx +++ b/PHOS/AliPHOSRecCpvManager.cxx @@ -13,6 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ +/* $Id$ */ //_________________________________________________________________________ // Class for the management by the CPV reconstruction. @@ -21,40 +22,33 @@ // // --- ROOT system --- +#include + // --- Standard library --- // --- AliRoot header files --- #include "AliPHOSRecCpvManager.h" -#include "AliPHOSGetter.h" +#include "AliPHOSGeometry.h" ClassImp(AliPHOSRecCpvManager) //____________________________________________________________________________ - - AliPHOSRecCpvManager::AliPHOSRecCpvManager() +AliPHOSRecCpvManager::AliPHOSRecCpvManager() : + fOneGamChisqCut(3.), + fOneGamInitialStep(0.00005), + fOneGamChisqMin(1.), + fOneGamStepMin(0.0005), + fOneGamNumOfIterations(50), + fTwoGamInitialStep(0.00005), + fTwoGamChisqMin(1.), + fTwoGamEmin(0.1), + fTwoGamStepMin(0.00005), + fTwoGamNumOfIterations(50), + fThr0(0.), + fSqdCut(0.) { // Put a comment here - - fOneGamChisqCut = 3.; // If Chi2/dof > fOneGamChisqCut, split point. - - fOneGamInitialStep = 0.00005; - fOneGamChisqMin = 1.; - fOneGamStepMin = 0.0005; - fOneGamNumOfIterations = 50; - - fTwoGamInitialStep = 0.00005; - fTwoGamChisqMin = 1.; - fTwoGamEmin = 0.1; - fTwoGamStepMin = 0.00005; - fTwoGamNumOfIterations = 50; - -// fThr0 = 0.0285; // Min. energy of rec. point. If EPHOSGeometry(); + AliPHOSGeometry * geom = AliPHOSGeometry::GetInstance() ; + Float_t celZ = geom->GetPadSizeZ(); Float_t celY = geom->GetPadSizePhi();