Classes | |
class | CastorElectronicsIdLess |
class | DetIdLess |
Functions | |
template<class T > | |
bool | dumpCastorObject (std::ostream &fOutput, const T &fObject) |
template<class T > | |
bool | dumpCastorSingleFloatObject (std::ostream &fOutput, const T &fObject) |
template<class T > | |
bool | dumpCastorSingleIntObject (std::ostream &fOutput, const T &fObject) |
void | dumpId (std::ostream &fOutput, DetId id) |
bool | dumpObject (std::ostream &fOutput, const CastorPedestals &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorPedestalWidths &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorGains &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorGainWidths &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorQIEData &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorCalibrationQIEData &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorElectronicsMap &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorChannelQuality &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorRecoParams &fObject) |
bool | dumpObject (std::ostream &fOutput, const CastorSaturationCorrs &fObject) |
template<class T , class S > | |
bool | getCastorObject (std::istream &fInput, T *fObject, S *fCondObject) |
template<class T , class S > | |
bool | getCastorSingleFloatObject (std::istream &fInput, T *fObject, S *fCondObject) |
template<class T , class S > | |
bool | getCastorSingleIntObject (std::istream &fInput, T *fObject, S *fCondObject) |
DetId | getId (const std::vector< std::string > &items) |
bool | getObject (std::istream &fInput, CastorPedestals *fObject) |
bool | getObject (std::istream &fInput, CastorPedestalWidths *fObject) |
bool | getObject (std::istream &fInput, CastorGains *fObject) |
bool | getObject (std::istream &fInput, CastorGainWidths *fObject) |
bool | getObject (std::istream &fInput, CastorQIEData *fObject) |
bool | getObject (std::istream &fInput, CastorCalibrationQIEData *fObject) |
bool | getObject (std::istream &fInput, CastorElectronicsMap *fObject) |
bool | getObject (std::istream &fInput, CastorChannelQuality *fObject) |
bool | getObject (std::istream &fInput, CastorRecoParams *fObject) |
bool | getObject (std::istream &fInput, CastorSaturationCorrs *fObject) |
std::vector< std::string > | splitString (const std::string &fLine) |
bool CastorDbASCIIIO::dumpCastorObject | ( | std::ostream & | fOutput, |
const T & | fObject | ||
) |
Definition at line 110 of file CastorDbASCIIIO.cc.
References dumpId(), and makeHLTPrescaleTable::values.
bool CastorDbASCIIIO::dumpCastorSingleFloatObject | ( | std::ostream & | fOutput, |
const T & | fObject | ||
) |
Definition at line 157 of file CastorDbASCIIIO.cc.
References dumpId(), python.multivaluedict::sort(), and relativeConstraints::value.
bool CastorDbASCIIIO::dumpCastorSingleIntObject | ( | std::ostream & | fOutput, |
const T & | fObject | ||
) |
Definition at line 202 of file CastorDbASCIIIO.cc.
References dumpId(), python.multivaluedict::sort(), and relativeConstraints::value.
void CastorDbASCIIIO::dumpId | ( | std::ostream & | fOutput, |
DetId | id | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorPedestals & | fObject | ||
) |
Referenced by CastorDbProducer::channelQualityCallback(), CastorDumpConditions::dumpIt(), CastorDbXml::dumpObject(), HcalDbXml::dumpObject(), CastorDbProducer::electronicsMapCallback(), CastorDbProducer::gainsCallback(), CastorDbProducer::gainWidthsCallback(), CastorDbProducer::pedestalsCallback(), CastorDbProducer::pedestalWidthsCallback(), CastorDbProducer::QIEDataCallback(), and CastorPedestalsAnalysis::~CastorPedestalsAnalysis().
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorPedestalWidths & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorGains & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorGainWidths & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorQIEData & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorCalibrationQIEData & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorElectronicsMap & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorChannelQuality & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorRecoParams & | fObject | ||
) |
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorSaturationCorrs & | fObject | ||
) |
bool CastorDbASCIIIO::getCastorObject | ( | std::istream & | fInput, |
T * | fObject, | ||
S * | fCondObject | ||
) |
Definition at line 82 of file CastorDbASCIIIO.cc.
References getId(), splitString(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool CastorDbASCIIIO::getCastorSingleFloatObject | ( | std::istream & | fInput, |
T * | fObject, | ||
S * | fCondObject | ||
) |
Definition at line 131 of file CastorDbASCIIIO.cc.
References getId(), splitString(), and AlCaHLTBitMon_QueryRunRegistry::string.
bool CastorDbASCIIIO::getCastorSingleIntObject | ( | std::istream & | fInput, |
T * | fObject, | ||
S * | fCondObject | ||
) |
Definition at line 176 of file CastorDbASCIIIO.cc.
References getId(), splitString(), and AlCaHLTBitMon_QueryRunRegistry::string.
DetId CastorDbASCIIIO::getId | ( | const std::vector< std::string > & | items | ) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorPedestals * | fObject | ||
) |
Referenced by produce_impl().
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorPedestalWidths * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorGains * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorGainWidths * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorQIEData * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorCalibrationQIEData * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorElectronicsMap * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorChannelQuality * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorRecoParams * | fObject | ||
) |
bool CastorDbASCIIIO::getObject | ( | std::istream & | fInput, |
CastorSaturationCorrs * | fObject | ||
) |
std::vector<std::string> CastorDbASCIIIO::splitString | ( | const std::string & | fLine | ) |
Definition at line 48 of file CastorDbASCIIIO.cc.
References relativeConstraints::empty, i, query::result, dqm_diff::start, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getCastorObject(), getCastorSingleFloatObject(), and getCastorSingleIntObject().