X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSTrackSegment.h;h=aca3306289abf03ca32af5b21176232a76783bf6;hb=8de7e04615e04ef6a7711ff903868cfcaa54aa74;hp=bb0df8428c6f6922d9d6180ad335d8cefd507e02;hpb=2731cd1e25d597f63ec4341cc5b3c4b90ef1d012;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSTrackSegment.h b/PHOS/AliPHOSTrackSegment.h index bb0df8428c6..aca3306289a 100644 --- a/PHOS/AliPHOSTrackSegment.h +++ b/PHOS/AliPHOSTrackSegment.h @@ -30,19 +30,17 @@ public: AliPHOSTrackSegment() {} AliPHOSTrackSegment(AliPHOSEmcRecPoint * EmcRecPoint , - AliPHOSRecPoint * PpsdUp, - AliPHOSRecPoint * PpsdLow ) ; // ctor + AliPHOSRecPoint * PpsdUp) ; AliPHOSTrackSegment(const AliPHOSTrackSegment & ts) ; // ctor virtual ~AliPHOSTrackSegment() { } void Copy(TObject & obj) ; - Int_t GetIndexInList() const { return fIndexInList ; } - Int_t GetEmcIndex()const { return fEmcRecPoint ; } - Int_t GetPpsdIndex()const{ return fPpsdLowRecPoint;} - Int_t GetCpvIndex()const { return fPpsdUpRecPoint; } + Int_t GetIndexInList() const { return fIndexInList ; } + Int_t GetEmcIndex() const { return fEmcRecPoint ; } + Int_t GetCpvIndex() const { return fPpsdUpRecPoint; } - virtual void Print(Option_t * option) ; + virtual void Print(Option_t *) const; void SetIndexInList(Int_t val){ fIndexInList = val ; } void SetCpvRecPoint(AliPHOSRecPoint * PpsdUpRecPoint ); //sets PPSD up Rec Point @@ -52,8 +50,7 @@ public: Int_t fEmcRecPoint ; // The EMC reconstructed point index in array stored in TreeR/PHOSEmcRP Int_t fIndexInList ; // the index of this TrackSegment in the list stored in TreeR (to be set by analysis) - Int_t fPpsdLowRecPoint ; // The PPSD reconstructed point from the lower layer index in array stored in TreeR/PHOSPpsdRP - Int_t fPpsdUpRecPoint ; // The PPSD reconstructed point from the upper layer index in array stored in TreeR/PHOSPpsdRP + Int_t fPpsdUpRecPoint ; // The CPV reconstructed point from the upper layer index in array stored in TreeR/PHOSPpsdRP ClassDef(AliPHOSTrackSegment,1) // Track segment in PHOS