X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TRD%2FAliTRDmcmTracklet.h;h=4ad87080a4421e7aa0ab64e8f1a767768690f30d;hp=c5e769ea3f382278250db6b58ded1c775949c6e8;hb=3fcb9908bdfcf8dbdba8a45a79e1421bf42e716b;hpb=5178b93c3ae99f237f363c772cc3f8db8cf28bae diff --git a/TRD/AliTRDmcmTracklet.h b/TRD/AliTRDmcmTracklet.h index c5e769ea3f3..4ad87080a44 100644 --- a/TRD/AliTRDmcmTracklet.h +++ b/TRD/AliTRDmcmTracklet.h @@ -27,11 +27,17 @@ class AliTRDmcmTracklet : public TObject { AliTRDmcmTracklet &operator=(const AliTRDmcmTracklet &t); virtual void Copy(TObject &t) const; + void Reset(); + void AddCluster(Int_t icol, Int_t itb, Float_t *adc, Int_t *track); void MakeTrackletGraph(AliTRDgeometry *geo = 0, Float_t field = 0); void MakeClusAmpGraph(); void CookLabel(Float_t frac); + void SetRow(Int_t row) { fRow = row; }; + void SetDetector(Int_t det) { fDetector = det; }; + void SetN(Int_t n) { fN = n; }; + Int_t GetNclusters() const { return fNclusters; }; Int_t GetDetector() const { return fDetector; }; Int_t GetRow() const { return fRow; };