AliPHOSHit


class description - source file - inheritance tree

class AliPHOSHit : public AliHit

    private:
protected:
public:
AliPHOSHit AliPHOSHit() AliPHOSHit AliPHOSHit(const AliPHOSHit& hit) AliPHOSHit AliPHOSHit(Int_t shunt, Int_t primary, Int_t tracknumber, Int_t id, Float_t* hits, Int_t pid) AliPHOSHit operator+(const AliPHOSHit& rValue) const virtual void ~AliPHOSHit() static TClass* Class() Float_t GetEnergy() const Int_t GetId() const Int_t GetPrimary() const virtual TClass* IsA() const Bool_t operator==(AliPHOSHit const& rValue) const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Int_t fId Absolute Id number of PHOS Xtal or PPSD pad Float_t fELOS Energy deposited Int_t fPid type of the particle that initiates that hit Int_t fPrimary Primary particles at the origine of the hit protected:
public:

Class Description

  Hits class for PHOS
  A hit in PHOS is the sum of all hits in a single crystal

*-- Author: Maxime Volkov (RRC KI) & Yves Schutz (SUBATECH)

AliPHOSHit(const AliPHOSHit & hit)
 copy ctor

AliPHOSHit(Int_t Shunt, Int_t primary, Int_t Track, Int_t id, Float_t *hits, Int_t pid) : AliHit(Shunt, Track)
 ctor



Inline Functions


         AliPHOSHit AliPHOSHit(Int_t shunt, Int_t primary, Int_t tracknumber, Int_t id, Float_t* hits, Int_t pid)
            Float_t GetEnergy() const
              Int_t GetId() const
              Int_t GetPrimary() const
             Bool_t operator==(AliPHOSHit const& rValue) const
         AliPHOSHit operator+(const AliPHOSHit& rValue) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void ~AliPHOSHit()


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.