X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMDPreprocessor.h;h=ed2e20e47b228a64e3274f54475fe7abf24bba7f;hb=ae0ab30d3caa291ba2168a98d80b4adaccc08a75;hp=ae96cfdfa2abe774fba91b328239ff616401ab3e;hpb=d915e831edd8e5de83b4b3695269e164c46a47b2;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMDPreprocessor.h b/FMD/AliFMDPreprocessor.h index ae96cfdfa2a..ed2e20e47b2 100644 --- a/FMD/AliFMDPreprocessor.h +++ b/FMD/AliFMDPreprocessor.h @@ -74,15 +74,22 @@ public: /** Get an entry from OCDB */ AliCDBEntry* GetFromCDB(const char* second, const char* third); protected: - /** Get the pedestal calibrations - @param list List of files */ - AliFMDCalibPedestal* GetPedestalCalibration(TList* list); - /** Get the gain calibrations - @param list List of files */ - AliFMDCalibGain* GetGainCalibration(TList*); - /** Get the dead channels map based on the pedestal - an gain calibration objects. */ - + /** + * Get the pedestal calibrations + * + * @param list List of files + */ + AliFMDCalibPedestal* GetPedestalCalibration(const TList* list); + /** + * Get the gain calibrations + * + * @param list List of files + */ + AliFMDCalibGain* GetGainCalibration(const TList*); + /** + * Get the dead channels map based on the pedestal + * an gain calibration objects. + */ AliFMDCalibDeadMap* GetDeadChannelMap(AliFMDCalibPedestal* pedcalib, AliFMDCalibGain* gaincalib);