BrInelVertex
class description - source file - inheritance tree
public:
BrInelVertex BrInelVertex()
BrInelVertex BrInelVertex(const Char_t* Name, const Char_t* Title = "NULL")
BrInelVertex BrInelVertex(BrInelVertex& vertex)
virtual void ~BrInelVertex()
static TClass* Class()
void Clear()
Float_t GetLeftTime() const
UShort_t GetMethod() const
Float_t GetRightTime() const
Float_t GetTime0() const
Float_t GetZ() const
virtual TClass* IsA() const
BrInelVertex& operator=(BrInelVertex& 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 SetZ(Double_t z)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Float_t fTime0 Vertex time information
Float_t fLeftTime averaged time from left array
Float_t fRightTime averaged time from right array
Float_t fZ vertex trigger time information
UShort_t fMethod method used:
Vertex data class for the Beam-Beam counters
Contains the time 0 information, the Z position
status
0: No good vertex
1: Good Vertex (from 16+16 tubes)
____________________________________________________________________
$Id: BrInelVertex.cxx,v 1.1 2002/06/07 15:51:30 videbaek Exp $
$Author: videbaek $
$Date: 2002/06/07 15:51:30 $
$Copyright: (C) 2001 BRAHMS Collaboration <brahmlib@rhic.bnl.gov>
____________________________________________________________________
BrInelVertex()
: BrDataObject()
Default constructor, do not use
BrInelVertex(const Char_t* name, const Char_t* title)
: BrDataObject(name, title)
named constructor
BrInelVertex(BrInelVertex &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 GetZ() const
UShort_t GetMethod() const
void SetTime0(Double_t time)
void SetLeftTime(Double_t time)
void SetRightTime(Double_t time)
void SetZ(Double_t z)
void SetMethod(UShort_t m)
BrInelVertex& operator=(BrInelVertex& vtx)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
void ~BrInelVertex()
|