From 4b6ea57b94bb068318d293eed0a8a2675dc72c90 Mon Sep 17 00:00:00 2001 From: ivana Date: Mon, 23 Oct 2006 11:17:27 +0000 Subject: [PATCH] Coding conventions corrections: class description on 5 lines --- MUON/AliMUONDataIterator.cxx | 14 +++++++------- MUON/AliMUONRegionalTrigger.cxx | 8 +++++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/MUON/AliMUONDataIterator.cxx b/MUON/AliMUONDataIterator.cxx index c35b4b391d5..b48a4bcf892 100644 --- a/MUON/AliMUONDataIterator.cxx +++ b/MUON/AliMUONDataIterator.cxx @@ -22,13 +22,13 @@ #include "AliMUONDataDigitIterator.h" #include "TString.h" -// -// A wrapper to various iterators used to loop over -// objects handled by AliMUONData, like sdigits, digits, rawclusters, -// and so on. -// -// Currently only implemented for digits, as a proof-of-principle. -// +/// \class AliMUONDataIterator +/// A wrapper to various iterators used to loop over +/// objects handled by AliMUONData, like sdigits, digits, rawclusters, +/// and so on. +/// Currently only implemented for digits, as a proof-of-principle. +/// +/// \author Laurent Aphecetche /// \cond CLASSIMP ClassImp(AliMUONDataIterator) diff --git a/MUON/AliMUONRegionalTrigger.cxx b/MUON/AliMUONRegionalTrigger.cxx index f33453892f4..1e18349f27e 100644 --- a/MUON/AliMUONRegionalTrigger.cxx +++ b/MUON/AliMUONRegionalTrigger.cxx @@ -20,9 +20,11 @@ #include #include "AliLog.h" -/// \class AliMUONRegionalTrigger -/// Regional Trigger algorithm data outputs -/// \author Ch. Finck +// ----------------------------- +// Class AliMUONRegionalTrigger +// ----------------------------- +// Regional Trigger algorithm data outputs +// Author: Ch. Finck /// \cond CLASSIMP ClassImp(AliMUONRegionalTrigger) -- 2.43.0