/************************************************************************** * 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 Int_t AliITSCalibrationSSD::fgkNParDefault = 6; ClassImp(AliITSCalibrationSSD) //______________________________________________________________________ AliITSCalibrationSSD::AliITSCalibrationSSD(): fModule(0), fNPar(0), fDetPar(0), fNoise(0), fPedestal(), fGain(0), fBadChannels(0), fIsBad(kFALSE), fSSDADCpereV(0.), fKeVperADC(0) { // Default Constructor for(Int_t i=0;i