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< bool > | VBool |
typedef std::vector< float > | VFloat |
typedef std::vector< uint16_t > | VInt |
typedef std::vector< std::string > | VString |
typedef std::vector< VBool > | VVBool |
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 13 of file PedsFullNoiseAnalysis.cc.
References badADProbab_, badChi2Probab_, badDoublePeakStrip_, badFitStatus_, badJBProbab_, badKSProbab_, badStrip_, badTailStrip_, deadStrip_, largeNoiseSignificance_, largeNoiseStrip_, lowNoiseStrip_, and shiftedStrip_.
PedsFullNoiseAnalysis::PedsFullNoiseAnalysis | ( | ) |
Definition at line 89 of file PedsFullNoiseAnalysis.cc.
References badADProbab_, badChi2Probab_, badDoublePeakStrip_, badFitStatus_, badJBProbab_, badKSProbab_, badStrip_, badTailStrip_, deadStrip_, largeNoiseSignificance_, largeNoiseStrip_, lowNoiseStrip_, and shiftedStrip_.
|
inlineoverride |
Definition at line 24 of file PedsFullNoiseAnalysis.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 193 of file PedsFullNoiseAnalysis.h.
References badDoublePeakStrip_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 177 of file PedsFullNoiseAnalysis.h.
References deadStrip_.
|
inline |
|
overridevirtual |
Identifies if analysis is valid or not.
Reimplemented from CommissioningAnalysis.
Definition at line 244 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(), print(), core.AutoHandle.AutoHandle::ReallyLoad(), and summary().
|
inline |
|
inline |
|
inline |
Definition at line 184 of file PedsFullNoiseAnalysis.h.
References largeNoiseSignificance_.
|
inline |
Definition at line 183 of file PedsFullNoiseAnalysis.h.
References largeNoiseStrip_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 168 of file PedsFullNoiseAnalysis.h.
References noiseSignificance_.
|
inline |
|
inline |
Definition at line 157 of file PedsFullNoiseAnalysis.h.
References peds_.
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Prints analysis results.
Implements CommissioningAnalysis.
Definition at line 319 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_, findQualityFiles::size, and contentValuesCheck::ss.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Resets analysis member data.
Implements CommissioningAnalysis.
Definition at line 165 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 175 of file PedsFullNoiseAnalysis.h.
References residualIntegral_.
|
inline |
Definition at line 172 of file PedsFullNoiseAnalysis.h.
References residualIntegralNsigma_.
|
inline |
Definition at line 171 of file PedsFullNoiseAnalysis.h.
References residualKurtosis_.
|
inline |
|
inline |
|
inline |
Definition at line 167 of file PedsFullNoiseAnalysis.h.
References residualSigmaGaus_.
|
inline |
Definition at line 170 of file PedsFullNoiseAnalysis.h.
References residualSkewness_.
|
inline |
|
overridevirtual |
Overrides base method.
Reimplemented from CommissioningAnalysis.
Definition at line 258 of file PedsFullNoiseAnalysis.cc.
References sistrip::APV, SiStripFecKey::ccuAddr(), SiStripFecKey::ccuChan(), sistrip::extrainfo::commonMode_, sistrip::controlView_, sistrip::dir_, sistrip::dqmRoot_, sistrip::EXPERT_HISTO, 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(), castor_dqm_sourceclient_file_cfg::path, sistrip::extrainfo::pedestals_, sistrip::extrainfo::pedsAndCmSubNoise_, sistrip::extrainfo::pedsAndRawNoise_, sistrip::extrainfo::rawNoise_, SiStripEnumsAndStrings::runType(), contentValuesCheck::ss, AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.
|
friend |
Definition at line 26 of file PedsFullNoiseAnalysis.h.
|
friend |
Definition at line 27 of file PedsFullNoiseAnalysis.h.
|
private |
Definition at line 107 of file PedsFullNoiseAnalysis.h.
Referenced by adProbab(), PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 130 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badADProbab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 133 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badChi2Probab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 135 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badDoublePeakStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 129 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badFitStatus(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 132 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badJBProbab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 131 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badKSProbab(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 124 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badStrip(), PedsFullNoiseAnalysis(), print(), and reset().
|
private |
Definition at line 119 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badStripBit(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 134 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), badTailStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 110 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 123 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), deadStrip(), PedsFullNoiseAnalysis(), print(), and reset().
|
private |
Definition at line 120 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), deadStripBit(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 109 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), jbProbab(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 108 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), ksProbab(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 128 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), largeNoiseSignificance(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 127 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), largeNoiseStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 152 of file PedsFullNoiseAnalysis.h.
|
private |
Definition at line 126 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), lowNoiseStrip(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 104 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noise(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 146 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMax(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 140 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMean(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 147 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMin(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 113 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noiseSignificance(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 141 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 103 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), peds(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 144 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMax(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 138 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMean(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 145 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMin(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 139 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsSpread(), print(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 105 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), print(), raw(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 148 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMax(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 142 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMean(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 149 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMin(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 143 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawSpread(), PedsFullNoiseAlgorithm::reset(), and reset().
|
private |
Definition at line 118 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualIntegral().
|
private |
Definition at line 117 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualIntegralNsigma().
|
private |
Definition at line 116 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualKurtosis().
|
private |
Definition at line 114 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualMean().
|
private |
Definition at line 111 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualRMS().
|
private |
Definition at line 112 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualSigmaGaus().
|
private |
Definition at line 115 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAlgorithm::reset(), reset(), and residualSkewness().
|
private |
Definition at line 125 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), PedsFullNoiseAnalysis(), reset(), and shiftedStrip().