#include "BReconClasses.h"

BPTrack


class description - header file - source file - inheritance tree (.pdf)

class BPTrack

Inheritance Chart:
BPTrack

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
BPTrack()
BPTrack(const BPTrack&)
~BPTrack()
voidGetDirection()
doubleGetDistancePoint(double*, double* = NULL)
voidGetError()
voidGetTrack()
doubleGetTrackDistance(BPTrack*, double* = NULL)
BPTrack&operator=(const BPTrack&)
voidPrint()

Data Members

public:
BDetector*det1
BDetector*det2
BPHole*PHole
intPeak1
intPeak2
doubleDetP1[3]
doubleDetP2[3]

Class Description

void Print()
  ClassDef(BPeak,1)
BPTrack()
{}
~BPTrack()
{}
void GetTrack()
void GetError()
void GetDirection()
double GetTrackDistance(BPTrack *,double * = NULL)
void GetDistance(BPTrack *);
double GetDistancePoint(double *,double * = NULL)
  ClassDef(BPTrack,1)
  TVector3 *GetPos(){TVector3 *pos=new TVector3(DetP1[0],DetP1[1],DetP1[2]); return pos;};

Last update: Fri Sep 28 13:21:18 2007


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.