Histogram-based analysis for pedestal run. More...
#include <PedsFullNoiseAnalysis.h>
Public Member Functions | |
const VVFloat & | chi2Prob () const |
const VVInt & | dead () const |
bool | isValid () const |
const VVFloat & | ksProb () const |
const VVFloat & | noise () const |
const VVFloat & | noiseBin84 () const |
const VVFloat & | noiseGaus () const |
const VFloat & | noiseMax () const |
const VFloat & | noiseMean () const |
const VFloat & | noiseMin () const |
const VVFloat & | noiseRMS () const |
const VVFloat & | noiseSignif () const |
const VFloat & | noiseSpread () const |
const VVInt & | noisy () 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) |
const VVFloat & | raw () const |
const VFloat & | rawMax () const |
const VFloat & | rawMean () const |
const VFloat & | rawMin () const |
const VFloat & | rawSpread () const |
void | reset () |
void | summary (std::stringstream &) const |
virtual | ~PedsFullNoiseAnalysis () |
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 () |
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 15 of file PedsFullNoiseAnalysis.h.
PedsFullNoiseAnalysis::PedsFullNoiseAnalysis | ( | const uint32_t & | key | ) |
Definition at line 13 of file PedsFullNoiseAnalysis.cc.
References chi2Prob_, dead_, ksProb_, noiseBin84_, noiseGaus_, noiseRMS_, noiseSignif_, and noisy_.
PedsFullNoiseAnalysis::PedsFullNoiseAnalysis | ( | ) |
Definition at line 52 of file PedsFullNoiseAnalysis.cc.
References chi2Prob_, dead_, ksProb_, noiseBin84_, noiseGaus_, noiseRMS_, noiseSignif_, and noisy_.
|
inlinevirtual |
Definition at line 25 of file PedsFullNoiseAnalysis.h.
|
inline |
Definition at line 161 of file PedsFullNoiseAnalysis.h.
References chi2Prob_.
Referenced by PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 167 of file PedsFullNoiseAnalysis.h.
References dead_.
Referenced by PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
virtual |
Identifies if analysis is valid or not.
Reimplemented from CommissioningAnalysis.
Definition at line 128 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 PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseHistograms::histoAnalysis(), print(), core.AutoHandle.AutoHandle::ReallyLoad(), and summary().
|
inline |
Definition at line 160 of file PedsFullNoiseAnalysis.h.
References ksProb_.
Referenced by PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 158 of file PedsFullNoiseAnalysis.h.
References noise_.
Referenced by PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 163 of file PedsFullNoiseAnalysis.h.
References noiseBin84_.
Referenced by PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 162 of file PedsFullNoiseAnalysis.h.
References noiseGaus_.
Referenced by PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 179 of file PedsFullNoiseAnalysis.h.
References noiseMax_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 172 of file PedsFullNoiseAnalysis.h.
References noiseMean_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 180 of file PedsFullNoiseAnalysis.h.
References noiseMin_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 164 of file PedsFullNoiseAnalysis.h.
References noiseRMS_.
Referenced by PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 165 of file PedsFullNoiseAnalysis.h.
References noiseSignif_.
Referenced by PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 173 of file PedsFullNoiseAnalysis.h.
References noiseSpread_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 168 of file PedsFullNoiseAnalysis.h.
References noisy_.
Referenced by PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 157 of file PedsFullNoiseAnalysis.h.
References peds_.
Referenced by PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 177 of file PedsFullNoiseAnalysis.h.
References pedsMax_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 170 of file PedsFullNoiseAnalysis.h.
References pedsMean_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
inline |
Definition at line 178 of file PedsFullNoiseAnalysis.h.
References pedsMin_.
Referenced by PedsFullNoiseHistosUsingDb::create(), PedsFullNoiseSummaryFactory::extract(), and PedsFullNoiseHistosUsingDb::update().
|
inline |
Definition at line 171 of file PedsFullNoiseAnalysis.h.
References pedsSpread_.
Referenced by PedsFullNoiseHistosUsingDb::create(), and PedsFullNoiseSummaryFactory::extract().
|
virtual |
Prints analysis results.
Implements CommissioningAnalysis.
Definition at line 234 of file PedsFullNoiseAnalysis.cc.
References dead_, relativeConstraints::empty, CommissioningAnalysis::getErrorCodes(), CommissioningAnalysis::header(), cuy::ii, isValid(), sistrip::mlCommissioning_, CommissioningAnalysis::myName(), noise_, noiseMax_, noiseMean_, noiseMin_, noiseSpread_, noisy_, peds_, pedsMax_, pedsMean_, pedsMin_, pedsSpread_, raw_, rawMax_, rawMean_, rawMin_, rawSpread_, and findQualityFiles::size.
|
inline |
|
inline |
Definition at line 181 of file PedsFullNoiseAnalysis.h.
References rawMax_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
inline |
Definition at line 174 of file PedsFullNoiseAnalysis.h.
References rawMean_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
inline |
Definition at line 182 of file PedsFullNoiseAnalysis.h.
References rawMin_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
inline |
Definition at line 175 of file PedsFullNoiseAnalysis.h.
References rawSpread_.
Referenced by PedsFullNoiseHistosUsingDb::create().
|
virtual |
Resets analysis member data.
Implements CommissioningAnalysis.
Definition at line 91 of file PedsFullNoiseAnalysis.cc.
References chi2Prob_, dead_, sistrip::invalid_, ksProb_, legacy_, noise_, noiseBin84_, noiseGaus_, noiseMax_, noiseMean_, noiseMin_, noiseRMS_, noiseSignif_, noiseSpread_, noisy_, peds_, pedsMax_, pedsMean_, pedsMin_, pedsSpread_, raw_, rawMax_, rawMean_, rawMin_, and rawSpread_.
Referenced by MatrixReader.MatrixReader::__init__(), and MatrixReader.MatrixReader::showRaw().
|
virtual |
Overrides base method.
Reimplemented from CommissioningAnalysis.
Definition at line 160 of file PedsFullNoiseAnalysis.cc.
References sistrip::APV, SiStripFecKey::ccuAddr(), SiStripFecKey::ccuChan(), sistrip::extrainfo::commonMode_, sistrip::controlView_, sistrip::dir_, sistrip::dqmRoot_, sistrip::EXPERT_HISTO, edm::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(), cmsHarvester::path, sistrip::extrainfo::pedestals_, sistrip::extrainfo::pedsAndCmSubNoise_, sistrip::extrainfo::pedsAndRawNoise_, sistrip::extrainfo::rawNoise_, SiStripEnumsAndStrings::runType(), AlCaHLTBitMon_QueryRunRegistry::string, indexGen::title, and funct::true.
|
friend |
Definition at line 27 of file PedsFullNoiseAnalysis.h.
|
friend |
Definition at line 28 of file PedsFullNoiseAnalysis.h.
|
private |
Definition at line 100 of file PedsFullNoiseAnalysis.h.
Referenced by chi2Prob(), PedsFullNoiseAnalysis(), and reset().
|
private |
Dead strips.
Definition at line 108 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), dead(), PedsFullNoiseAnalysis(), print(), and reset().
|
private |
Definition at line 99 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), ksProb(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 152 of file PedsFullNoiseAnalysis.h.
|
private |
Noise values.
Definition at line 93 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noise(), print(), and reset().
|
private |
Definition at line 102 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noiseBin84(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 101 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noiseGaus(), PedsFullNoiseAnalysis(), and reset().
|
private |
Max noise value.
Definition at line 140 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMax(), print(), and reset().
|
private |
Mean noise value.
Definition at line 122 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMean(), print(), and reset().
|
private |
Min noise value.
Definition at line 143 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseMin(), print(), and reset().
|
private |
Definition at line 103 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noiseRMS(), PedsFullNoiseAnalysis(), and reset().
|
private |
Definition at line 104 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noiseSignif(), PedsFullNoiseAnalysis(), and reset().
|
private |
Rms spread in noise.
Definition at line 125 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), noiseSpread(), print(), and reset().
|
private |
Noisy strips.
Definition at line 111 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), noisy(), PedsFullNoiseAnalysis(), print(), and reset().
|
private |
Peds values.
Definition at line 90 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), peds(), print(), and reset().
|
private |
Max peds value.
Definition at line 134 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMax(), print(), and reset().
|
private |
Mean peds value.
Definition at line 116 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMean(), print(), and reset().
|
private |
Min peds value.
Definition at line 137 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsMin(), print(), and reset().
|
private |
Rms spread in peds.
Definition at line 119 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), pedsSpread(), print(), and reset().
|
private |
Raw noise values.
Definition at line 96 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), print(), raw(), and reset().
|
private |
Max raw noise value.
Definition at line 146 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMax(), and reset().
|
private |
Mean raw noise value.
Definition at line 128 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMean(), and reset().
|
private |
Min raw noise value.
Definition at line 149 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawMin(), and reset().
|
private |
Rms spread in raw noise.
Definition at line 131 of file PedsFullNoiseAnalysis.h.
Referenced by PedsFullNoiseAlgorithm::analyse(), isValid(), print(), rawSpread(), and reset().