]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONMansoTrack.h
including extra debugging message
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONMansoTrack.h
index 7c85e68ad58e683d7f07d9ac9c41e1821fe18ca1..eec9112d2ca74aca761dc78d3dd1b4a312e6942b 100644 (file)
@@ -139,7 +139,7 @@ public:
        const AliHLTMUONTriggerRecord* TriggerRecord() const { return fTrigRec; }
 
        /**
-        * Returns tje hit found on the specified tracking chamber.
+        * Returns the hit found on the specified tracking chamber.
         * If NULL is returned then no hit was found or set.
         * @param chamber  Specifies the chamber for which to return the hit.
         *                 Valid values are in the range [7..10].
@@ -233,11 +233,11 @@ private:
        Float_t fChi2; ///< Chi squared of fit.
        const AliHLTMUONTriggerRecord* fTrigRec;  ///< Corresponding trigger record.
        const AliHLTMUONRecHit* fHit[4];   ///< Particle hits on tracking chambers 7 to 10.
-       TVector3 fRoICentre[4];  ///< Region of Interest centre points.
-       Float_t fRoIRadius[4];   ///< Region of Interest radii.
        
        // The following is debugging information and may not be filled if the
        // dHLT components were not set to produce this information.
+       TVector3 fRoICentre[4];  ///< Region of Interest centre points.
+       Float_t fRoIRadius[4];   ///< Region of Interest radii.
        
        // Parameters used in momentum estimation:
        Float_t fZmiddle; ///< Particle momentum X component in GeV/c.