FairRoot/PandaRoot
Public Member Functions | Protected Member Functions | List of all members
PndSttMCPointDraw Class Reference

#include <PndSttMCPointDraw.h>

Inheritance diagram for PndSttMCPointDraw:

Public Member Functions

 PndSttMCPointDraw ()
 
 PndSttMCPointDraw (const char *name, Color_t color, Style_t mstyle, Int_t iVerbose=1)
 
virtual ~PndSttMCPointDraw ()
 

Protected Member Functions

TVector3 GetVector (TObject *obj)
 
 ClassDef (PndSttMCPointDraw, 1)
 

Detailed Description

Definition at line 14 of file PndSttMCPointDraw.h.

Constructor & Destructor Documentation

PndSttMCPointDraw::PndSttMCPointDraw ( )

Definition at line 11 of file PndSttMCPointDraw.cxx.

12 {
13  // TODO Auto-generated constructor stub
14 
15 }
PndSttMCPointDraw::PndSttMCPointDraw ( const char *  name,
Color_t  color,
Style_t  mstyle,
Int_t  iVerbose = 1 
)
inline

Definition at line 18 of file PndSttMCPointDraw.h.

18 :FairPointSetDraw(name, color, mstyle, iVerbose){};
TString name
Int_t iVerbose
PndSttMCPointDraw::~PndSttMCPointDraw ( )
virtual

Definition at line 17 of file PndSttMCPointDraw.cxx.

18 {
19  // TODO Auto-generated destructor stub
20 }

Member Function Documentation

PndSttMCPointDraw::ClassDef ( PndSttMCPointDraw  ,
 
)
protected
TVector3 PndSttMCPointDraw::GetVector ( TObject *  obj)
protected

Definition at line 22 of file PndSttMCPointDraw.cxx.

References PndSttPoint::GetXtot(), PndSttPoint::GetYtot(), PndSttPoint::GetZtot(), and p.

23 {
25  return TVector3(p->GetXtot(), p->GetYtot(), p->GetZtot());
26 }
Double_t p
Definition: anasim.C:58
Double_t GetYtot() const
Definition: PndSttPoint.h:55
Double_t GetZtot() const
Definition: PndSttPoint.h:56
Double_t GetXtot() const
Definition: PndSttPoint.h:54
PndAnaPidSelector *& obj

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