Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MbdVertexv1 Class Reference

#include <coresoftware/blob/master/offline/packages/globalvertex/MbdVertexv1.h>

+ Inheritance diagram for MbdVertexv1:
+ Collaboration diagram for MbdVertexv1:

Public Member Functions

 MbdVertexv1 ()
 
 ~MbdVertexv1 () override
 
void identify (std::ostream &os=std::cout) const override
 
void Reset () override
 Clear Event.
 
int isValid () const override
 isValid returns non zero if object contains vailid data
 
PHObjectCloneMe () const override
 Virtual copy constructor.
 
unsigned int get_id () const override
 
void set_id (unsigned int id) override
 
float get_t () const override
 
void set_t (float t) override
 
float get_t_err () const override
 
void set_t_err (float t_err) override
 
float get_z () const override
 
void set_z (float z) override
 
float get_z_err () const override
 
void set_z_err (float z_err) override
 
- Public Member Functions inherited from MbdVertex
 ~MbdVertex () override
 
virtual unsigned int get_beam_crossing () const override
 
virtual void set_beam_crossing (unsigned int) override
 
virtual void set_bbc_ns (int, int, float, float) override
 
virtual int get_bbc_npmt (int) const override
 
virtual float get_bbc_q (int) const override
 
virtual float get_bbc_t (int) const override
 
- Public Member Functions inherited from Vertex
 ~Vertex () override
 
void identify (std::ostream &os=std::cout) const override
 
PHObjectCloneMe () const override
 Virtual copy constructor.
 
int isValid () const override
 isValid returns non zero if object contains vailid data
 
virtual float get_t0 () const
 
virtual void set_t0 (float t0)
 
virtual float get_x () const
 
virtual void set_x (float)
 
virtual float get_y () const
 
virtual void set_y (float)
 
virtual float get_chisq () const
 
virtual void set_chisq (float)
 
virtual unsigned int get_ndof () const
 
virtual void set_ndof (unsigned int)
 
virtual float get_position (unsigned int) const
 
virtual void set_position (unsigned int, float)
 
virtual float get_error (unsigned int, unsigned int) const
 
virtual void set_error (unsigned int, unsigned int, float)
 
virtual void clear_tracks ()
 
virtual bool empty_tracks ()
 
virtual size_t size_tracks () const
 
virtual void insert_track (unsigned int)
 
virtual size_t erase_track (unsigned int)
 
virtual ConstTrackIter begin_tracks () const
 
virtual ConstTrackIter find_track (unsigned int trackid) const
 
virtual ConstTrackIter end_tracks () const
 
virtual TrackIter begin_tracks ()
 
virtual TrackIter find_track (unsigned int trackid)
 
virtual TrackIter end_tracks ()
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Private Member Functions

 ClassDefOverride (MbdVertexv1, 1)
 

Private Attributes

unsigned int _id
 
float _t
 
float _t_err
 
float _z
 
float _z_err
 

Additional Inherited Members

- Public Types inherited from Vertex
typedef std::set< unsigned int > TrackSet
 
typedef std::set< unsigned int >
::const_iterator 
ConstTrackIter
 
typedef std::set< unsigned int >
::iterator 
TrackIter
 
- Protected Member Functions inherited from MbdVertex
 MbdVertex ()
 

Detailed Description

Definition at line 8 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 8 of file MbdVertexv1.h

Constructor & Destructor Documentation

MbdVertexv1::MbdVertexv1 ( )

Definition at line 7 of file MbdVertexv1.cc.

View newest version in sPHENIX GitHub at line 7 of file MbdVertexv1.cc

Referenced by CloneMe(), and Reset().

+ Here is the caller graph for this function:

MbdVertexv1::~MbdVertexv1 ( )
overridedefault

Member Function Documentation

MbdVertexv1::ClassDefOverride ( MbdVertexv1  ,
 
)
private
PHObject* MbdVertexv1::CloneMe ( ) const
inlineoverridevirtual

Virtual copy constructor.

Reimplemented from MbdVertex.

Definition at line 19 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 19 of file MbdVertexv1.h

References MbdVertexv1().

+ Here is the call graph for this function:

unsigned int MbdVertexv1::get_id ( ) const
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 23 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 23 of file MbdVertexv1.h

References _id.

Referenced by identify().

+ Here is the caller graph for this function:

float MbdVertexv1::get_t ( ) const
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 26 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 26 of file MbdVertexv1.h

References _t.

Referenced by identify().

+ Here is the caller graph for this function:

float MbdVertexv1::get_t_err ( ) const
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 29 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 29 of file MbdVertexv1.h

References _t_err.

Referenced by identify().

+ Here is the caller graph for this function:

float MbdVertexv1::get_z ( ) const
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 32 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 32 of file MbdVertexv1.h

References _z.

Referenced by identify().

+ Here is the caller graph for this function:

float MbdVertexv1::get_z_err ( ) const
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 35 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 35 of file MbdVertexv1.h

References _z_err.

Referenced by identify().

+ Here is the caller graph for this function:

void MbdVertexv1::identify ( std::ostream &  os = std::cout) const
overridevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from MbdVertex.

Definition at line 18 of file MbdVertexv1.cc.

View newest version in sPHENIX GitHub at line 18 of file MbdVertexv1.cc

References get_id(), get_t(), get_t_err(), get_z(), and get_z_err().

+ Here is the call graph for this function:

int MbdVertexv1::isValid ( ) const
overridevirtual

isValid returns non zero if object contains vailid data

Reimplemented from MbdVertex.

Definition at line 29 of file MbdVertexv1.cc.

View newest version in sPHENIX GitHub at line 29 of file MbdVertexv1.cc

References _id, _t, _t_err, _z, and _z_err.

void MbdVertexv1::Reset ( )
inlineoverridevirtual

Clear Event.

Reimplemented from PHObject.

Definition at line 17 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 17 of file MbdVertexv1.h

References MbdVertexv1().

+ Here is the call graph for this function:

void MbdVertexv1::set_id ( unsigned int  id)
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 24 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 24 of file MbdVertexv1.h

References _id, and train_ambiguity_solver::id.

void MbdVertexv1::set_t ( float  t)
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 27 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 27 of file MbdVertexv1.h

References _t, and t.

void MbdVertexv1::set_t_err ( float  t_err)
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 30 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 30 of file MbdVertexv1.h

References _t_err.

void MbdVertexv1::set_z ( float  z)
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 33 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 33 of file MbdVertexv1.h

References _z, and physmon_track_finding_ttbar::z.

void MbdVertexv1::set_z_err ( float  z_err)
inlineoverridevirtual

Reimplemented from MbdVertex.

Definition at line 36 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 36 of file MbdVertexv1.h

References _z_err.

Member Data Documentation

unsigned int MbdVertexv1::_id
private

Definition at line 39 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 39 of file MbdVertexv1.h

Referenced by get_id(), isValid(), and set_id().

float MbdVertexv1::_t
private

Definition at line 40 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 40 of file MbdVertexv1.h

Referenced by get_t(), isValid(), and set_t().

float MbdVertexv1::_t_err
private

Definition at line 41 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 41 of file MbdVertexv1.h

Referenced by get_t_err(), isValid(), and set_t_err().

float MbdVertexv1::_z
private

Definition at line 42 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 42 of file MbdVertexv1.h

Referenced by get_z(), isValid(), and set_z().

float MbdVertexv1::_z_err
private

Definition at line 43 of file MbdVertexv1.h.

View newest version in sPHENIX GitHub at line 43 of file MbdVertexv1.h

Referenced by get_z_err(), isValid(), and set_z_err().


The documentation for this class was generated from the following files: