#include "BReconClasses.h"

BPHole


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

class BPHole

Inheritance Chart:
BPHole

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
BPHole()
BPHole(const BPHole&)
BPHole(double x, double y, double z, double x1 = 0, double x2 = 0)
~BPHole()
BPHole&operator=(const BPHole&)
voidPrint()

Data Members

public:
doubler[3]
doublest
doublero
doubleri

Class Description

void Print()
  ClassDef(BPeak,1)
BPHole(double x,double y, double z, double x1=0, double x2=0)
{r[0]=x; r[1]=y; r[2]=z; ro=x1; ri=x2; }
BPHole()
{}
~BPHole()
{}

Last update: Fri Sep 28 13:21:17 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.