AliPHOSHit


class description - source file - inheritance tree

class AliPHOSHit : public AliHit

    private:
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) AliPHOSHit operator+(const AliPHOSHit& rValue) 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) void StreamerNVirtual(TBuffer& b)

Data Members

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

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): AliHit(shunt, track)
 Create a CPV hit object




Inline Functions


         AliPHOSHit AliPHOSHit(Int_t shunt, Int_t primary, Int_t tracknumber, Int_t id, Float_t* hits)
            Float_t GetEnergy() const
              Int_t GetId() const
              Int_t GetPrimary() const
             Bool_t operator==(AliPHOSHit const& rValue) const
         AliPHOSHit operator+(const AliPHOSHit& rValue)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(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.