AliPHOSTrackSegment


class description - source file - inheritance tree

class AliPHOSTrackSegment : public TObject

    private:
protected:
public:
AliPHOSTrackSegment AliPHOSTrackSegment() AliPHOSTrackSegment AliPHOSTrackSegment(AliPHOSEmcRecPoint* EmcRecPoint, AliPHOSRecPoint* PpsdUp, AliPHOSRecPoint* PpsdLow) AliPHOSTrackSegment AliPHOSTrackSegment(const AliPHOSTrackSegment& ts) virtual void ~AliPHOSTrackSegment() static TClass* Class() virtual void Copy(TObject& obj) Int_t GetCpvIndex() Int_t GetEmcIndex() Int_t GetIndexInList() const Int_t GetPpsdIndex() virtual TClass* IsA() const virtual void Print(Option_t* option) void SetCpvRecPoint(AliPHOSRecPoint* PpsdUpRecPoint) void SetIndexInList(Int_t val) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
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 protected:
public:

Class Description

  Track segment in PHOS
  Can be : 1 EmcRecPoint
           1 EmcRecPoint + 1 PPSD
           1 EmcRecPoint + 1 PPSD + 1 PPSD

*-- Author:  Dmitri Peressounko (RRC KI & SUBATECH)

AliPHOSTrackSegment( AliPHOSEmcRecPoint * emc , AliPHOSRecPoint * ppsdrp1, AliPHOSRecPoint * ppsdrp2 )
 ctor

AliPHOSTrackSegment( const AliPHOSTrackSegment & ts)
 Copy ctor

void Copy(TObject & obj)
 Copy of a track segment into another track segment

void Print(Option_t * opt)
 Print all information on this track Segment

void SetCpvRecPoint(AliPHOSRecPoint * PpsdUpRecPoint)
 gives an id from its position in the list



Inline Functions


        AliPHOSTrackSegment AliPHOSTrackSegment(const AliPHOSTrackSegment& ts)
                      Int_t GetIndexInList() const
                      Int_t GetEmcIndex()
                      Int_t GetPpsdIndex()
                      Int_t GetCpvIndex()
                       void SetIndexInList(Int_t val)
                    TClass* Class()
                    TClass* IsA() const
                       void ShowMembers(TMemberInspector& insp, char* parent)
                       void Streamer(TBuffer& b)
                       void StreamerNVirtual(TBuffer& b)
                       void ~AliPHOSTrackSegment()


Copyright (c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.