#include "BReconClasses.h"

BDetector


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

class BDetector: public BHitMap

Inheritance Chart:
BHitMap
<-
BDetector

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
BDetector(const BDetector&)
BDetector(double = 480e-4, double = -3.048)
~BDetector()
voidBHitMap::AddNoise()
voidBHitMap::BadChannels(unsigned char*)
voidBHitMap::Copy(float*)
intBHitMap::FindPeaks(BPeak**, double = 0.02, double = 0.05)
voidFindPeakss()
doubleGetPosition(int = 0)
doubleGetPositionError(int = 0)
doubleGetZPos()
BDetector&operator=(const BDetector&)
intOrientation()
voidOrientation(int x)
voidPrintPosition()
voidBHitMap::Reset(int = 0)
voidBHitMap::Set(int, float*)
doubleSetZPos(double z)

Data Members

public:
intNumPeak
BPeak*Peak[10]
intBHitMap::NumCh
float*BHitMap::HitMap
unsigned char*BHitMap::BadCh
private:
doublePitch
doubleDetPos
doubleDetZ
intorient

Class Description

void GetPosition(float=0, bool=false)
BDetector(double=480e-4,double=-3.048)
~BDetector()
{}
void Orientation(int x)
{orient=x;}
int Orientation()
{return(orient);}
void PrintPosition()
double GetPositionError(int=0)
double GetZPos()
{return DetZ;}
double SetZPos(double z)
{DetZ=z;}
void FindPeakss()
  ClassDef(BDetector,1)
{FindPeaks(Peak);}

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