]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackParam.h
add + to class definitions in automatically generated LinkDef files (Matthias)
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackParam.h
index c40e6d6283ff80dfc9f2d6c6cd3891b8e86bbe14..9dd8a7f0440014026b266e3c2f145d2dc50aa6ee 100644 (file)
@@ -33,6 +33,9 @@ class AliMUONTrackParam : public TObject
   void SetParamFor(AliESDMuonTrack& esdMuonTrack) const;
   void GetParamFromUncorrected(const AliESDMuonTrack& esdMuonTrack);
   void SetParamForUncorrected(AliESDMuonTrack& esdMuonTrack) const;
+  
+  void GetCovFrom(const AliESDMuonTrack& esdMuonTrack);
+  void SetCovFor(AliESDMuonTrack& esdMuonTrack) const;
 
   // Get and Set methods for data
        /// return Z coordinate (cm)
@@ -110,7 +113,12 @@ class AliMUONTrackParam : public TObject
        /// set the flag telling whether the associated hit can be removed from the track it belongs to or not
   void   SetRemovable(Bool_t removable) {fRemovable = removable;}
   
-       /// return the chi2 of the track when the associated HitForRec was attached
+       /// return kTRUE if the associated hit alone in its chamber
+  Bool_t IsAloneInChamber() const {return fAloneInChamber;}
+       /// set the flag telling whether the associated hi alone in its chamber or not
+  void   SetAloneInChamber(Bool_t aloneInChamber) {fAloneInChamber = aloneInChamber;}
+  
+  /// return the chi2 of the track when the associated HitForRec was attached
   Double_t GetTrackChi2() const {return fTrackChi2;}
        /// set the chi2 of the track when the associated HitForRec was attached
   void     SetTrackChi2(Double_t chi2) {fTrackChi2 = chi2;}
@@ -158,6 +166,8 @@ class AliMUONTrackParam : public TObject
   
   Bool_t fRemovable; //!< kTRUE if the associated hit can be removed from the track it belongs to
   
+  Bool_t fAloneInChamber; //!< kTRUE if the associated hit is alone in its chamber
+
   Double_t fTrackChi2; //!< Chi2 of the track when the associated HitForRec was attached
   Double_t fLocalChi2; //!< Local chi2 of the associated HitForRec with respect to the track