/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors are mentioned in the code where appropriate. * * * * Permission to use, copy, modify and distribute this software and its * * documentation strictly for non-commercial purposes is hereby granted * * without fee, provided that the above copyright notice appears in all * * copies and that both the copyright notice and this permission notice * * appear in the supporting documentation. The authors make no claims * * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ //_________________________________________________________________________ // Class for the management by the CPV reconstruction. // //*-- Author : Boris Polichtchouk (IHEP, Protvino) 6 Mar 2001 // // --- ROOT system --- // --- Standard library --- #include // --- AliRoot header files --- #include "AliPHOSRecCpvManager.h" #include "AliPHOS.h" #include "AliRun.h" #include "AliPHOSGetter.h" ClassImp(AliPHOSRecCpvManager) //____________________________________________________________________________ AliPHOSRecCpvManager::AliPHOSRecCpvManager() { 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(); Float_t CelZ = geom->GetPadSizeZ(); Float_t CelY = geom->GetPadSizePhi(); // // cout<<"CelZ: "<