]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coding convention: RS1 rule violation -> suppression
authordecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2007 15:31:12 +0000 (15:31 +0000)
committerdecaro <decaro@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 Nov 2007 15:31:12 +0000 (15:31 +0000)
TOF/AliTOFQAChecker.cxx
TOF/AliTOFQAChecker.h
TOF/AliTOFQADataMaker.cxx
TOF/AliTOFQADataMaker.h

index 0fde9366fc4a15f54857928e04dcb245dbdb42fc..b568cfef8f891651b2948c7a0ad0f20967cf7126 100644 (file)
 
 /* $Id$ */
 
-/*
-  Checks the quality assurance. 
-  By analysis of the histograms & comparing with reference data
-  S.Arcelli
-*/
+/////////////////////////////////////////////////////////////////////
+//                                                                 //
+//  Checks the quality assurance.                                  //
+//  By analysis of the histograms & comparing with reference data  //
+//  S.Arcelli                                                      //
+//                                                                 //
+/////////////////////////////////////////////////////////////////////
+
 #include "AliLog.h"
 #include "AliQA.h"
 #include "AliQAChecker.h"
index 210aaf3297f63395636b31d311b3b27318e225c8..005278f935781f9e4333ae2a4f36265c4d3e7a3d 100644 (file)
@@ -3,11 +3,13 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/*
-  Checks the quality assurance. 
-  By analysis of the histograms & comparing with reference data
-  Author S.Arcelli
-*/
+/////////////////////////////////////////////////////////////////////
+//                                                                 // 
+//  Checks the quality assurance.                                  //
+//  By analysis of the histograms & comparing with reference data  //
+//  Author S.Arcelli                                               //
+//                                                                 // 
+/////////////////////////////////////////////////////////////////////
 
 class TFile ; 
 class TH1F ; 
index a9efd3a81c59e5cafccdf4f2287412851fd6b176..51a589b58e4429dac4b29c5d85455316ef4cb7e5 100644 (file)
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-/*
-  Produces the data needed to calculate the TOF quality assurance. 
-  QA objects are 1 & 2 Dimensional histograms.
-  author: S.Arcelli
-*/
+
+///////////////////////////////////////////////////////////////////////
+//                                                                   //
+//  Produces the data needed to calculate the TOF quality assurance. //
+//  QA objects are 1 & 2 Dimensional histograms.                     //
+//  author: S.Arcelli                                                //
+//                                                                   //
+///////////////////////////////////////////////////////////////////////
 
 #include <TClonesArray.h>
 #include <TFile.h> 
index 2add107bed2b3b0dce5079ed603dac35bb9115f7..99b786ee15a58ea0be22e2d87f01ed83d21d0631 100644 (file)
@@ -2,9 +2,14 @@
 #define ALITOFQADATAMAKER_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
-/*  Produces the data needed to calculate the quality assurance. 
-    All data must be mergeable objects.
-    S. Arcelli */
+
+////////////////////////////////////////////////////////////////////
+//                                                                // 
+//  Produces the data needed to calculate the quality assurance.  //
+//    All data must be mergeable objects.                         //
+//    S. Arcelli                                                  //
+//                                                                // 
+////////////////////////////////////////////////////////////////////
 
 
 #include "AliQADataMaker.h"