#include <SPYHistograms.h>
Classes | |
struct | ErrorCounters |
struct | Errors |
struct | Trends |
Public Member Functions | |
void | bookAllFEDHistograms (DQMStore::IBooker &) |
void | bookFEDHistograms (DQMStore::IBooker &, const unsigned int fedId, const Errors &aErr, bool doAll=false) |
void | bookTopLevelHistograms (DQMStore::IBooker &) |
void | fillCountersHistograms (const ErrorCounters &aCounter, const double aTime) |
void | fillDetailedHistograms (const Errors &aErr, const sistrip::SpyUtilities::Frame &aFrame, const unsigned int aFedId, const unsigned int aFedChannel) |
void | fillFEDHistograms (const Errors &aErr, const unsigned int aFedId) |
void | fillGainHistograms (const Trends &aTrendElement, const double aTime) |
void | initialise (const edm::ParameterSet &iConfig, std::ostringstream *pDebugStream) |
SPYHistograms () | |
bool | tkHistoMapEnabled (unsigned int aIndex=0) |
TkHistoMap * | tkHistoMapPointer (unsigned int aIndex=0) |
~SPYHistograms () | |
Private Attributes | |
HistogramConfig | apvAddressError_ |
HistogramConfig | apvAddressErrorDetailed_ |
std::map< unsigned int, MonitorElement * > | apvAddressErrorDetailedMap_ |
HistogramConfig | apvErrorBit_ |
HistogramConfig | apvErrorBitDetailed_ |
std::map< unsigned int, MonitorElement * > | apvErrorBitDetailedMap_ |
HistogramConfig | baseline_ |
HistogramConfig | distanceHeaderTrailerDetailed_ |
std::map< unsigned int, MonitorElement * > | distanceHeaderTrailerDetailedMap_ |
HistogramConfig | frameMax_ |
HistogramConfig | frameMin_ |
HistogramConfig | frameRange_ |
HistogramConfig | highPb_ |
HistogramConfig | highPbDetailed_ |
std::map< unsigned int, MonitorElement * > | highPbDetailedMap_ |
HistogramConfig | highRange_ |
HistogramConfig | highRangeDetailed_ |
std::map< unsigned int, MonitorElement * > | highRangeDetailedMap_ |
std::vector< bool > | histosBooked_ |
HistogramConfig | lowPb_ |
HistogramConfig | lowPbDetailed_ |
std::map< unsigned int, MonitorElement * > | lowPbDetailedMap_ |
HistogramConfig | lowRange_ |
HistogramConfig | lowRangeDetailed_ |
std::map< unsigned int, MonitorElement * > | lowRangeDetailedMap_ |
HistogramConfig | maxSat_ |
HistogramConfig | maxSatDetailed_ |
std::map< unsigned int, MonitorElement * > | maxSatDetailedMap_ |
HistogramConfig | meanDigitalLowvsTime_ |
HistogramConfig | minZero_ |
HistogramConfig | minZeroDetailed_ |
std::map< unsigned int, MonitorElement * > | minZeroDetailedMap_ |
HistogramConfig | nApvAddressError_ |
HistogramConfig | nApvAddressErrorvsTime_ |
HistogramConfig | nApvErrorBit_ |
HistogramConfig | nApvErrorBitvsTime_ |
HistogramConfig | negativePeds_ |
HistogramConfig | negativePedsDetailed_ |
std::map< unsigned int, MonitorElement * > | negativePedsDetailedMap_ |
HistogramConfig | nHighPb_ |
HistogramConfig | nHighPbvsTime_ |
HistogramConfig | nHighRange_ |
HistogramConfig | nHighRangevsTime_ |
HistogramConfig | nLowPb_ |
HistogramConfig | nLowPbvsTime_ |
HistogramConfig | nLowRange_ |
HistogramConfig | nLowRangevsTime_ |
HistogramConfig | nMaxSat_ |
HistogramConfig | nMaxSatvsTime_ |
HistogramConfig | nMinZero_ |
HistogramConfig | nMinZerovsTime_ |
HistogramConfig | nNegativePeds_ |
HistogramConfig | nNegativePedsvsTime_ |
HistogramConfig | nNoData_ |
HistogramConfig | nNoDatavsTime_ |
HistogramConfig | noData_ |
HistogramConfig | noDataDetailed_ |
std::map< unsigned int, MonitorElement * > | noDataDetailedMap_ |
HistogramConfig | nOtherPbs_ |
HistogramConfig | nOtherPbsvsTime_ |
HistogramConfig | nOutOfSync_ |
HistogramConfig | nOutOfSyncvsTime_ |
HistogramConfig | otherPbs_ |
HistogramConfig | otherPbsDetailed_ |
std::map< unsigned int, MonitorElement * > | otherPbsDetailedMap_ |
HistogramConfig | outOfSync_ |
HistogramConfig | outOfSyncDetailed_ |
std::map< unsigned int, MonitorElement * > | outOfSyncDetailedMap_ |
HistogramConfig | positionOfFirstHeaderBitDetailed_ |
std::map< unsigned int, MonitorElement * > | positionOfFirstHeaderBitDetailedMap_ |
HistogramConfig | positionOfFirstTrailerBitDetailed_ |
std::map< unsigned int, MonitorElement * > | positionOfFirstTrailerBitDetailedMap_ |
Definition at line 14 of file SPYHistograms.h.
SPYHistograms::SPYHistograms | ( | ) |
Definition at line 14 of file SPYHistograms.cc.
SPYHistograms::~SPYHistograms | ( | ) |
Definition at line 18 of file SPYHistograms.cc.
void SPYHistograms::bookAllFEDHistograms | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 683 of file SPYHistograms.cc.
References bookFEDHistograms(), FEDNumbering::MAXSiStripFEDID, and FEDNumbering::MINSiStripFEDID.
Referenced by SiStripSpyMonitorModule::bookHistograms().
void SPYHistograms::bookFEDHistograms | ( | DQMStore::IBooker & | ibooker, |
const unsigned int | fedId, | ||
const Errors & | aErr, | ||
bool | doAll = false |
||
) |
Definition at line 521 of file SPYHistograms.cc.
References apvAddressErrorDetailed_, apvAddressErrorDetailedMap_, apvErrorBitDetailed_, apvErrorBitDetailedMap_, distanceHeaderTrailerDetailed_, distanceHeaderTrailerDetailedMap_, sistrip::FEDCH_PER_FED, stage2BMTFBufferRaw_cfi::fedId, SPYHistograms::Errors::hasAPVAddressError0, SPYHistograms::Errors::hasAPVAddressError1, SPYHistograms::Errors::hasErrorBit0, SPYHistograms::Errors::hasErrorBit1, SPYHistograms::Errors::hasHighPb, SPYHistograms::Errors::hasHighRange, SPYHistograms::Errors::hasLowPb, SPYHistograms::Errors::hasLowRange, SPYHistograms::Errors::hasMaxSat, SPYHistograms::Errors::hasMinZero, SPYHistograms::Errors::hasNegPeds, SPYHistograms::Errors::hasNoData, SPYHistograms::Errors::hasOOS, SPYHistograms::Errors::hasOtherPbs, highPbDetailed_, highPbDetailedMap_, highRangeDetailed_, highRangeDetailedMap_, histosBooked_, lowPbDetailed_, lowPbDetailedMap_, lowRangeDetailed_, lowRangeDetailedMap_, maxSatDetailed_, maxSatDetailedMap_, minZeroDetailed_, minZeroDetailedMap_, negativePedsDetailed_, negativePedsDetailedMap_, noDataDetailed_, noDataDetailedMap_, otherPbsDetailed_, otherPbsDetailedMap_, outOfSyncDetailed_, outOfSyncDetailedMap_, SiStripKey::path(), positionOfFirstHeaderBitDetailed_, positionOfFirstHeaderBitDetailedMap_, positionOfFirstTrailerBitDetailed_, positionOfFirstTrailerBitDetailedMap_, and DQMStore::IBooker::setCurrentFolder().
Referenced by bookAllFEDHistograms(), and SiStripSpyMonitorModule::bookHistograms().
void SPYHistograms::bookTopLevelHistograms | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 248 of file SPYHistograms.cc.
References apvAddressError_, apvErrorBit_, baseline_, sistrip::FED_ID_MAX, sistrip::FED_ID_MIN, frameMax_, frameMin_, frameRange_, highPb_, highRange_, histosBooked_, lowPb_, lowRange_, maxSat_, meanDigitalLowvsTime_, minZero_, nApvAddressError_, nApvAddressErrorvsTime_, nApvErrorBit_, nApvErrorBitvsTime_, negativePeds_, nHighPb_, nHighPbvsTime_, nHighRange_, nHighRangevsTime_, nLowPb_, nLowPbvsTime_, nLowRange_, nLowRangevsTime_, nMaxSat_, nMaxSatvsTime_, nMinZero_, nMinZerovsTime_, nNegativePeds_, nNegativePedsvsTime_, nNoData_, nNoDatavsTime_, noData_, nOtherPbs_, nOtherPbsvsTime_, nOutOfSync_, nOutOfSyncvsTime_, otherPbs_, and outOfSync_.
Referenced by SiStripSpyMonitorModule::bookHistograms().
void SPYHistograms::fillCountersHistograms | ( | const ErrorCounters & | aCounter, |
const double | aTime | ||
) |
Definition at line 99 of file SPYHistograms.cc.
References SPYHistograms::ErrorCounters::nAPVAddressError, nApvAddressError_, nApvAddressErrorvsTime_, SPYHistograms::ErrorCounters::nAPVError, nApvErrorBit_, nApvErrorBitvsTime_, SPYHistograms::ErrorCounters::nHighPb, nHighPb_, nHighPbvsTime_, SPYHistograms::ErrorCounters::nHighRange, nHighRange_, nHighRangevsTime_, SPYHistograms::ErrorCounters::nLowPb, nLowPb_, nLowPbvsTime_, SPYHistograms::ErrorCounters::nLowRange, nLowRange_, nLowRangevsTime_, SPYHistograms::ErrorCounters::nMaxSat, nMaxSat_, nMaxSatvsTime_, SPYHistograms::ErrorCounters::nMinZero, nMinZero_, nMinZerovsTime_, nNegativePeds_, nNegativePedsvsTime_, SPYHistograms::ErrorCounters::nNegPeds, SPYHistograms::ErrorCounters::nNoData, nNoData_, nNoDatavsTime_, SPYHistograms::ErrorCounters::nOOS, SPYHistograms::ErrorCounters::nOtherPbs, nOtherPbs_, nOtherPbsvsTime_, nOutOfSync_, and nOutOfSyncvsTime_.
Referenced by SiStripSpyMonitorModule::analyze().
void SPYHistograms::fillDetailedHistograms | ( | const Errors & | aErr, |
const sistrip::SpyUtilities::Frame & | aFrame, | ||
const unsigned int | aFedId, | ||
const unsigned int | aFedChannel | ||
) |
Definition at line 179 of file SPYHistograms.cc.
References apvAddressErrorDetailedMap_, apvErrorBitDetailedMap_, sistrip::SpyUtilities::Frame::baseline, baseline_, sistrip::SpyUtilities::Frame::digitalHigh, sistrip::SpyUtilities::Frame::digitalLow, distanceHeaderTrailerDetailedMap_, sistrip::SpyUtilities::Frame::firstHeaderBit, sistrip::SpyUtilities::Frame::firstTrailerBit, frameMax_, frameMin_, frameRange_, SPYHistograms::Errors::hasAPVAddressError0, SPYHistograms::Errors::hasAPVAddressError1, SPYHistograms::Errors::hasErrorBit0, SPYHistograms::Errors::hasErrorBit1, SPYHistograms::Errors::hasHighPb, SPYHistograms::Errors::hasHighRange, SPYHistograms::Errors::hasLowPb, SPYHistograms::Errors::hasLowRange, SPYHistograms::Errors::hasMaxSat, SPYHistograms::Errors::hasMinZero, SPYHistograms::Errors::hasNegPeds, SPYHistograms::Errors::hasNoData, SPYHistograms::Errors::hasOOS, SPYHistograms::Errors::hasOtherPbs, highPbDetailedMap_, highRangeDetailedMap_, lowPbDetailedMap_, lowRangeDetailedMap_, maxSatDetailedMap_, minZeroDetailedMap_, negativePedsDetailedMap_, noData_, noDataDetailedMap_, otherPbsDetailedMap_, outOfSyncDetailedMap_, positionOfFirstHeaderBitDetailedMap_, positionOfFirstTrailerBitDetailedMap_, sistrip::SpyUtilities::range(), and sistrip::SPY_SAMPLES_PER_CHANNEL.
Referenced by SiStripSpyMonitorModule::analyze().
void SPYHistograms::fillFEDHistograms | ( | const Errors & | aErr, |
const unsigned int | aFedId | ||
) |
Definition at line 132 of file SPYHistograms.cc.
References apvAddressError_, apvErrorBit_, SPYHistograms::Errors::hasAPVAddressError0, SPYHistograms::Errors::hasAPVAddressError1, SPYHistograms::Errors::hasErrorBit0, SPYHistograms::Errors::hasErrorBit1, SPYHistograms::Errors::hasHighPb, SPYHistograms::Errors::hasHighRange, SPYHistograms::Errors::hasLowPb, SPYHistograms::Errors::hasLowRange, SPYHistograms::Errors::hasMaxSat, SPYHistograms::Errors::hasMinZero, SPYHistograms::Errors::hasNegPeds, SPYHistograms::Errors::hasNoData, SPYHistograms::Errors::hasOOS, SPYHistograms::Errors::hasOtherPbs, highPb_, highRange_, lowPb_, lowRange_, maxSat_, minZero_, negativePeds_, otherPbs_, and outOfSync_.
Referenced by SiStripSpyMonitorModule::analyze().
void SPYHistograms::fillGainHistograms | ( | const Trends & | aTrendElement, |
const double | aTime | ||
) |
Definition at line 93 of file SPYHistograms.cc.
References SPYHistograms::Trends::meanDigitalLow, and meanDigitalLowvsTime_.
void SPYHistograms::initialise | ( | const edm::ParameterSet & | iConfig, |
std::ostringstream * | pDebugStream | ||
) |
Definition at line 24 of file SPYHistograms.cc.
References apvAddressError_, apvAddressErrorDetailed_, apvErrorBit_, apvErrorBitDetailed_, baseline_, distanceHeaderTrailerDetailed_, frameMax_, frameMin_, frameRange_, highPb_, highPbDetailed_, highRange_, highRangeDetailed_, lowPb_, lowPbDetailed_, lowRange_, lowRangeDetailed_, maxSat_, maxSatDetailed_, meanDigitalLowvsTime_, minZero_, minZeroDetailed_, nApvAddressError_, nApvAddressErrorvsTime_, nApvErrorBit_, nApvErrorBitvsTime_, negativePeds_, negativePedsDetailed_, nHighPb_, nHighPbvsTime_, nHighRange_, nHighRangevsTime_, nLowPb_, nLowPbvsTime_, nLowRange_, nLowRangevsTime_, nMaxSat_, nMaxSatvsTime_, nMinZero_, nMinZerovsTime_, nNegativePeds_, nNegativePedsvsTime_, nNoData_, nNoDatavsTime_, noData_, noDataDetailed_, nOtherPbs_, nOtherPbsvsTime_, nOutOfSync_, nOutOfSyncvsTime_, otherPbs_, otherPbsDetailed_, outOfSync_, outOfSyncDetailed_, positionOfFirstHeaderBitDetailed_, and positionOfFirstTrailerBitDetailed_.
Referenced by SiStripSpyMonitorModule::SiStripSpyMonitorModule().
|
inline |
Definition at line 87 of file SPYHistograms.h.
|
inline |
Definition at line 91 of file SPYHistograms.h.
|
private |
Definition at line 140 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 160 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 177 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 139 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 159 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 176 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 146 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillDetailedHistograms(), and initialise().
|
private |
Definition at line 165 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 182 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 145 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillDetailedHistograms(), and initialise().
|
private |
Definition at line 144 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillDetailedHistograms(), and initialise().
|
private |
Definition at line 143 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillDetailedHistograms(), and initialise().
|
private |
Definition at line 136 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 156 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 173 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 132 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 152 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 169 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 184 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and bookTopLevelHistograms().
|
private |
Definition at line 135 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 155 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 172 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 131 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 151 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 168 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 134 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 154 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 171 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 127 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillGainHistograms(), and initialise().
|
private |
Definition at line 133 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 153 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 170 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 111 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 125 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 110 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 124 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 141 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 161 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 178 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 107 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 121 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 103 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 117 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 106 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 120 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 102 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 116 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 105 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 119 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 104 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 118 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 112 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 126 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 93 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 115 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 130 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillDetailedHistograms(), and initialise().
|
private |
Definition at line 150 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 167 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 109 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 123 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 108 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 122 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillCountersHistograms(), and initialise().
|
private |
Definition at line 138 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 158 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 175 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 137 of file SPYHistograms.h.
Referenced by bookTopLevelHistograms(), fillFEDHistograms(), and initialise().
|
private |
Definition at line 157 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 174 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 163 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 180 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().
|
private |
Definition at line 164 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and initialise().
|
private |
Definition at line 181 of file SPYHistograms.h.
Referenced by bookFEDHistograms(), and fillDetailedHistograms().