HYDRA_development_version
|
#include <hshowercal.h>
Public Member Functions | |
HShowerCal () | |
HShowerCal (const Float_t fCharge) | |
Int_t | clear () |
Float_t | getCharge () const |
void | setCharge (Float_t fCharge) |
Int_t | getAddress (void) |
Char_t | getSector (void) |
Char_t | getModule (void) |
Char_t | getRow (void) |
Char_t | getCol (void) |
void | setSector (Char_t s) |
void | setModule (Char_t m) |
void | setRow (Char_t r) |
void | setCol (Char_t c) |
Int_t | isLocalMax () |
void | setLocalMax () |
void | resetLocalMax () |
Int_t | getNLocationIndex (void) |
Int_t | getLocationIndex (Int_t i) |
Public Attributes | |
ClassDef(HShowerCal, 1) private Char_t | m_nSector |
Char_t | m_nModule |
Char_t | m_nRow |
Char_t | m_nCol |
Float_t | m_fCharge |
Int_t | m_nIsLocalMax |
Definition at line 7 of file hshowercal.h.
|
inline |
Definition at line 9 of file hshowercal.h.
|
inline |
Definition at line 14 of file hshowercal.h.
Int_t HShowerCal::clear | ( | ) |
|
inline |
Definition at line 23 of file hshowercal.h.
Referenced by HShowerCopy::copy(), and HShowerPadDigitizer::execute().
|
inline |
Definition at line 20 of file hshowercal.h.
References m_fCharge.
Referenced by HShowerHitFinder::calcCoordWithSigma(), HShowerHitFinder::calculateSum(), HShowerHitFinder::calculateVar(), HShowerCopy::copy(), HShowerCalHist::fillHist(), HShowerHitFinder::isLocalMax(), and HShowerHitFinder::lookForHit().
|
inline |
Definition at line 27 of file hshowercal.h.
References m_nCol.
Referenced by HShowerPadDigitizer::execute(), HShowerHitFinder::execute(), HShowerCalHist::fillHist(), getLocationIndex(), and HShowerHitFinder::lookForHit().
Int_t HShowerCal::getLocationIndex | ( | Int_t | i | ) |
Definition at line 53 of file hshowercal.cc.
References getCol(), getModule(), getRow(), and getSector().
|
inline |
Definition at line 25 of file hshowercal.h.
References m_nModule.
Referenced by HShowerPadDigitizer::execute(), HShowerHitFinder::execute(), HShowerCalHist::fillHist(), getLocationIndex(), and HShowerHitFinder::lookForHit().
Int_t HShowerCal::getNLocationIndex | ( | void | ) |
Definition at line 49 of file hshowercal.cc.
|
inline |
Definition at line 26 of file hshowercal.h.
References m_nRow.
Referenced by HShowerPadDigitizer::execute(), HShowerHitFinder::execute(), HShowerCalHist::fillHist(), getLocationIndex(), and HShowerHitFinder::lookForHit().
|
inline |
Definition at line 24 of file hshowercal.h.
References m_nSector.
Referenced by HShowerPadDigitizer::execute(), HShowerHitFinder::execute(), getLocationIndex(), and HShowerHitFinder::lookForHit().
|
inline |
Definition at line 34 of file hshowercal.h.
References m_nIsLocalMax.
Referenced by HShowerHitFinder::isLocalMax().
|
inline |
Definition at line 36 of file hshowercal.h.
References m_nIsLocalMax.
|
inline |
Definition at line 21 of file hshowercal.h.
References m_fCharge.
Referenced by HShowerCalibrater::calibrate(), and HShowerCopy::copy().
|
inline |
Definition at line 32 of file hshowercal.h.
References m_nCol.
Referenced by HShowerCalibrater::calibrate(), and HShowerCopy::copy().
|
inline |
Definition at line 35 of file hshowercal.h.
References m_nIsLocalMax.
Referenced by HShowerHitFinder::isLocalMax().
|
inline |
Definition at line 30 of file hshowercal.h.
References m_nModule.
Referenced by HShowerCalibrater::calibrate(), and HShowerCopy::copy().
|
inline |
Definition at line 31 of file hshowercal.h.
References m_nRow.
Referenced by HShowerCalibrater::calibrate(), and HShowerCopy::copy().
|
inline |
Definition at line 29 of file hshowercal.h.
References m_nSector.
Referenced by HShowerCalibrater::calibrate(), and HShowerCopy::copy().
Float_t HShowerCal::m_fCharge |
Definition at line 51 of file hshowercal.h.
Referenced by getCharge(), and setCharge().
Char_t HShowerCal::m_nCol |
Definition at line 49 of file hshowercal.h.
Int_t HShowerCal::m_nIsLocalMax |
Definition at line 53 of file hshowercal.h.
Referenced by isLocalMax(), resetLocalMax(), and setLocalMax().
Char_t HShowerCal::m_nModule |
Definition at line 47 of file hshowercal.h.
Referenced by getModule(), and setModule().
Char_t HShowerCal::m_nRow |
Definition at line 48 of file hshowercal.h.
ClassDef (HShowerCal, 1) private Char_t HShowerCal::m_nSector |
Definition at line 41 of file hshowercal.h.
Referenced by getSector(), and setSector().