StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
StPicoMcVertex Class Reference

Holds information about Monte Carlo vertex. More...

#include <StPicoMcVertex.h>

Inheritance diagram for StPicoMcVertex:

Public Member Functions

 StPicoMcVertex ()
 Default constructor.
 
 StPicoMcVertex (const StPicoMcVertex &vertex)
 Copy constructor.
 
virtual ~StPicoMcVertex ()
 Destructor.
 
virtual void Print (const Char_t *option="") const
 Print MC vertex parameters.
 
Int_t id () const
 Return ID of the vertex.
 
Int_t numberOfDaughters () const
 Return number of daughters.
 
Int_t isIntermediate () const
 Return if intermediate vertex.
 
Int_t idOfParentTrack () const
 ID of the parent track.
 
Float_t time () const
 Production time.
 
TVector3 position () const
 Vertex position.
 
void setId (Int_t id)
 Set vertex ID.
 
void setNumberOfDaughters (Int_t ntrk)
 Set number of daughter tracks.
 
void setIdOfParentTrack (Int_t id)
 Set ID of the parent track.
 
void setIsIntermediate (Int_t interim)
 Set flag of the intermediate vertex.
 
void setTime (Float_t time)
 Set GEANT production time (ns)
 
void setPosition (Float_t x, Float_t y, Float_t z)
 Set vertex position.
 

Detailed Description

Holds information about Monte Carlo vertex.

The class stores information about the reconstructed vertex

Definition at line 16 of file StPicoMcVertex.h.


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