Histogram-based analysis for pedestal run. More...
#include <PedsFullNoiseAnalysis.h>
Public Member Functions | |
const VVFloat & | adProbab () const |
const VVInt & | badADProbab () const |
const VVInt & | badChi2Probab () const |
const VVInt & | badDoublePeakStrip () const |
const VVInt & | badFitStatus () const |
const VVInt & | badJBProbab () const |
const VVInt & | badKSProbab () const |
const VVInt & | badStrip () const |
const VVInt & | badStripBit () const |
const VVInt & | badTailStrip () const |
const VVFloat & | chi2Probab () const |
const VVInt & | deadStrip () const |
const VVInt & | deadStripBit () const |
bool | isValid () const override |
const VVFloat & | jbProbab () const |
const VVFloat & | ksProbab () const |
const VVInt & | largeNoiseSignificance () const |
const VVInt & | largeNoiseStrip () const |
const VVInt & | lowNoiseStrip () const |
const VVFloat & | noise () const |
const VFloat & | noiseMax () const |
const VFloat & | noiseMean () const |
const VFloat & | noiseMin () const |
const VVFloat & | noiseSignificance () const |
const VFloat & | noiseSpread () const |
const VVFloat & | peds () const |
PedsFullNoiseAnalysis (const uint32_t &key) | |
PedsFullNoiseAnalysis () | |
const VFloat & | pedsMax () const |
const VFloat & | pedsMean () const |
const VFloat & | pedsMin () const |
const VFloat & | pedsSpread () const |
void | print (std::stringstream &, uint32_t apv_number=0) override |
const VVFloat & | raw () const |
const VFloat & | rawMax () const |
const VFloat & | rawMean () const |
const VFloat & | rawMin () const |
const VFloat & | rawSpread () const |
void | reset () override |
const VVFloat & | residualIntegral () const |
const VVFloat & | residualIntegralNsigma () const |
const VVFloat & | residualKurtosis () const |
const VVFloat & | residualMean () const |
const VVFloat & | residualRMS () const |
const VVFloat & | residualSigmaGaus () const |
const VVFloat & | residualSkewness () const |
const VVInt & | shiftedStrip () const |
void | summary (std::stringstream &) const override |
~PedsFullNoiseAnalysis () override | |
Public Member Functions inherited from CommissioningAnalysis | |
virtual void | addErrorCode (const std::string &error) |
CommissioningAnalysis (const uint32_t &key, const std::string &my_name) | |
CommissioningAnalysis (const std::string &my_name) | |
const uint32_t & | dcuId () const |
void | dcuId (const uint32_t &) |
const uint32_t & | detId () const |
void | detId (const uint32_t &) |
const uint32_t & | fecKey () const |
void | fecKey (const uint32_t &) |
const uint32_t & | fedKey () const |
void | fedKey (const uint32_t &) |
const VString & | getErrorCodes () const |
virtual void | header (std::stringstream &) const |
const std::string & | myName () const |
void | setErrorCodes (const VString &errors) |
virtual | ~CommissioningAnalysis () |
Private Attributes | |
VVFloat | adProbab_ |
VVInt | badADProbab_ |
VVInt | badChi2Probab_ |
VVInt | badDoublePeakStrip_ |
VVInt | badFitStatus_ |
VVInt | badJBProbab_ |
VVInt | badKSProbab_ |
VVInt | badStrip_ |
VVInt | badStripBit_ |
VVInt | badTailStrip_ |
VVFloat | chi2Probab_ |
VVInt | deadStrip_ |
Quantities filled only for bad strips i.e. vectors of strip-id. More... | |
VVInt | deadStripBit_ |
VVFloat | jbProbab_ |
VVFloat | ksProbab_ |
VVInt | largeNoiseSignificance_ |
VVInt | largeNoiseStrip_ |
bool | legacy_ |
VVInt | lowNoiseStrip_ |
VVFloat | noise_ |
VFloat | noiseMax_ |
VFloat | noiseMean_ |
VFloat | noiseMin_ |
VVFloat | noiseSignificance_ |
VFloat | noiseSpread_ |
VVFloat | peds_ |
Quantitles that are always filled for every strip. More... | |
VFloat | pedsMax_ |
VFloat | pedsMean_ |
VFloat | pedsMin_ |
VFloat | pedsSpread_ |
VVFloat | raw_ |
VFloat | rawMax_ |
VFloat | rawMean_ |
VFloat | rawMin_ |
VFloat | rawSpread_ |
VVFloat | residualIntegral_ |
VVFloat | residualIntegralNsigma_ |
VVFloat | residualKurtosis_ |
VVFloat | residualMean_ |
VVFloat | residualRMS_ |
VVFloat | residualSigmaGaus_ |
VVFloat | residualSkewness_ |
VVInt | shiftedStrip_ |
Friends | |
class | PedestalsAlgorithm |
class | PedsFullNoiseAlgorithm |
Additional Inherited Members | |
Public Types inherited from CommissioningAnalysis | |
typedef std::vector< float > | VFloat |
typedef std::vector< uint16_t > | VInt |
typedef std::vector< std::string > | VString |
typedef std::vector< VFloat > | VVFloat |
typedef std::vector< VInt > | VVInt |
Histogram-based analysis for pedestal run.
Definition at line 16 of file PedsFullNoiseAnalysis.h.
PedsFullNoiseAnalysis::PedsFullNoiseAnalysis | ( | const uint32_t & | key | ) |
Definition at line 14 of file PedsFullNoiseAnalysis.cc.
References badADProbab_, badChi2Probab_, badDoublePeakStrip_, badFitStatus_, badJBProbab_, badKSProbab_, badStrip_, badTailStrip_, deadStrip_, largeNoiseSignificance_, largeNoiseStrip_, lowNoiseStrip_, and shiftedStrip_.
PedsFullNoiseAnalysis::PedsFullNoiseAnalysis | ( | ) |
Definition at line 91 of file PedsFullNoiseAnalysis.cc.
References badADProbab_, badChi2Probab_, badDoublePeakStrip_, badFitStatus_, badJBProbab_, badKSProbab_, badStrip_, badTailStrip_, deadStrip_, largeNoiseSignificance_, largeNoiseStrip_, lowNoiseStrip_, and shiftedStrip_.
|
inlineoverride |
Definition at line 26 of file PedsFullNoiseAnalysis.h.
|
inline |
Definition at line 165 of file PedsFullNoiseAnalysis.h.
References adProbab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 188 of file PedsFullNoiseAnalysis.h.
References badADProbab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 191 of file PedsFullNoiseAnalysis.h.
References badChi2Probab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 193 of file PedsFullNoiseAnalysis.h.
References badDoublePeakStrip_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 187 of file PedsFullNoiseAnalysis.h.
References badFitStatus_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 190 of file PedsFullNoiseAnalysis.h.
References badJBProbab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 189 of file PedsFullNoiseAnalysis.h.
References badKSProbab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 180 of file PedsFullNoiseAnalysis.h.
References badStrip_.
Referenced by PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 181 of file PedsFullNoiseAnalysis.h.
References badStripBit_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 192 of file PedsFullNoiseAnalysis.h.
References badTailStrip_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 168 of file PedsFullNoiseAnalysis.h.
References chi2Probab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 179 of file PedsFullNoiseAnalysis.h.
References deadStrip_.
Referenced by PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 182 of file PedsFullNoiseAnalysis.h.
References deadStripBit_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
overridevirtual |
Identifies if analysis is valid or not.
Reimplemented from CommissioningAnalysis.
Definition at line 248 of file PedsFullNoiseAnalysis.cc.
References relativeConstraints::empty, CommissioningAnalysis::getErrorCodes(), sistrip::maximum_, noiseMax_, noiseMean_, noiseMin_, noiseSpread_, pedsMax_, pedsMean_, pedsMin_, pedsSpread_, rawMax_, rawMean_, rawMin_, and rawSpread_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseHistograms::histoAnalysis(), print(), core.AutoHandle.AutoHandle::ReallyLoad(), and summary().
|
inline |
Definition at line 167 of file PedsFullNoiseAnalysis.h.
References jbProbab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 166 of file PedsFullNoiseAnalysis.h.
References ksProbab_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 186 of file PedsFullNoiseAnalysis.h.
References largeNoiseSignificance_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 185 of file PedsFullNoiseAnalysis.h.
References largeNoiseStrip_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 184 of file PedsFullNoiseAnalysis.h.
References lowNoiseStrip_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 162 of file PedsFullNoiseAnalysis.h.
References noise_.
Referenced by PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 204 of file PedsFullNoiseAnalysis.h.
References noiseMax_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 197 of file PedsFullNoiseAnalysis.h.
References noiseMean_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 205 of file PedsFullNoiseAnalysis.h.
References noiseMin_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 172 of file PedsFullNoiseAnalysis.h.
References noiseSignificance_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 198 of file PedsFullNoiseAnalysis.h.
References noiseSpread_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 161 of file PedsFullNoiseAnalysis.h.
References peds_.
Referenced by PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 202 of file PedsFullNoiseAnalysis.h.
References pedsMax_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 195 of file PedsFullNoiseAnalysis.h.
References pedsMean_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 203 of file PedsFullNoiseAnalysis.h.
References pedsMin_.
Referenced by PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 196 of file PedsFullNoiseAnalysis.h.
References pedsSpread_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
overridevirtual |
Prints analysis results.
Implements CommissioningAnalysis.
Definition at line 352 of file PedsFullNoiseAnalysis.cc.
References badStrip_, deadStrip_, relativeConstraints::empty, alignBH_cfg::fixed, CommissioningAnalysis::getErrorCodes(), CommissioningAnalysis::header(), cuy::ii, isValid(), sistrip::mlCommissioning_, CommissioningAnalysis::myName(), noise_, noiseMax_, noiseMean_, noiseMin_, noiseSpread_, peds_, pedsMax_, pedsMean_, pedsMin_, pedsSpread_, raw_, rawMax_, rawMean_, rawMin_, rawSpread_, and findQualityFiles::size.
|
inline |
|
inline |
Definition at line 206 of file PedsFullNoiseAnalysis.h.
References rawMax_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
inline |
Definition at line 199 of file PedsFullNoiseAnalysis.h.
References rawMean_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
inline |
Definition at line 207 of file PedsFullNoiseAnalysis.h.
References rawMin_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
inline |
Definition at line 200 of file PedsFullNoiseAnalysis.h.
References rawSpread_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
overridevirtual |
Resets analysis member data.
Implements CommissioningAnalysis.
Definition at line 168 of file PedsFullNoiseAnalysis.cc.
References adProbab_, badADProbab_, badChi2Probab_, badDoublePeakStrip_, badFitStatus_, badJBProbab_, badKSProbab_, badStrip_, badStripBit_, badTailStrip_, chi2Probab_, deadStrip_, deadStripBit_, sistrip::invalid_, jbProbab_, ksProbab_, largeNoiseSignificance_, largeNoiseStrip_, legacy_, lowNoiseStrip_, noise_, noiseMax_, noiseMean_, noiseMin_, noiseSignificance_, noiseSpread_, peds_, pedsMax_, pedsMean_, pedsMin_, pedsSpread_, raw_, rawMax_, rawMean_, rawMin_, rawSpread_, residualIntegral_, residualIntegralNsigma_, residualKurtosis_, residualMean_, residualRMS_, residualSigmaGaus_, residualSkewness_, and shiftedStrip_.
Referenced by MatrixReader.MatrixReader::__init__(), and MatrixReader.MatrixReader::showRaw().
|
inline |
Definition at line 177 of file PedsFullNoiseAnalysis.h.
References residualIntegral_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 176 of file PedsFullNoiseAnalysis.h.
References residualIntegralNsigma_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 175 of file PedsFullNoiseAnalysis.h.
References residualKurtosis_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 173 of file PedsFullNoiseAnalysis.h.
References residualMean_.
Referenced by PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 170 of file PedsFullNoiseAnalysis.h.
References residualRMS_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 171 of file PedsFullNoiseAnalysis.h.
References residualSigmaGaus_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 174 of file PedsFullNoiseAnalysis.h.
References residualSkewness_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 183 of file PedsFullNoiseAnalysis.h.
References shiftedStrip_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
overridevirtual |
Overrides base method.
Reimplemented from CommissioningAnalysis.
Definition at line 278 of file PedsFullNoiseAnalysis.cc.
References sistrip::APV, SiStripFecKey::ccuAddr(), SiStripFecKey::ccuChan(), sistrip::extrainfo::commonMode_, sistrip::controlView_, sistrip::dir_, sistrip::dqmRoot_, sistrip::EXPERT_HISTO, funct::false, SiStripFecKey::fecCrate(), CommissioningAnalysis::fecKey(), SiStripFecKey::fecRing(), SiStripFecKey::fecSlot(), sistrip::FED_KEY, CommissioningAnalysis::fedKey(), SiStripFecKey::i2cAddr(), isValid(), SiStripKey::key(), legacy_, sistrip::LLD_CHAN, SiStripFecKey::lldChan(), CommissioningAnalysis::myName(), callgraph::path, sistrip::extrainfo::pedestals_, sistrip::extrainfo::pedsAndCmSubNoise_, sistrip::extrainfo::pedsAndRawNoise_, sistrip::extrainfo::rawNoise_, SiStripEnumsAndStrings::runType(), AlCaHLTBitMon_QueryRunRegistry::string, fftjetcommon_cfi::title, and funct::true.
|
friend |
Definition at line 28 of file PedsFullNoiseAnalysis.h.
|
friend |
Definition at line 29 of file PedsFullNoiseAnalysis.h.
|
private |
Definition at line 111 of file PedsFullNoiseAnalysis.h.
Referenced by adProbab(), PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 134 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badADProbab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 137 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badChi2Probab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 139 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badDoublePeakStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 133 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badFitStatus(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 136 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badJBProbab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 135 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badKSProbab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 128 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badStrip(), PedsFullNoiseAnalysis(), print(), and reset().
|
private |
Definition at line 123 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badStripBit(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 138 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badTailStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 114 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), chi2Probab(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Quantities filled only for bad strips i.e. vectors of strip-id.
Definition at line 127 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), deadStrip(), PedsFullNoiseAnalysis(), print(), and reset().
|
private |
Definition at line 124 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), deadStripBit(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 113 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), jbProbab(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 112 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), ksProbab(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 132 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), largeNoiseSignificance(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 131 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), largeNoiseStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 156 of file PedsFullNoiseAnalysis.h.
|
private |
Definition at line 130 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), lowNoiseStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 108 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noise(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 150 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMax(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 144 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMean(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 151 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMin(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 117 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noiseSignificance(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 145 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseSpread(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Quantitles that are always filled for every strip.
Definition at line 107 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), peds(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 148 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMax(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 142 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMean(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 149 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMin(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 143 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsSpread(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 109 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), print(), raw(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 152 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMax(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 146 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMean(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 153 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMin(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 147 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawSpread(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 122 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualIntegral().
|
private |
Definition at line 121 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualIntegralNsigma().
|
private |
Definition at line 120 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualKurtosis().
|
private |
Definition at line 118 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualMean().
|
private |
Definition at line 115 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualRMS().
|
private |
Definition at line 116 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualSigmaGaus().
|
private |
Definition at line 119 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualSkewness().
|
private |
Definition at line 129 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAnalysis(), reset(), and shiftedStrip().