From f700644396f8f13da9feaa50efcd1ee24e97685b Mon Sep 17 00:00:00 2001 From: ivana Date: Mon, 13 Mar 2006 10:58:04 +0000 Subject: [PATCH] Class description on 5 lines (required by rule checker) --- MUON/AliMUONGeometry.cxx | 2 +- MUON/AliMUONGeometryBuilder.cxx | 2 +- MUON/AliMUONGeometryDetElement.cxx | 2 +- MUON/AliMUONGeometryEnvelopeStore.cxx | 4 ++-- MUON/AliMUONGeometryModuleTransformer.cxx | 2 +- MUON/AliMUONGeometryTransformer.cxx | 6 +++--- MUON/AliMUONSegFactory.cxx | 10 ++++++++++ MUON/AliMUONSt12QuadrantSegmentation.cxx | 2 +- MUON/AliMUONStringIntMap.cxx | 2 +- MUON/AliMUONTest.cxx | 3 ++- MUON/mapping/AliMpExMap.cxx | 2 +- MUON/mapping/AliMpStringObjMap.cxx | 5 +++-- 12 files changed, 27 insertions(+), 15 deletions(-) diff --git a/MUON/AliMUONGeometry.cxx b/MUON/AliMUONGeometry.cxx index 16f901db974..737da2ed291 100644 --- a/MUON/AliMUONGeometry.cxx +++ b/MUON/AliMUONGeometry.cxx @@ -15,10 +15,10 @@ // $Id$ // +// ---------------------------- // Class AliMUONGeometry // ---------------------------- // Manager class for geometry construction via geometry builders. -// // Author: Ivana Hrivnacova, IPN Orsay #include "AliMUONGeometry.h" diff --git a/MUON/AliMUONGeometryBuilder.cxx b/MUON/AliMUONGeometryBuilder.cxx index a0fa1051de4..530c71b7b47 100644 --- a/MUON/AliMUONGeometryBuilder.cxx +++ b/MUON/AliMUONGeometryBuilder.cxx @@ -15,10 +15,10 @@ // $Id$ // +// ---------------------------- // Class AliMUONGeometryBuilder // ---------------------------- // Manager class for geometry construction via geometry builders. -// // Author: Ivana Hrivnacova, IPN Orsay #include "AliMUONGeometryBuilder.h" diff --git a/MUON/AliMUONGeometryDetElement.cxx b/MUON/AliMUONGeometryDetElement.cxx index 49c31b1df04..46f87dacb68 100644 --- a/MUON/AliMUONGeometryDetElement.cxx +++ b/MUON/AliMUONGeometryDetElement.cxx @@ -15,10 +15,10 @@ // $Id$ // +// -------------------------------------- // Class AliMUONGeometryDetElement // -------------------------------------- // The class defines the detection element. -// // Author: Ivana Hrivnacova, IPN Orsay #include "AliMUONGeometryDetElement.h" diff --git a/MUON/AliMUONGeometryEnvelopeStore.cxx b/MUON/AliMUONGeometryEnvelopeStore.cxx index 6a8c861d9cb..023b3dc9f96 100644 --- a/MUON/AliMUONGeometryEnvelopeStore.cxx +++ b/MUON/AliMUONGeometryEnvelopeStore.cxx @@ -14,12 +14,12 @@ **************************************************************************/ // $Id$ -// + +// ---------------------------------- // Class AliMUONGeometryEnvelopeStore // ---------------------------------- // Class for definititon of the temporary volume envelopes // used in geometry construction -// // Author: Ivana Hrivnacova, IPN Orsay #include diff --git a/MUON/AliMUONGeometryModuleTransformer.cxx b/MUON/AliMUONGeometryModuleTransformer.cxx index ee9a94592c5..6c6ccd60ebc 100644 --- a/MUON/AliMUONGeometryModuleTransformer.cxx +++ b/MUON/AliMUONGeometryModuleTransformer.cxx @@ -15,10 +15,10 @@ // $Id$ // +// ------------------------------------- // Class AliMUONGeometryModuleTransformer // ------------------------------------- // Class for definition of the detector module transformations -// // Author: Ivana Hrivnacova, IPN Orsay #include "AliMUONGeometryModuleTransformer.h" diff --git a/MUON/AliMUONGeometryTransformer.cxx b/MUON/AliMUONGeometryTransformer.cxx index fbcdb921d15..18238d91810 100644 --- a/MUON/AliMUONGeometryTransformer.cxx +++ b/MUON/AliMUONGeometryTransformer.cxx @@ -15,10 +15,10 @@ // $Id$ // +// ---------------------------- // Class AliMUONGeometryTransformer // ---------------------------- // Top container class for geometry transformations -// // Author: Ivana Hrivnacova, IPN Orsay #include "AliMUONGeometryTransformer.h" @@ -865,7 +865,7 @@ void AliMUONGeometryTransformer::Global2Local(Int_t detElemId, /// Transform point from the global reference frame (ALIC) /// to the local reference frame of the detection element specified /// by detElemId. - + const AliMUONGeometryModuleTransformer* kTransformer = GetModuleTransformerByDEId(detElemId); @@ -881,7 +881,7 @@ void AliMUONGeometryTransformer::Global2Local(Int_t detElemId, /// Transform point from the global reference frame (ALIC) /// to the local reference frame of the detection element specified /// by detElemId. - + const AliMUONGeometryModuleTransformer* kTransformer = GetModuleTransformerByDEId(detElemId); diff --git a/MUON/AliMUONSegFactory.cxx b/MUON/AliMUONSegFactory.cxx index 7cbbc950122..02962cfa96f 100644 --- a/MUON/AliMUONSegFactory.cxx +++ b/MUON/AliMUONSegFactory.cxx @@ -19,6 +19,12 @@ /* $Id$ */ +// -------------------------- +// Class AliMUONSegFactory +// -------------------------- +// New factory for building segmentations at all levels +// Authors: Ivana Hrivnacova, IPN Orsay + #include "AliMUONSegFactory.h" #include "AliMUONConstants.h" #include "AliMUONGeometryStore.h" @@ -862,6 +868,10 @@ void AliMUONSegFactory::BuildStation5() //__________________________________________________________________________ void AliMUONSegFactory::BuildStation6() { + //-------------------------------------------------------- + // Configuration for Trigger stations + //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + AliMUONGeometrySegmentation *chamberSeg[2]; diff --git a/MUON/AliMUONSt12QuadrantSegmentation.cxx b/MUON/AliMUONSt12QuadrantSegmentation.cxx index 4d5ecaa1491..c98b702a89b 100644 --- a/MUON/AliMUONSt12QuadrantSegmentation.cxx +++ b/MUON/AliMUONSt12QuadrantSegmentation.cxx @@ -15,11 +15,11 @@ /* $Id$ */ +// ------------------------------------- // Class AliMUONSt12QuadrantSegmentation // ------------------------------------- // Segmentation for MUON quadrants of stations 1 and 2 using // the mapping package -// // Author: Ivana Hrivnacova, IPN Orsay #include diff --git a/MUON/AliMUONStringIntMap.cxx b/MUON/AliMUONStringIntMap.cxx index 3c92c190c18..24ac2e7c9b6 100644 --- a/MUON/AliMUONStringIntMap.cxx +++ b/MUON/AliMUONStringIntMap.cxx @@ -15,11 +15,11 @@ // $Id$ // +// ------------------------------------ // Class AliMUONStringIntMap // ------------------------------------ // Helper class that substitutes map // which ALICE does not allow to use -// // Author: Ivana Hrivnacova, IPN Orsay #include diff --git a/MUON/AliMUONTest.cxx b/MUON/AliMUONTest.cxx index 1551b259dc6..ad4c25aee7e 100644 --- a/MUON/AliMUONTest.cxx +++ b/MUON/AliMUONTest.cxx @@ -15,9 +15,10 @@ // $Id$ // +// ----------------- // Class AliMUONTest // ----------------- -// Class with functions for testing +// Class with functions for testing segmentations // // Author: Ivana Hrivnacova, IPN Orsay diff --git a/MUON/mapping/AliMpExMap.cxx b/MUON/mapping/AliMpExMap.cxx index 79020fcc109..8d8f9863778 100644 --- a/MUON/mapping/AliMpExMap.cxx +++ b/MUON/mapping/AliMpExMap.cxx @@ -16,7 +16,7 @@ // $Id$ // $MpId: AliMpExMap.cxx,v 1.2 2006/03/02 16:28:23 ivana Exp $ // Category: basic -// +// ------------------------ // Class AliMpExMap // ------------------------ // Helper class making Root persistent TExMap diff --git a/MUON/mapping/AliMpStringObjMap.cxx b/MUON/mapping/AliMpStringObjMap.cxx index e39b09ed7a0..7b8bf2e1dfd 100644 --- a/MUON/mapping/AliMpStringObjMap.cxx +++ b/MUON/mapping/AliMpStringObjMap.cxx @@ -14,12 +14,13 @@ **************************************************************************/ // $Id$ -// +// $MpId: $ + +// ------------------------------------ // Class AliMpStringObjMap // ------------------------------------ // Helper class that substitutes map // which ALICE does not allow to use -// // Author: Ivana Hrivnacova, IPN Orsay #include -- 2.39.3