From: ivana Date: Wed, 3 Feb 2010 14:03:34 +0000 (+0000) Subject: Fixing comments X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=52ce8802bc650c4f8fa3650456c39da26efc35dd Fixing comments --- diff --git a/MUON/AliMUON.h b/MUON/AliMUON.h index 7fa012697e7..53156780ed6 100644 --- a/MUON/AliMUON.h +++ b/MUON/AliMUON.h @@ -178,8 +178,8 @@ class AliMUON : public AliDetector Int_t fDigitizerWithNoise; ///< Flag to switch on/off generation of noisy digits Bool_t fIsTailEffect; ///< Switch to turn on/off the tail effect - Float_t fTimeMin; // minimum time(*10^9) for an sdigit to be digitized - Float_t fTimeMax; // maximum time(*10^9) for an sdigit to be digitized + Float_t fTimeMin; ///< minimum time(*10^9) for an sdigit to be digitized + Float_t fTimeMax; ///< maximum time(*10^9) for an sdigit to be digitized AliMUONRawWriter* fRawWriter; //!< Raw data writer diff --git a/MUON/AliMUONPolygon.h b/MUON/AliMUONPolygon.h index 17827ac98ed..745d35f3513 100644 --- a/MUON/AliMUONPolygon.h +++ b/MUON/AliMUONPolygon.h @@ -56,7 +56,11 @@ public: private: Int_t fN; ///< Number of vertices + + /// Vertices x coordinates Double_t* fX; //[fN] + + /// Vertices y coordinates Double_t* fY; //[fN] ClassDef(AliMUONPolygon,1) // A simple polygon diff --git a/MUON/AliMUONRawStreamTrackerHP.h b/MUON/AliMUONRawStreamTrackerHP.h index d7176f9c2d3..4bab93e0005 100644 --- a/MUON/AliMUONRawStreamTrackerHP.h +++ b/MUON/AliMUONRawStreamTrackerHP.h @@ -129,6 +129,7 @@ public: /// Set warnings flag to enable warnings on data errors. void EnableWarnings() { fWarnings = kTRUE; } + /// Returns the flag indicating if we should generate a warning for errors. Bool_t IsWarningsEnabled() const { return fWarnings; } /// Returns the "try to recover from errors" flag. diff --git a/MUON/AliMUONTrack.h b/MUON/AliMUONTrack.h index af4285f38a8..db348840ab5 100644 --- a/MUON/AliMUONTrack.h +++ b/MUON/AliMUONTrack.h @@ -139,7 +139,9 @@ class AliMUONTrack : public TObject /// return the maximum chi2 above which the track can be considered as abnormal (due to extrapolation failure, ...) static Double_t MaxChi2() {return fgkMaxChi2;} + /// set the flag which is kTRUE if that track shares cluster(s) with another void Connected(Bool_t flag = kTRUE) {fConnected = flag;} + /// return the flag which is kTRUE if that track shares cluster(s) with another Bool_t IsConnected() const {return fConnected;} diff --git a/MUON/AliMUONTrackerDataMaker.h b/MUON/AliMUONTrackerDataMaker.h index 2a07df9e1d2..04eb5039767 100644 --- a/MUON/AliMUONTrackerDataMaker.h +++ b/MUON/AliMUONTrackerDataMaker.h @@ -97,6 +97,7 @@ public: void SetRawReader(AliRawReader* rawReader); + /// Set the error logger void EnableErrorLogger(AliMUONLogger* logger) { fLogger = logger; } private: diff --git a/MUON/AliMUONVQAChecker.h b/MUON/AliMUONVQAChecker.h index 653b42b912c..4eceaa66796 100644 --- a/MUON/AliMUONVQAChecker.h +++ b/MUON/AliMUONVQAChecker.h @@ -22,6 +22,7 @@ class AliMUONRecoParam; class AliMUONVQAChecker : public TObject { public: + /// Classification of errors severity enum ECheckCode { kFatal=-1, ///< error is really serious kError=0, ///< normal error, i.e. something is wrong diff --git a/MUON/DecodeRecoCocktail.C b/MUON/DecodeRecoCocktail.C index 118f715dfb5..89f04146c94 100644 --- a/MUON/DecodeRecoCocktail.C +++ b/MUON/DecodeRecoCocktail.C @@ -72,7 +72,6 @@ void DecodeRecoCocktail( /// \param recodir The directory containing galice.root for reconstructed data. /// \param simdir The directory containing galice.root for simulated data. /// \param outFileName The output filename containing AliMUONTrackLight and AliMUONPairLight objects. -/// \param geoFilename The filename containing the geometry. char startingDir[200]; sprintf (startingDir,"%s",gSystem->pwd()); diff --git a/MUON/MUONSurveyCh1.C b/MUON/MUONSurveyCh1.C index 781474adea3..1b4df5748a5 100644 --- a/MUON/MUONSurveyCh1.C +++ b/MUON/MUONSurveyCh1.C @@ -16,7 +16,7 @@ /* $Id:$ */ /// \ingroup macros -/// \file MUONSurveyCh8L.C +/// \file MUONSurveyCh1.C /// \brief Macro to process survey and photogrammetry data of chamber 1 /// /// Macro loads the survey data from .txt file using AliSurveyObj. diff --git a/MUON/MUONSurveyCh2.C b/MUON/MUONSurveyCh2.C index 9c66f5554a8..852a09c61eb 100644 --- a/MUON/MUONSurveyCh2.C +++ b/MUON/MUONSurveyCh2.C @@ -16,7 +16,7 @@ /* $Id:$ */ /// \ingroup macros -/// \file MUONSurveyCh8L.C +/// \file MUONSurveyCh2.C /// \brief Macro to process survey and photogrammetry data of chamber 2 /// /// Macro loads the survey data from .txt file using AliSurveyObj. diff --git a/MUON/MUONSurveyCh3.C b/MUON/MUONSurveyCh3.C index 1fbee64f528..56e5f7779c7 100644 --- a/MUON/MUONSurveyCh3.C +++ b/MUON/MUONSurveyCh3.C @@ -16,7 +16,7 @@ /* $Id:$ */ /// \ingroup macros -/// \file MUONSurveyCh8L.C +/// \file MUONSurveyCh3.C /// \brief Macro to process survey and photogrammetry data of chamber 3 /// /// Macro loads the survey data from .txt file using AliSurveyObj. diff --git a/MUON/MUONSurveyCh4.C b/MUON/MUONSurveyCh4.C index b6c1ab81a25..b7ccd237325 100644 --- a/MUON/MUONSurveyCh4.C +++ b/MUON/MUONSurveyCh4.C @@ -16,7 +16,7 @@ /* $Id:$ */ /// \ingroup macros -/// \file MUONSurveyCh8L.C +/// \file MUONSurveyCh4.C /// \brief Macro to process survey and photogrammetry data of chamber 4 /// /// Macro loads the survey data from .txt file using AliSurveyObj. diff --git a/MUON/MUONSurveyCh5.C b/MUON/MUONSurveyCh5.C index cdb248acaea..9b055b25034 100644 --- a/MUON/MUONSurveyCh5.C +++ b/MUON/MUONSurveyCh5.C @@ -16,7 +16,7 @@ /* $Id:$ */ /// \ingroup macros -/// \file MUONSurveyCh8L.C +/// \file MUONSurveyCh5.C /// \brief Macro to process survey and photogrammetry data of chamber 5 /// /// Macro loads the survey data from .txt file using AliSurveyObj. diff --git a/MUON/MUONTRGda.cxx b/MUON/MUONTRGda.cxx index 1d888381546..1aee242a0a3 100644 --- a/MUON/MUONTRGda.cxx +++ b/MUON/MUONTRGda.cxx @@ -434,8 +434,8 @@ private: kGlobalInputLength = 32 //!< length in bits of a global input word }; - AliMUONVStore *fPatternStoreN; //! store for local strips patterns - AliMUONVStore *fPatternStoreD; //! store for local strips patterns + AliMUONVStore *fPatternStoreN; //!< store for local strips patterns + AliMUONVStore *fPatternStoreD; //!< store for local strips patterns Int_t fAccGlobalInputN[kGlobalInputs][kGlobalInputLength]; //!< storage for global input (PHYSICS events) Int_t fAccGlobalInputD[kGlobalInputs][kGlobalInputLength]; //!< storage for global input (CALIBRATION events)