From a344d9dbbc78b28222337dfdf2b43685f9038bdc Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Wed, 7 Apr 2021 11:13:30 -0400 Subject: [PATCH] LArCalibUtils: Clean up documentation. Remove some obsolete documentation. --- LArCalorimeter/LArCalibUtils/doc/packagedoc.h | 54 +------------------ 1 file changed, 2 insertions(+), 52 deletions(-) diff --git a/LArCalorimeter/LArCalibUtils/doc/packagedoc.h b/LArCalorimeter/LArCalibUtils/doc/packagedoc.h index fcb79c1eaedb..b54221a09b28 100644 --- a/LArCalorimeter/LArCalibUtils/doc/packagedoc.h +++ b/LArCalorimeter/LArCalibUtils/doc/packagedoc.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration */ /** @@ -15,60 +15,10 @@ constants (e.g. ionization pulse, optimal filtering coefficients). @todo -- This package still contains some tools directly used in physics data - reconstruction (LArADC2MeVTool, LArAutoCorrNoiseTool, LArOFCTool) that should - be moved elsewhere (e.g. <a href=http://isscvs.cern.ch/cgi-bin/viewcvs-all.cgi/offline/LArCalorimeter/LArCondUtils/?cvsroot=atlas>LArCalorimeter/LArCondUtils</a>). - The package itself should probably be moved from the AtlasEvent project to AtlasReconstruction. -- A serious cleanup/update of the exaple jobOptions is needed. +- A serious cleanup/update of the example jobOptions is needed. - All the algorithms need to be migrated to configurable. - NovaIOV support should be removed. - Doxygen description of classes and methods is missing. -@section LArCalibUtils_LArCalibUtilsOverview Class Overview - - The LArCalibUtils package contains of following classes: - - - LArADC2MeVTool - - LArAutoCorr - - LArAutoCorrMaker - - LArAutoCorrNoiseTool - - LArAutoCorrTotalTool - - LArCalibDigitMaker - - LArCaliWaveAverage - - LArCaliWaveBuilder - - LArCaliWaveBuilderXtalk - - LArCaliWaveMerger - - LArDeltaRespPredictor - - LArDeltaRespTool - - LArDigitOscillationCorrTool - - LArDumpShapes - - LArFill - - LArMasterWaveBuilder - - LArOFCAlg - - LArOFCTool - - LArPedestal - - LArPedestalInPhysicsMaker - - LArPedestalMaker - - LArPhaseToolConst - - LArPhaseToolMC - - LArPhaseToolTB - - LArPhysWaveBuilderFillDB - - LArPhysWaveBuilder - - LArPhysWavePredictor - - LArPhysWaveShifter - - LArPhysWaveTool - - LArRampBuilder - - LArRampCorr - - LArRTMParamExtractor - - LArStripsCrossTalkCorrector - - LArTCMFitter - - LArTCMPhysWavePredictor - - LArTCMPredictor - - LArTimeTuning - - LArTimeTuningNtuple - - LArWFParams2DB - - LArWFParamTool - - */ -- GitLab