BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page

BrDCHit


class description - source file - inheritance tree

class BrDCHit : public BrDetectorHit


    public:
BrDCHit BrDCHit() BrDCHit BrDCHit(BrDCHit&) virtual void ~BrDCHit() static TClass* Class() Int_t GetNumCombined() const const Int_t *const GetPlane() const const Int_t *const GetTdc() const const Float_t *const GetU() const const Int_t *const GetWire() const const Float_t *const GetZ() const virtual TClass* IsA() const void SetNumCombined(Int_t NumCombined) void SetPlane(const Int_t *const plane) void SetPlane(Int_t p0, Int_t p1, Int_t p2) void SetTdc(const Int_t *const tdc) void SetTdc(Int_t t0, Int_t t1, Int_t t2) void SetU(const Float_t *const u) void SetU(Float_t u0, Float_t u1, Float_t u2) void SetWire(const Int_t *const wire) void SetWire(Int_t w0, Int_t w1, Int_t w2) void SetZ(const Float_t *const z) void SetZ(Float_t z0, Float_t z1, Float_t z2) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fNumCombined Float_t fU[3] Float_t fZ[3] Int_t fPlane[3] Int_t fWire[3] Int_t fTdc[3]

Class Description

 BrDCHit is the DC specific extention of BrDetectorHit.
 It is use over DC tracking code to handle DC combined hits
 (clusters) as well as to handle original detector hits.



BrDCHit() :BrDetectorHit()
 Default CTOR

~BrDCHit()
 Empty DTOR



Inline Functions


                       Int_t GetNumCombined() const
        const Float_t *const GetU() const
        const Float_t *const GetZ() const
          const Int_t *const GetPlane() const
          const Int_t *const GetWire() const
          const Int_t *const GetTdc() const
                        void SetNumCombined(Int_t NumCombined)
                        void SetU(const Float_t *const u)
                        void SetZ(const Float_t *const z)
                        void SetPlane(const Int_t *const plane)
                        void SetWire(const Int_t *const wire)
                        void SetTdc(const Int_t *const tdc)
                        void SetU(Float_t u0, Float_t u1, Float_t u2)
                        void SetZ(Float_t z0, Float_t z1, Float_t z2)
                        void SetPlane(Int_t p0, Int_t p1, Int_t p2)
                        void SetWire(Int_t w0, Int_t w1, Int_t w2)
                        void SetTdc(Int_t t0, Int_t t1, Int_t t2)
                     TClass* Class()
                     TClass* IsA() const
                        void ShowMembers(TMemberInspector& insp, char* parent)
                        void Streamer(TBuffer& b)
                        void StreamerNVirtual(TBuffer& b)
                     BrDCHit BrDCHit(BrDCHit&)

This page automatically generated by script docBrat by Christian Holm

Copyright ; 2002 BRAHMS Collaboration <brahmlib@rcf.rhic.bnl.gov>
Last Update on 2001/08/05 11:41:29 $ by cholm $

Validate HTML
Validate CSS