HYDRA_development_version
|
#include <hrichframe.h>
Public Member Functions | |
HRichFrame () | |
virtual | ~HRichFrame () |
void | printParams () |
void | putParams (HParamList *l) |
Bool_t | getParams (HParamList *l) |
Bool_t | calculateFlagArea () |
Int_t | isOut (Float_t x, Float_t y) |
Int_t | addCorner (HRichFrameCorner *) |
HRichFrameCorner * | getCorner (Int_t n) |
Int_t | getCornerNr () |
Int_t | setCorner (HRichFrameCorner *pCorner, Int_t n) |
Private Member Functions | |
void | clear () |
Private Attributes | |
Int_t | fCornerNr |
TObjArray | fFrameArr |
TArrayF | fFrameCorners |
Definition at line 26 of file hrichframe.h.
HRichFrame::HRichFrame | ( | ) |
|
virtual |
Definition at line 36 of file hrichframe.cc.
Int_t HRichFrame::addCorner | ( | HRichFrameCorner * | pCorner | ) |
Definition at line 117 of file hrichframe.cc.
Bool_t HRichFrame::calculateFlagArea | ( | ) |
Definition at line 174 of file hrichframe.cc.
|
private |
Definition at line 42 of file hrichframe.cc.
HRichFrameCorner * HRichFrame::getCorner | ( | Int_t | n | ) |
Definition at line 93 of file hrichframe.cc.
Referenced by HEDTransform::calcRichSectorFrame().
|
inline |
Definition at line 67 of file hrichframe.h.
References fCornerNr.
Bool_t HRichFrame::getParams | ( | HParamList * | l | ) |
Definition at line 49 of file hrichframe.cc.
References HParamList::fill(), HRichFrameCorner::setCornerNr(), HRichFrameCorner::setX(), and HRichFrameCorner::setY().
Int_t HRichFrame::isOut | ( | Float_t | x, |
Float_t | y | ||
) |
Definition at line 124 of file hrichframe.cc.
Referenced by HRichDigitizer::calcChargeOnWire(), HRichDigitizer::digitiseDirectHits(), and HRichDigitizer::processPhoton().
void HRichFrame::printParams | ( | void | ) |
Definition at line 69 of file hrichframe.cc.
void HRichFrame::putParams | ( | HParamList * | l | ) |
Definition at line 86 of file hrichframe.cc.
References HParamList::add().
Int_t HRichFrame::setCorner | ( | HRichFrameCorner * | pCorner, |
Int_t | n | ||
) |
Definition at line 104 of file hrichframe.cc.
|
private |
Definition at line 30 of file hrichframe.h.
Referenced by getCornerNr().
|
private |
Definition at line 31 of file hrichframe.h.
|
private |
Definition at line 32 of file hrichframe.h.