class VtxOutMicrov1: public VtxOut


Inheritance:


Public Methods

[more] VtxOutMicrov1()
ctor
[more]virtual ~VtxOutMicrov1()
dtor
[more]void Reset()
Clear Event
[more]void identify(ostream& os = cout) const
identify Function from PHObject
[more]int isValid() const
isValid returns non zero if object contains vailid data
[more]void FillFromClass(const VtxOut *vtxout)
copy data over from other VtxOut daughter class
[more]int set_BbcVtx(const float vtx)
set Bbc ZVertex
[more]int set_MvdVtx(const PHPoint *vtx)
set Mvd Vertex (3 components)
[more]int set_ZdcVtx(const float vtx)
set Zdc ZVertex
[more]int set_Vtx(const PHPoint *vtx)
set Vertex used in reconstruction
[more]PHPoint get_Vertex() const
get Chosen best Vertex from Reconstruction
[more]float get_ZVertex() const
get Chosen best ZVertex from Reconstruction
[more]float get_BbcVertex() const
get Bbc Vertex
[more]PHPoint get_MvdVertex() const
get Mvd Vertex
[more]float get_ZdcVertex() const
get Zdc Vertex
[more]bool isBbcVtx() const
check for valid Bbc ZVertex (true -> vtx okay)
[more]bool isZdcVtx() const
check for valid Zdc ZVertex (true -> vtx okay)
[more]bool isMvdVtx() const
check for valid Mvd Vertex (true -> vtx okay)

Protected Fields

[more]float BbcVtx
[more]float MvdVtx[3]
[more]float ZdcVtx
[more]float ChosenVtx[3]


Inherited from VtxOut:

Public Methods

ovirtual int set_MuonVtx(const float vtx, const float vtxerr)
ovirtual int set_MuonVtx(const float vtx)
ovirtual int set_NtcVtx(const float vtx, const float vtxerr)
ovirtual int set_CglVtx(const float vtx, const float vtxerr)
ovirtual int set_PadVtx(const float vtx, const float vtxerr)
ovirtual int set_DefaultVtx(const PHPoint *vtx, const PHPoint *vtxerr)
ovirtual PHPoint get_VertexError() const
ovirtual float get_ZVertexError() const
ovirtual float get_BbcVertexError() const
ovirtual float get_MuonVertex() const
ovirtual float get_MuonVertexError() const
ovirtual PHPoint get_MvdVertexError() const
ovirtual float get_NtcVertex() const
ovirtual float get_NtcVertexError() const
ovirtual float get_PadVertex() const
ovirtual float get_PadVertexError() const
ovirtual float get_ZdcVertexError() const
ovirtual float get_CglVertex() const
ovirtual float get_CglVertexError() const
ovirtual int get_VtxList() const
ovirtual int use_Vertex(const PHPoint *vtx, const PHPoint *vtxerr)
ovirtual int use_Vertex(const char *subsystem)
ovirtual bool isMuonVtx() const
ovirtual bool isNtcVtx() const
ovirtual bool isPadVtx() const
ovirtual bool isCglVtx() const
ovirtual char* which_Vtx() const


Inherited from PHObject:


Documentation

o VtxOutMicrov1()
ctor

ovirtual ~VtxOutMicrov1()
dtor

ovoid Reset()
Clear Event

ovoid identify(ostream& os = cout) const
identify Function from PHObject
Parameters:
os - Output Stream

oint isValid() const
isValid returns non zero if object contains vailid data

ovoid FillFromClass(const VtxOut *vtxout)
copy data over from other VtxOut daughter class
Parameters:
vtxout - pointer to input VtxOut class

oint set_BbcVtx(const float vtx)
set Bbc ZVertex
Parameters:
vtx - Valid Bbc ZVertex

oint set_MvdVtx(const PHPoint *vtx)
set Mvd Vertex (3 components)
Parameters:
vtx - Valid Mvd Vertex (3 component PHPoint)

oint set_ZdcVtx(const float vtx)
set Zdc ZVertex
Parameters:
vtx - Valid Zdc ZVertex

oint set_Vtx(const PHPoint *vtx)
set Vertex used in reconstruction
Parameters:
vtx - Chosen best Vertex from Reconstruction

oPHPoint get_Vertex() const
get Chosen best Vertex from Reconstruction

ofloat get_ZVertex() const
get Chosen best ZVertex from Reconstruction

ofloat get_BbcVertex() const
get Bbc Vertex

oPHPoint get_MvdVertex() const
get Mvd Vertex

ofloat get_ZdcVertex() const
get Zdc Vertex

obool isBbcVtx() const
check for valid Bbc ZVertex (true -> vtx okay)

obool isZdcVtx() const
check for valid Zdc ZVertex (true -> vtx okay)

obool isMvdVtx() const
check for valid Mvd Vertex (true -> vtx okay)

ofloat BbcVtx

ofloat MvdVtx[3]

ofloat ZdcVtx

ofloat ChosenVtx[3]


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.