BRAT 2.4.5
Class index
Full class index
brahmlib
BRAHMS
ROOT page

BrBbVertex


class description - source file - inheritance tree

class BrBbVertex : public BrDataObject


    public:
BrBbVertex BrBbVertex() BrBbVertex BrBbVertex(const Char_t* Name, const Char_t* Title = "NULL") BrBbVertex BrBbVertex(BrBbVertex& vertex) virtual void ~BrBbVertex() static TClass* Class() void Clear() Float_t GetLeftTime() const UShort_t GetMethod() const Float_t GetRightTime() const Float_t GetTime0() const Float_t GetZ0() const virtual TClass* IsA() const BrBbVertex& operator=(BrBbVertex& vtx) virtual void Print(Option_t* option) const void SetLeftTime(Double_t time) void SetMethod(UShort_t m) void SetRightTime(Double_t time) void SetTime0(Double_t time) void SetZ0(Double_t z) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Float_t fTime0 trigger time information Float_t fLeftTime averaged time from left array Float_t fRightTime averaged time from right array Float_t fZ0 trigger time information UShort_t fMethod method used:

Class Description

 Vertex data class for the Beam-Beam counters

 Contains the time 0 information, the Z position
 and a short int for the method used:
    0: well, that shouldn't happen
    1: big tubes only
    2: small tubes only
    3: fastest tube

____________________________________________________________________

 $Id: BrBbVertex.cxx,v 1.2 2001/10/02 01:51:33 ouerdane Exp $
 $Author: ouerdane $
 $Date: 2001/10/02 01:51:33 $
 $Copyright: (C) 2001 BRAHMS Collaboration <brahmlib@rhic.bnl.gov>

____________________________________________________________________

BrBbVertex() : BrDataObject()
 Default constructor, do not use

BrBbVertex(const Char_t* name, const Char_t* title) : BrDataObject(name, title)
 named constructor

BrBbVertex(BrBbVertex &vtx) : BrDataObject(vtx.GetName(), vtx.GetTitle())
Copy constructor

void Clear()

void Print(Option_t* option) const
 Print information




Inline Functions


            Float_t GetTime0() const
            Float_t GetLeftTime() const
            Float_t GetRightTime() const
            Float_t GetZ0() const
           UShort_t GetMethod() const
               void SetTime0(Double_t time)
               void SetLeftTime(Double_t time)
               void SetRightTime(Double_t time)
               void SetZ0(Double_t z)
               void SetMethod(UShort_t m)
        BrBbVertex& operator=(BrBbVertex& vtx)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
               void ~BrBbVertex()

This page automatically generated by script docBrat by Christian Holm

Copyright ; 2002 BRAHMS Collaboration <brahmlib@rcf.rhic.bnl.gov>
Last Update on 2001/10/02 01:51:33 $ by ouerdane $

Validate HTML
Validate CSS