Histogram-based analysis for VPSP scan. More...
#include <VpspScanAnalysis.h>
Public Member Functions | |
const VInt & | adcLevel () const |
const VInt & | bottomEdge () const |
const VInt & | bottomLevel () const |
const VInt & | fraction () const |
bool | isValid () const override |
void | print (std::stringstream &, uint32_t not_used=0) override |
void | reset () override |
void | summary (std::stringstream &) const override |
const VInt & | topEdge () const |
const VInt & | topLevel () const |
const VInt & | vpsp () const |
VpspScanAnalysis (const uint32_t &key) | |
VpspScanAnalysis () | |
~VpspScanAnalysis () 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 | |
VInt | adcLevel_ |
VInt | bottomEdge_ |
VInt | bottomLevel_ |
VInt | fraction_ |
VInt | topEdge_ |
VInt | topLevel_ |
VInt | vpsp_ |
Friends | |
class | VpspScanAlgorithm |
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 VPSP scan.
Definition at line 15 of file VpspScanAnalysis.h.
VpspScanAnalysis::VpspScanAnalysis | ( | const uint32_t & | key | ) |
Definition at line 14 of file VpspScanAnalysis.cc.
VpspScanAnalysis::VpspScanAnalysis | ( | ) |
Definition at line 28 of file VpspScanAnalysis.cc.
|
inlineoverride |
Definition at line 23 of file VpspScanAnalysis.h.
|
inline |
Signal levels [ADC] for VPSP settings.
Definition at line 86 of file VpspScanAnalysis.h.
References adcLevel_.
|
inline |
VPSP setting where baseline leaves "D0" level.
Definition at line 89 of file VpspScanAnalysis.h.
References bottomEdge_.
|
inline |
Signal level [ADC] for "digital zero".
Definition at line 91 of file VpspScanAnalysis.h.
References bottomLevel_.
|
inline |
|
overridevirtual |
Identifies if analysis is valid or not.
Reimplemented from CommissioningAnalysis.
Definition at line 46 of file VpspScanAnalysis.cc.
References adcLevel_, bottomLevel_, relativeConstraints::empty, CommissioningAnalysis::getErrorCodes(), topLevel_, sistrip::valid_, and vpsp_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), print(), core.AutoHandle.AutoHandle::ReallyLoad(), and summary().
|
overridevirtual |
Prints analysis results.
Implements CommissioningAnalysis.
Definition at line 93 of file VpspScanAnalysis.cc.
References adcLevel_, bottomEdge_, bottomLevel_, relativeConstraints::empty, alignBH_cfg::fixed, CommissioningAnalysis::getErrorCodes(), CommissioningAnalysis::header(), isValid(), contentValuesCheck::ss, topEdge_, topLevel_, and vpsp_.
|
overridevirtual |
Resets analysis member data.
Implements CommissioningAnalysis.
Definition at line 42 of file VpspScanAnalysis.cc.
References sistrip::invalid_, and vpsp_.
Referenced by MatrixReader.MatrixReader::__init__(), and MatrixReader.MatrixReader::showRaw().
|
overridevirtual |
Overrides base method.
Reimplemented from CommissioningAnalysis.
Definition at line 55 of file VpspScanAnalysis.cc.
References sistrip::apv_, SiStripFecKey::ccuAddr(), SiStripFecKey::ccuChan(), sistrip::controlView_, sistrip::dir_, sistrip::dqmRoot_, sistrip::EXPERT_HISTO, SiStripFecKey::fecCrate(), CommissioningAnalysis::fecKey(), SiStripFecKey::fecRing(), SiStripFecKey::fecSlot(), sistrip::FED_KEY, CommissioningAnalysis::fedKey(), isValid(), SiStripKey::key(), sistrip::LLD_CHAN, SiStripFecKey::lldChan(), CommissioningAnalysis::myName(), castor_dqm_sourceclient_file_cfg::path, SiStripEnumsAndStrings::runType(), contentValuesCheck::ss, AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.
|
inline |
VPSP setting where baseline leaves "D1" level.
Definition at line 88 of file VpspScanAnalysis.h.
References topEdge_.
|
inline |
Signal level [ADC] for "digital one".
Definition at line 90 of file VpspScanAnalysis.h.
References topLevel_.
|
inline |
|
friend |
Definition at line 25 of file VpspScanAnalysis.h.
|
private |
Definition at line 70 of file VpspScanAnalysis.h.
Referenced by adcLevel(), isValid(), and print().
|
private |
Definition at line 76 of file VpspScanAnalysis.h.
Referenced by bottomEdge(), and print().
|
private |
Definition at line 80 of file VpspScanAnalysis.h.
Referenced by bottomLevel(), isValid(), and print().
|
private |
Definition at line 72 of file VpspScanAnalysis.h.
Referenced by fraction().
|
private |
Definition at line 74 of file VpspScanAnalysis.h.
|
private |
Definition at line 78 of file VpspScanAnalysis.h.
Referenced by isValid(), print(), and topLevel().