]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Extendened class description to include at least 5 subsequent lines required by rule...
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 May 2004 08:10:50 +0000 (08:10 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 6 May 2004 08:10:50 +0000 (08:10 +0000)
15 files changed:
MUON/AliMUONChamberGeometry.cxx
MUON/AliMUONGeometryConstituent.cxx
MUON/AliMUONGeometryEnvelope.cxx
MUON/AliMUONSt1Decoder.cxx
MUON/AliMUONSt1ElectronicElement.cxx
MUON/AliMUONSt1GeometryBuilder.cxx
MUON/AliMUONSt1GeometryBuilderV2.cxx
MUON/AliMUONSt1IniReader.cxx
MUON/AliMUONSt1Response.cxx
MUON/AliMUONSt1ResponseParameter.cxx
MUON/AliMUONSt1ResponseRule.cxx
MUON/AliMUONSt1Segmentation.cxx
MUON/AliMUONSt1SpecialMotif.cxx
MUON/AliMUONSt2GeometryBuilder.cxx
MUON/AliMUONVGeometryBuilder.cxx

index 8fd1860979a01513ead51cab4fe7c9f2668f7be7..b0b81cb2c9ca895f694d001160f25b0c59344fad 100644 (file)
@@ -2,9 +2,9 @@
 //
 // Class AliMUONChamberGeometry
 // -----------------------------
-// Class for definititon of the MUON chamber positions in ALIC.
-//
+// Class for definititon of the MUON chamber positions in ALIC
 // Author: Ivana Hrivnacova, IPN Orsay
+// 23/01/2004
 
 #include <TVirtualMC.h>
 #include <TGeoMatrix.h>
index b57222444554f791d43b4a70a6ecb5e34a391f8f..9108d54ee7091f08d3a5615bf1d2bd21913e5071 100644 (file)
@@ -3,8 +3,8 @@
 // Class AliMUONGeometryConstituent
 // -----------------------------
 // Helper class for definititon of an assembly of volumes.
-//
 // Author: Ivana Hrivnacova, IPN Orsay
+// 23/01/2004
 
 #include <TGeoMatrix.h>
 
index 415e3a1b147fe1cc13c2de49e3e46f015786952b..65ee19be981560c4cbfa0df69ced5b305d35c919 100644 (file)
@@ -3,8 +3,8 @@
 // Class AliMUONGeometryEnvelope
 // -----------------------------
 // Helper class for definititon an assembly of volumes.
-//
 // Author: Ivana Hrivnacova, IPN Orsay
+// 23/01/2004
 
 #include <TGeoMatrix.h>
 #include <TString.h>
index 67640abc6e3eb8b18b1618b311cd0a582318a121..b66ee510ebc3a266ee5b0d07cb453df70f991f75 100644 (file)
@@ -27,7 +27,7 @@
 //   note :                                      |_____________________|
 //                                                         |
 //                                             this is just ONE substring.
-
+// Included in AliRoot 2003/01/28
 
 #include "AliMUONSt1Decoder.h"
 
index 8d010799c1566d8f0d711a9d4310f7aa2e309779..4dc85fced51291380c72f23f4fe99dd9545b3304 100644 (file)
@@ -25,6 +25,7 @@
 // a range of electronic channel numbers or
 // a range of MANU numbers or, finally,
 // a range of gassiplex/MANAS numbers, in a given range of MANU addresses
+// Included in AliRoot 2003/01/28
 
 #include "AliMpPad.h"
 
index b6c556e9e313f6b6c21b1fb8308a957d0633ffc6..b6e6a5f7532a1c272ba64661a6657a1dafbfa3c2 100644 (file)
@@ -3,9 +3,9 @@
 // Class AliMUONSt1GeometryBuilder
 // -------------------------------
 // MUON Station1 coarse geometry construction class.
-//
 // Extracted from AliMUONv1
 // by Ivana Hrivnacova, IPN Orsay
+// Included in AliRoot 2004/01/23
 
 #include <TVirtualMC.h>
 #include <TGeoMatrix.h>
index d60b4390973837e67cd6ace724ec13a217ad1a3f..fd24d67ecb788e0ae11cc33bc5a91227fd37ee69 100644 (file)
 
 // $Id$
 //
+// Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
+//
 // Class AliMUONSt1GeometryBuilderV2
 // ---------------------------------
 // MUON Station1 detailed geometry construction class.
-//
-// Authors: David Guez, Ivana Hrivnacova, Marion MacCormick; IPN Orsay
+// (Originally defined in AliMUONv2.cxx - now removed.)
+// Included in AliRoot 2004/01/23
 
 #ifdef ST1_WITH_STL
   #include <vector>
index 1861a02925ac802601e6541433e537d36952a7cd..4606b7dcc45c78afd1784f354c41d2ef1462fe89 100644 (file)
@@ -27,6 +27,7 @@
 //
 // comment lines can be introduced if the first non-blank character
 // is either ';' or '#'
+// Included in AliRoot 2003/01/28
 
 #if !defined(__HP_aCC) && !defined(__alpha)
   #include <sstream>
index fd1452e3a3b620fb1e63061bfa47fea1dc88a178..74353b05abb1ae39c81d8a16075101476d2429eb 100644 (file)
@@ -22,6 +22,7 @@
 // Response class for station 1 including electronics and detector response. 
 // Individual pedestals or noise levels can be controlled separately. 
 // The current pulse height responses do not contain any physics
+// Included in AliRoot 2003/01/28
 
 #include <TMath.h>
 #include <TRandom.h>
index 59c4e8e36ac3850b6c3bf2e95642b15aa1de324b..3d519b3b4eea1d3c94c034d6b2e8ae5da73c6579 100644 (file)
@@ -23,6 +23,7 @@
 // in order to simulate electronics characteristics 
 // (pedestal, noise, sticky bits, etc....)
 // Threshold levels for the MANU zero supression algorithm are included.
+// Included in AliRoot 2003/01/28
 
 #include <fstream>
 
index 5f405f51c6430a9c92f07deff81344f6f65a6fe2..d95277b1749481ac91a53fe48f250e6483f208cc 100644 (file)
@@ -23,6 +23,7 @@
 // A "rule" is defined as being a set of electronic filters to be applied 
 // (ie. a set of AliMUONSt1ResponseParameter) and a set of cathode pads to 
 // which these filters should be applied (set of AliMUONSt1ElectronicElement)
+// Included in AliRoot 2003/01/28
 
 #include "AliMpPad.h"
 
index c254d36f3792cb0453d44c9b2db5864de0c076be..07e231cdced7c847f5829325e82d7c9b782ffd9f 100644 (file)
@@ -19,9 +19,9 @@
 //
 // Class AliMUONSt1Segmentation
 // ------------------------------
-// Segmentation for MUON 
-// station 1 using the external 
+// Segmentation for MUON station 1 using the external 
 // mapping package
+// Included in AliRoot 2003/01/28
 
 #include <TError.h>
 #include <TF1.h>
index 5a95949d238327653e014912d68bb1fd60b8f8a7..db9ed4491a051d2e5b2fbd4c37084c16d2992477 100644 (file)
@@ -21,6 +21,7 @@
 // ----------------------------
 // Encapsulate the distance between the center of a given daughter card
 // and the pad/kapton connector.
+// Included in AliRoot 2003/01/28
 
 #include "AliMUONSt1SpecialMotif.h"
 
index 456a6d9c679ddda8e2c522153894bc807693ada8..8dbe54333cd75abbcd582a5739deb55394e19b12 100644 (file)
@@ -2,9 +2,10 @@
 //
 // Class AliMUONSt2GeometryBuilder
 // -------------------------------
-// Abstract base class for geometry construction per chamber.
-//
-// Author: Ivana Hrivnacova, IPN Orsay
+// MUON Station2 coarse geometry construction class.
+// Extracted from AliMUONv1
+// by Ivana Hrivnacova, IPN Orsay
+// Included in AliRoot 2004/01/23
 
 #include <TVirtualMC.h>
 #include <TGeoMatrix.h>
index c18fa8d2338595b8da521b2a3cd5ed17ca3e45ef..4060fd1da0ba2b90ff90bd57f2af1efb10365f87 100644 (file)
@@ -3,8 +3,8 @@
 // Class AliMUONVGeometryBuilder
 // -----------------------------
 // Abstract base class for geometry construction per chamber(s).
-//
 // Author: Ivana Hrivnacova, IPN Orsay
+// 23/01/2004
 
 #include <TObjArray.h>