/************************************************************************** * Copyright(c) 2007-2009, 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. * **************************************************************************/ /* $Id$ */ #include "AliITSCalibrationSSD.h" ////////////////////////////////////////////////////// // Calibration class for set:ITS // // Specific subdetector implementation // // for silicon strips detectors // // // // // ////////////////////////////////////////////////////// const Double_t AliITSCalibrationSSD::fgkNoiseNDefault = 625.; const Double_t AliITSCalibrationSSD::fgkNoisePDefault = 420.; const Int_t AliITSCalibrationSSD::fgkNParDefault = 6; const Double_t AliITSCalibrationSSD::fgkSigmaPDefault = 3.; const Double_t AliITSCalibrationSSD::fgkSigmaNDefault = 2.; ClassImp(AliITSCalibrationSSD) //______________________________________________________________________ AliITSCalibrationSSD::AliITSCalibrationSSD(): fNPar(0), fDetPar(0), fNoiseP(0), fNoiseN(0), fSigmaP(0), fSigmaN(0), fNoise(0), fPedestal(), fGain(0), fBadChannels(0), fIsBad(kFALSE), fGainP(0), fGainN(0), fNoisP(0), fNoisN(0), fPedP(), fPedN(), fNoisePThreshold(0), fNoisyPChannelsList(0), fNoiseNThreshold(0), fNoisyNChannelsList(0), fDeadNChannelsList(0), fDeadPChannelsList(0){ // Default Constructor SetNoiseParam(fgkNoisePDefault,fgkNoiseNDefault); for(Int_t i=0;i