]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
more coding violation
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Mar 2008 08:47:08 +0000 (08:47 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Mar 2008 08:47:08 +0000 (08:47 +0000)
STEER/AliQACheckerBase.cxx
STEER/AliQACheckerBase.h
STEER/AliQADataMaker.cxx
STEER/AliQADataMaker.h
STEER/AliQADataMakerRec.cxx
STEER/AliQADataMakerRec.h
STEER/AliQADataMakerSim.cxx
STEER/AliQADataMakerSteer.cxx

index 58f027a3fa99159086179692bd7871b485c95e0f..7965fcdbebd94a9dbe28a28221d8e1983552f187 100644 (file)
 
 /* $Id$ */
 
-/*
-  Base class for detectors quality assurance checkers 
-  Compares Data made by QADataMakers with reference data
-  Y. Schutz CERN August 2007
-*/
+//
+//  Base class for detectors quality assurance checkers 
+//  Compares Data made by QADataMakers with reference data
+//  Y. Schutz CERN August 2007
+//
 
 // --- ROOT system ---
 #include <TClass.h>
index 63a7c2c48383fa1e2f2c1e92ece051791a9d84fe..b87eda0844df6cfd120dc7edf1961e65976aed0c 100644 (file)
@@ -6,11 +6,11 @@
 
 /* $Id$ */
 
-/*
-  Base class for detectors quality assurance checkers 
-  Compares Data made by QADataMakers with reference data
-  Y. Schutz CERN August 2007
-*/
+//
+//  Base class for detectors quality assurance checkers 
+//  Compares Data made by QADataMakers with reference data
+//  Y. Schutz CERN August 2007
+//
 
 
 // --- ROOT system ---
index 2027af52c15e9fbe219be3bab9447140519433e6..56ec5800efce74bd2ae14af837867db9b4a00dc6 100644 (file)
 
 /* $Id$ */
 
-/*
-  Base Class
-  Produces the data needed to calculate the quality assurance. 
-  All data must be mergeable objects.
-  Y. Schutz CERN July 2007
-*/
+//
+//  Base Class
+//  Produces the data needed to calculate the quality assurance. 
+//  All data must be mergeable objects.
+//  Y. Schutz CERN July 2007
+//
 
 // --- ROOT system ---
 #include <TSystem.h> 
index 6d5587ea7084bdbfd105294e11887f6fc3a01607..d875e57231fd4969a77f7f3169e5ef74542aaa5a 100644 (file)
@@ -6,12 +6,12 @@
 
 /* $Id$ */
 
-/*
-  Base Class:
-  Produces the data needed to calculate the quality assurance. 
-  All data must be mergeable objects.
-  Y. Schutz CERN July 2007
-*/
+//
+//  Base Class:
+//  Produces the data needed to calculate the quality assurance. 
+//  All data must be mergeable objects.
+//  Y. Schutz CERN July 2007
+//
 
 
 // --- ROOT system ---
index 28d1380e23b9e4d4bef278260bf71ea5409861e2..daa60e8c4f606d786a15b6bb0877ba7187ddeb79 100644 (file)
 
 /* $Id$ */
 
-/*
-  Base Class
-  Produces the data needed to calculate the quality assurance for Reconstruction
-  All data must be mergeable objects.
-  Y. Schutz CERN July 2007
-x
-x
-*/
+//
+//  Base Class
+//  Produces the data needed to calculate the quality assurance for Reconstruction
+//  All data must be mergeable objects.
+//  Y. Schutz CERN July 2007
+//
 
 // --- ROOT system ---
-//#include <TSystem.h> 
 #include <TFile.h>
-//#include <TList.h> 
 #include <TTree.h>
-//#include <TClonesArray.h>
 
 // --- Standard library ---
 
 // --- AliRoot header files ---
 #include "AliLog.h"
 #include "AliQADataMakerRec.h"
-//#include "AliQAChecker.h"
 #include "AliESDEvent.h"
 #include "AliRawReader.h"
 
index 6a2f54843f062e307786feca191dd6709ff1248f..64673a01c889e52f51c41dd1156bac24b955dfe1 100644 (file)
@@ -1,20 +1,17 @@
-#ifndef AliQADataMakerREC_H
-#define AliQADataMakerREC_H
+#ifndef ALIQADATAMAKERREC_H
+#define ALIQADATAMAKERREC_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
 
 /* $Id$ */
 
-/*
-  Base Class:
-  Produces the data needed to calculate the quality assurance. 
-  All data must be mergeable objects.
-  Y. Schutz CERN July 2007
-x
-x
-*/
-
+//
+//  Base Class:
+//  Produces the data needed to calculate the quality assurance. 
+//  All data must be mergeable objects.
+//  Y. Schutz CERN July 2007
+//
 
 // --- ROOT system ---
 
@@ -81,4 +78,4 @@ protected:
 
 };
 
-#endif // AliQADataMakerRec_H
+#endif // ALIQADATAMAKERREC_H
index 47a99ce112b0a6b6c7897a3285fd118ee66cb6f7..302f7ff920e8e2bef5a446724132202ea995bef7 100644 (file)
 
 /* $Id$ */
 
-/*
-  Base Class
-  Produces the data needed to calculate the quality assurance. 
-  All data must be mergeable objects.
-  Y. Schutz CERN July 2007
- x
- x
-*/
+//
+//  Base Class
+//  Produces the data needed to calculate the quality assurance. 
+//  All data must be mergeable objects.
+//  Y. Schutz CERN July 2007
+//
 
 // --- ROOT system ---
-//#include <TSystem.h> 
 #include <TFile.h>
-//#include <TList.h> 
 #include <TTree.h>
 #include <TClonesArray.h>
 
@@ -37,7 +33,6 @@
 // --- AliRoot header files ---
 #include "AliLog.h"
 #include "AliQADataMakerSim.h"
-//#include "AliQAChecker.h"
 
 ClassImp(AliQADataMakerSim)
              
index 052bff0f45694a6a7f9c0762df3ab5e357a74d35..27fbe09435363afdd733213a07716be3e8378399 100644 (file)
  **************************************************************************/
 
 /* $Id$ */
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+// class for running the QA makers                                           //
+//                                                                           //
+//   AliQADataMakerSteer qas;                                                //
+//   qas.Run(AliQA::kRAWS, rawROOTFileName);                                 //
+//   qas.Run(AliQA::kHITS);                                                  //
+//   qas.Run(AliQA::kSDIGITS);                                               //
+//   qas.Run(AliQA::kDIGITS);                                                //
+//   qas.Run(AliQA::kRECPOINTS);                                             //
+//   qas.Run(AliQA::kESDS);                                                  //
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
 
 #include <TKey.h>
 #include <TFile.h>