X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSsegmentation.h;h=2f111270499e1f47264d88b047c07ddc97163c0c;hb=ffcaf7be849f08f7d53f9dd3949904fc26965f59;hp=1bf370e4355f5b8c4aef67d19d3cdaf85a4174e1;hpb=fa4f0f62df4ac0d6ba95f8e53b076a5468333040;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSsegmentation.h b/ITS/AliITSsegmentation.h index 1bf370e4355..2f111270499 100644 --- a/ITS/AliITSsegmentation.h +++ b/ITS/AliITSsegmentation.h @@ -35,8 +35,10 @@ public TObject { virtual void SetLayer(Int_t) {MayNotUse("SetLayer");} // Number of Chips virtual Int_t GetNumberOfChips() const {MayNotUse("GetNumberOfChips"); return 0;} + virtual Int_t GetMaximumChipIndex() const {MayNotUse("GetNumberOfChips"); return 0;} // Chip number from local coordinates virtual Int_t GetChipFromLocal(Float_t, Float_t) const {MayNotUse("GetChipFromLocal"); return 0;} + virtual Int_t GetChipsInLocalWindow(Int_t* /*array*/, Float_t /*zmin*/, Float_t /*zmax*/, Float_t /*xmin*/, Float_t /*xmax*/) const {MayNotUse("GetChipsInLocalWindow"); return 0;} // Chip number from channel number virtual Int_t GetChipFromChannel(Int_t, Int_t) const {MayNotUse("GetChipFromChannel"); return 0;}