]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comments for Doxygen
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Jul 2008 14:13:12 +0000 (14:13 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Jul 2008 14:13:12 +0000 (14:13 +0000)
MUON/AliMUONQAChecker.cxx
MUON/AliMUONQAChecker.h
MUON/AliMUONRecoParam.h
MUON/AliMUONReconstructor.h
MUON/AliMUONTrackerData.h
MUON/mapping/AliMpExMap.cxx

index dac662a0eec9cff292131ec4969ecf958c8b4651..df4555caaa48d7b7494d1d7f90dcce57ae9d91fb 100644 (file)
@@ -88,6 +88,8 @@ AliMUONQAChecker::Check(AliQA::ALITASK_t index, TObjArray * list)
 const Double_t 
 AliMUONQAChecker::CheckRaws(TObjArray * list)
 {
+  /// Check raws
+
        TIter next(list);
        TObject* object;
        AliMUONVTrackerData* data(0x0);
@@ -148,7 +150,7 @@ AliMUONQAChecker::CheckRaws(TObjArray * list)
 void 
 AliMUONQAChecker::SetQA(AliQA::ALITASK_t index, const Double_t value) const
 {
-       // sets the QA according the return value of the Check
+  /// sets the QA according the return value of the Check
 
   AliQA * qa = AliQA::Instance(index);
   
index 2a9b5397ed0edd8095e979902caae98e080ae285..d87b497c617077bfe948a7abb004da05f31c7dc6 100644 (file)
@@ -23,7 +23,7 @@ public:
 
 protected:
 
-       virtual const Double_t Check(AliQA::ALITASK_t index) ;
+  virtual const Double_t Check(AliQA::ALITASK_t index) ;
   virtual const Double_t Check(AliQA::ALITASK_t index, TObjArray * list) ;
   virtual void SetQA(AliQA::ALITASK_t index, const Double_t value) const ;     
        
index 13d05c8b5f75fc13e678b50e3db9411e04490287..76927b1a3b9e6226fc1df7c327282e37c8d7d7df 100644 (file)
@@ -309,7 +309,7 @@ private:
        
        UInt_t fPadGoodnessMask; ///< goodness mask (see AliMUONPadStatusMaker)
        
-  Double_t fChargeSigmaCut; //< number of sigma to cut on adc-ped 
+  Double_t fChargeSigmaCut; ///< number of sigma to cut on adc-ped 
   
   // functions
   void SetLowFluxParam();
index 50c75befc538d4da36402c4b0873114385a9f032..bf8872b46fda984dffdb7a38f9c6c8c46ffe14bd 100644 (file)
@@ -49,6 +49,7 @@ public:
   
   virtual AliTracker* CreateTracker() const;
   
+  /// Get param object
   static const AliMUONRecoParam* GetRecoParam() { return dynamic_cast<const AliMUONRecoParam*>(AliReconstructor::GetRecoParam(7)); }
   
   static AliMUONVClusterFinder* CreateClusterFinder(const char* clusterFinderType);
index df44f6cd6e65aae83bd36a3217ce6cdef2a6a790..8ecd022d70adc894f990df1a32f6f1138ea032be 100644 (file)
@@ -225,6 +225,7 @@ private:
   Bool_t fIsChannelLevelEnabled; ///< whether we allow storing of channel (fChannelValues) values
   Bool_t fIsManuLevelEnabled; ///< whether we allow storing of manu (fManuValues) values
   Int_t fNofDDLs; ///< nof of DDLs we're dealing with
+  /// the number of events treated (per DDL)
   Int_t* fNofEventsPerDDL; //[fNofDDLs] the number of events treated (per DDL)
 
   ClassDef(AliMUONTrackerData,7) // Implementation of AliMUONVTrackerData
index 32e194151a0388dd5a9f054a720f6c38727a1e39..043aec11301c27a3af757f6fb31d5b50c8fe6a2e 100644 (file)
@@ -98,7 +98,7 @@ Long_t  AliMpExMap::GetIndex(const TString& s)
 //______________________________________________________________________________
 AliMpIntPair  AliMpExMap::GetPair(Long_t index)
 {
-// Convert the integer index to the pair of integers.
+/// Convert the integer index to the pair of integers.
 
 //  return AliMpIntPair((index-1)/fgkSeparator1,(index-1)%fgkSeparator1);
   return AliMpIntPair(