]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawCluster.h
No more misaligned_geometry
[u/mrichter/AliRoot.git] / MUON / AliMUONRawCluster.h
index 1431fe65a81ef5eb2fcca385f7de899b36c0d448..4ded3739f0e425b2c0bba67a8685504c65ab92cd 100644 (file)
@@ -41,6 +41,9 @@ public:
    Int_t        AddY(Int_t i, Float_t Y);
    Int_t        AddZ(Int_t i, Float_t Z);
 
+   /// Return the ID number of the detection element (slat) on which the cluster is found
+   Int_t DetElemId() const { return fDetElemId; }
+   
    Float_t        GetCharge(Int_t i=0) const;
    Float_t      GetX(Int_t i=0) const;
    Float_t      GetY(Int_t i=0) const;