]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
More meaningfull class descriptions.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jun 2000 16:24:51 +0000 (16:24 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jun 2000 16:24:51 +0000 (16:24 +0000)
15 files changed:
MUON/AliMUON.h
MUON/AliMUONChamber.h
MUON/AliMUONClusterInput.h
MUON/AliMUONConstants.h
MUON/AliMUONDigit.h
MUON/AliMUONDisplay.h
MUON/AliMUONHit.h
MUON/AliMUONPoints.h
MUON/AliMUONRawCluster.h
MUON/AliMUONSegmentationV02.h
MUON/AliMUONSegmentationV05.h
MUON/AliMUONTransientDigit.h
MUON/AliMUONproto.h
MUON/AliMUONv0.h
MUON/AliMUONv1.h

index 965ee54706282c5ba893a96304687e28d18051ef..3e30deeadadf9eed58883b8adf73bf361f8ba546 100644 (file)
@@ -156,7 +156,7 @@ class AliMUON : public  AliDetector {
    TClonesArray *fHits2;        // List of hits for one track only
    TClonesArray *fPadHits2;     // List of clusters for one track only
 
-   ClassDef(AliMUON,1)  //Hits manager for set:MUON
+   ClassDef(AliMUON,1)  // MUON Detector base class
 };
 #endif
 
index 745d73ac3a636cef9c0c0e3621434136e8c49f8d..0ecb647754043ec6fa39db38f913c393da94eb0a 100644 (file)
@@ -123,7 +123,7 @@ public TObject
   TObjArray              *fSegmentation;    // pointer to segmentation
   AliMUONClusterFinderVS *fReconstruction;  // pointer to reconstruction
   AliMUONResponse        *fResponse;        // pointer to response
-  ClassDef(AliMUONChamber,1) // Muon tracking and trigger chamber class
+  ClassDef(AliMUONChamber,1) // Muon tracking chamber class
 };
 
 #endif
index a8a91e7039cfacc56bf42f7347d4f077d0703e15..41a42eb44c8aceeceebdb638c61508149186323e 100644 (file)
@@ -67,7 +67,7 @@ class AliMUONClusterInput : public TObject {
     Float_t              fQtot[2];         // ! Total charge
     // Fitter
     static TMinuit*      fgMinuit;          // ! Fitter
-    ClassDef(AliMUONClusterInput, 1) // Class definition in ROOT context
+    ClassDef(AliMUONClusterInput, 1)        // Global data service for hit reconstruction
 };
 #endif
 
index e24478b3be55db0f2da1f79761269424d7a7e031..97a3085cfebf7259889d96d87be73622388d44db 100644 (file)
@@ -41,7 +41,7 @@ class AliMUONConstants : public TObject {
     static Float_t  fgDmax[7];                // ! outer diameter
 //
     static Int_t    fgMaxZoom;                // Maximum Zoom for event display
-    ClassDef(AliMUONConstants, 1)     // Class definition in ROOT context
+    ClassDef(AliMUONConstants, 1)             // MUON global constants 
 };
        
 #endif
index 78598969b95051fbd7c1320ae8c54968d105f7f1..4cc14fe4a7acaf442d434ad30e73d28047589b6c 100644 (file)
@@ -21,6 +21,6 @@ class AliMUONDigit : public TObject {
     AliMUONDigit(Int_t *digits);
     AliMUONDigit(Int_t *tracks, Int_t *charges, Int_t *digits);
     virtual ~AliMUONDigit();
-    ClassDef(AliMUONDigit,1)  //Digits for set:MUON
+    ClassDef(AliMUONDigit,1)  //Digits for MUON
 };
 #endif
index b4489fd3b2ef30b9998eed0d04f0816c81878855..bc218f8a3ed160350830de59b66bf66e2855477f 100644 (file)
@@ -119,7 +119,7 @@ private:
    TObjArray        *fR2points;             //Array of cog points for each cathode
    TObjArray        *fCpoints;              //Array of correlated points for each first cathode
    Int_t            fNextCathode;           //Flagging next cathode
-   ClassDef(AliMUONDisplay, 0)   //Utility class to display MUON clusters...
+   ClassDef(AliMUONDisplay, 0)   //Utility class to display MUON events
 };
 
 #endif
index 116224f8ded7f69726400bcd153671f9e37858af..6695b5bcec15028584545ec6d57401bbd37ae535 100644 (file)
@@ -29,6 +29,6 @@ class AliMUONHit : public AliHit {
     AliMUONHit(Int_t fIshunt, Int_t track, Int_t *vol, Float_t *hits);
     virtual ~AliMUONHit() {}
     
-    ClassDef(AliMUONHit,1)  //Hit object for set:MUON
+    ClassDef(AliMUONHit,1)  //Hit object for MUON
 };
 #endif
index 8f4ba8fb6c14a6ea4d62e3810b4de274ea71d69d..f67b41faee4a12dac34298dc6098d2034ee09b97 100644 (file)
@@ -45,7 +45,7 @@ protected:
   TMarker3DBox     *fMarker[3];        // pointer to  associated 3D-marker
   TMatrix          *fMatrix;           // test
   
-  ClassDef(AliMUONPoints,1) //Class to draw detector clusters (is PolyMarker3D)
+  ClassDef(AliMUONPoints,1) //Class to draw detector clusters (is PolyMarker3D) for MUON
 };
 #endif
 
index cbb4f9de1a378ce7f317f873c46b31dee006df93..50307e08ba813c7780db1a0120d6b3079a2fd0a3 100644 (file)
@@ -38,7 +38,7 @@ public:
    static Int_t BinarySearch(Float_t r, TArrayF ccord, Int_t from, Int_t upto);
    static void  SortMin(Int_t *idx,Float_t *xdarray, Float_t *xarray,
                        Float_t *yarray, Float_t *qarray,Int_t ntr);
-   ClassDef(AliMUONRawCluster,1)  //Cluster object for set:MUON
+   ClassDef(AliMUONRawCluster,1)  //Cluster class for MUON
 };
 #endif
 
index 7d8b267e41d5047da509acba0d7653a6d20d2016..6b9f16545d5871f1adabec198db24b16ce52292c 100644 (file)
@@ -6,7 +6,7 @@
 /* $Id$ */
 
 /////////////////////////////////////////////////////
-//  Segmentation and Response classes version 01   //
+//  Segmentation and Response classes version 02   //
 /////////////////////////////////////////////////////
  
 
index a737c5a47f64677268ad99499dee63835c1afa62..ec256fc639a529e7a6a2eeb2031c7d34f3fc2ad0 100644 (file)
@@ -6,7 +6,7 @@
 /* $Id$ */
 
 /////////////////////////////////////////////////////
-//  Segmentation and Response classes version 05   //
+//  Segmentation                      version 05   //
 /////////////////////////////////////////////////////
  
 #include "AliMUONSegmentationV02.h"
index b3e282adf4525b325dd6aa3d64c8fe80650a7cb3..1318bdd141650a0df28530f4905b8d02d9ecb009 100644 (file)
@@ -22,7 +22,7 @@ class AliMUONTransientDigit : public AliMUONDigit {
     TObjArray  *TrackList()   {return fTrackList;}
     AliMUONTransientDigit & operator =(const AliMUONTransientDigit & rhs);
     
-    ClassDef(AliMUONTransientDigit,1)  // Transient digit for set MUON
+    ClassDef(AliMUONTransientDigit,1)  // Transient digit for MUON
 };
 #endif
 
index f3ea9ecbb029be21d6e07dd4b294bbb84ba868cb..0e6b0a2273abbfa15856e649960aa08a0ae50660 100644 (file)
@@ -28,7 +28,7 @@ class AliMUONproto : public AliMUON {
     void FindClusters(Int_t, Int_t);
 
   private:
-    ClassDef(AliMUONproto,1) // Hits manager for set:MUON version 2
+    ClassDef(AliMUONproto,1) // MUON Detector class for test beam prototypes
   protected:
     Int_t fNsigma;
     Float_t fThreshold[100];
index 60de2f7ba1d935362994ff8edd474251c9623568..6952a7ecc11557d785aebbdef63f352d077c57dd 100644 (file)
@@ -22,7 +22,7 @@ public:
    virtual Int_t  IsVersion() const {return 0;}
    virtual void   StepManager();
 private:
-   ClassDef(AliMUONv0,1)  //Hits manager for set:MUON version 0
+   ClassDef(AliMUONv0,1)  // MUON Detector class Version 0 
 };
 #endif
 
index 70c5ffe43c241115c1b7e22cd68c07c495a9847d..81766ee8612f2ab8e05eda60545562deaf4beff5 100644 (file)
@@ -22,7 +22,7 @@ public:
    virtual Int_t  IsVersion() const {return 1;}
    virtual void   StepManager();
 private:
-   ClassDef(AliMUONv1,1)  //Hits manager for set:MUON version 0
+   ClassDef(AliMUONv1,1)  // MUON Detector class Version 1
 };
 #endif