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

#include <PndTPCRecoPointDraw.h>

Inheritance diagram for PndTPCRecoPointDraw:

Public Member Functions

 PndTPCRecoPointDraw ()
 
 PndTPCRecoPointDraw (const char *name, Int_t iVerbose=1)
 
virtual ~PndTPCRecoPointDraw ()
 

Protected Member Functions

virtual TVector3 GetVector (TObject *obj)
 
 ClassDef (PndTPCRecoPointDraw, 3)
 

Detailed Description

Definition at line 21 of file PndTPCRecoPointDraw.h.

Constructor & Destructor Documentation

PndTPCRecoPointDraw::PndTPCRecoPointDraw ( )
inline

Default constructor

Definition at line 26 of file PndTPCRecoPointDraw.h.

26 {};
PndTPCRecoPointDraw::PndTPCRecoPointDraw ( const char *  name,
Int_t  iVerbose = 1 
)
inline

Standard constructor

Parameters
nameName of task
iVerboseVerbosity level

Definition at line 33 of file PndTPCRecoPointDraw.h.

33 :FairBoxSetDraw(name, iVerbose){};
TString name
Int_t iVerbose
virtual PndTPCRecoPointDraw::~PndTPCRecoPointDraw ( )
inlinevirtual

Destructor

Definition at line 36 of file PndTPCRecoPointDraw.h.

36 {};

Member Function Documentation

PndTPCRecoPointDraw::ClassDef ( PndTPCRecoPointDraw  ,
 
)
protected
TVector3 PndTPCRecoPointDraw::GetVector ( TObject *  obj)
protectedvirtual

Definition at line 11 of file PndTPCRecoPointDraw.cxx.

12 {
13  PndTpcCluster* cluster = (PndTpcCluster*)obj;
14  return (cluster->pos());
15 }
PndAnaPidSelector *& obj

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