]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comments for Doxygen
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Nov 2009 16:19:50 +0000 (16:19 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Nov 2009 16:19:50 +0000 (16:19 +0000)
MUON/AliMUONContourHandler.h
MUON/AliMUONContourMakerTest.h
MUON/AliMUONTrackerConditionDataMaker.h
MUON/AliMUONVQADataMakerRec.h
MUON/MUONcalignLinkDef.h
MUON/MUONmpgraphicsLinkDef.h

index a05d5e37a459f48ecfa3abaaf58d01d2310fe833..0604aaddf9bfeb25999ca61d7de79cf0f7fedb64 100644 (file)
@@ -43,8 +43,9 @@ public:
   void Print(Option_t* opt="") const;
   
 private:
-  
+  /// Not implemented
   AliMUONContourHandler(const AliMUONContourHandler& rhs);
+  /// Not implemented
   AliMUONContourHandler& operator=(const AliMUONContourHandler& rhs);
   
   AliMpExMap* GenerateTransformations(Bool_t exploded);
@@ -54,9 +55,9 @@ private:
   void GenerateAllContours(const TObjArray& manuContours);  
   
 private:
-  AliMpExMap* fTransformations; //< transformations used to go from local to global coordinates
-  TMap* fAllContourMap; //< all (i.e. manus,  buspatches, detection elements, etc..) contours
-  TObjArray* fAllContourArray; //< all contours, ordered by hierarchy level
+  AliMpExMap* fTransformations; ///< transformations used to go from local to global coordinates
+  TMap* fAllContourMap; ///< all (i.e. manus,  buspatches, detection elements, etc..) contours
+  TObjArray* fAllContourArray; ///< all contours, ordered by hierarchy level
   
   ClassDef(AliMUONContourHandler,1) // MUON tracker contour holder
 };
index f02a7b514d4e95d31133eb6a046484b37a85c111..e92ed3932dc7c71610e22a26b83796d41fdcc18a 100644 (file)
@@ -49,9 +49,6 @@ public:
                   const TObjArray* horizontals=0x0) const;
   
 private:
-
-  TString NameIt(const AliMpMotifPosition& motifPosition) const;
-
   ClassDef(AliMUONContourMakerTest,1) // Test of AliMUONContourMaker
 };
 
index 90a56e60e9f42829df8dfab6cf0a0d1540ae8e67..9ee62e0cd34341192cff237856fa28a39e0d846d 100644 (file)
@@ -10,7 +10,7 @@
 /// \class AliMUONTrackerConditionDataMaker
 /// \brief Producer of AliMUONVTrackerData from OCDB or ASCII condition files
 /// 
-/// Author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ALIMUONVTRACKERDATAMAKER_H
 #  include "AliMUONVTrackerDataMaker.h"
@@ -67,8 +67,9 @@ public:
   virtual Long64_t Merge(TCollection* li);
 
 private:
-
+  /// Not implemented
   AliMUONTrackerConditionDataMaker(const AliMUONTrackerConditionDataMaker& rhs);
+  /// Not implemented
   AliMUONTrackerConditionDataMaker& operator=(const AliMUONTrackerConditionDataMaker& rhs);
   
   static AliMUONVStore* CreateHVStore(TMap& m);
index 3b90c943f58b500a723d9da4714d1d601800e64f..e3ce8b3b60f15e44caf75533e96cf75e1dc8a5b3 100644 (file)
@@ -80,7 +80,9 @@ protected:
   Int_t Add2RawsList(TH1 * hist, const Int_t index, const Bool_t expert = kFALSE, const Bool_t image = kFALSE, const Bool_t saveForCorr = kFALSE);  
   
 private:
+  /// Not implemented
   AliMUONVQADataMakerRec(const AliMUONVQADataMakerRec& rhs);
+  /// Not implemented
   AliMUONVQADataMakerRec& operator=(const AliMUONVQADataMakerRec& rhs);
   
   AliQADataMakerRec* fMaster; ///< master to get access to its methods
index 7675f72bc96dc2f6115a9854db0944bbc9100447..ee082ada7fee8863a31d3304f39b80060810be00 100644 (file)
@@ -3,7 +3,7 @@
 
 // $Id$
 
-/// \file MUONcalign.h
+/// \file MUONcalignLinkDef.h
 /// \brief The CINT link definitions for \ref calign 
 
 
index b768bc05939dbbe5f014319f883e95412ac9dcb4..98a4a08dcf89f2f21024341c1e737bc76cfcdc91 100644 (file)
@@ -3,8 +3,8 @@
 
 // $Id$
 
-/// \file MUONmappingLinkDef.h
-/// \brief The CINT link definitions for \ref mapping 
+/// \file MUONmpgraphicsLinkDef.h
+/// \brief The CINT link definitions for \ref mpgraphics
 
 #pragma link C++ nestedclasses;
 #pragma link C++ nestedtypedef;