#include <SiStripThreshold.h>
Public Member Functions | |
void | encode (const uint16_t &strip, const float &lTh, const float &hTh) |
void | encode (const uint16_t &strip, const float &lTh, const float &hTh, const float &cTh) |
float | getClusth () const |
uint16_t | getFirstStrip () const |
float | getHth () const |
float | getLth () const |
bool | operator< (const Data &d) const |
bool | operator== (const Data &d) const |
void | print (std::stringstream &ss) const |
Public Attributes | |
uint8_t | clusTh |
uint16_t | FirstStrip_and_Hth |
uint8_t | lowTh |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 44 of file SiStripThreshold.h.
|
inline |
Definition at line 46 of file SiStripThreshold.h.
References clusTh, FirstStrip_and_Hth, sistrip::FirstThStripMask_, sistrip::FirstThStripShift_, sistrip::HighThStripMask_, lowTh, sistrip::LowThStripMask_, and digitizers_cfi::strip.
Referenced by encode().
|
inline |
Definition at line 54 of file SiStripThreshold.h.
References clusTh, encode(), and digitizers_cfi::strip.
|
inline |
|
inline |
Definition at line 59 of file SiStripThreshold.h.
References FirstStrip_and_Hth, and sistrip::FirstThStripShift_.
Referenced by print().
|
inline |
Definition at line 60 of file SiStripThreshold.h.
References FirstStrip_and_Hth, and sistrip::HighThStripMask_.
Referenced by SiStripThresholdDQM::fillMEsForDet(), SiStripThresholdDQM::fillMEsForLayer(), operator==(), print(), and SiStripFedZeroSuppression::suppress().
|
inline |
Definition at line 61 of file SiStripThreshold.h.
References lowTh, and sistrip::LowThStripMask_.
Referenced by SiStripThresholdDQM::fillMEsForDet(), SiStripThresholdDQM::fillMEsForLayer(), print(), and SiStripFedZeroSuppression::suppress().
|
inline |
Definition at line 67 of file SiStripThreshold.h.
References ztail::d, and FirstStrip_and_Hth.
|
inline |
|
inline |
Definition at line 69 of file SiStripThreshold.h.
References getClusth(), getFirstStrip(), getHth(), getLth(), and contentValuesCheck::ss.
|
private |
|
friend |
Definition at line 83 of file SiStripThreshold.h.
|
friend |
Definition at line 83 of file SiStripThreshold.h.
uint8_t SiStripThreshold::Data::clusTh |
Definition at line 81 of file SiStripThreshold.h.
Referenced by encode(), getClusth(), and operator==().
uint16_t SiStripThreshold::Data::FirstStrip_and_Hth |
Definition at line 79 of file SiStripThreshold.h.
Referenced by encode(), getFirstStrip(), getHth(), and operator<().
uint8_t SiStripThreshold::Data::lowTh |
Definition at line 80 of file SiStripThreshold.h.
Referenced by encode(), getLth(), and operator==().