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) |
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) |
std::vector< std::string > | splitString (const std::string &fLine) |
bool CastorDbASCIIIO::dumpCastorObject | ( | std::ostream & | fOutput, |
const T & | fObject | ||
) |
Definition at line 111 of file CastorDbASCIIIO.cc.
References dumpId(), and makeHLTPrescaleTable::values.
bool CastorDbASCIIIO::dumpCastorSingleFloatObject | ( | std::ostream & | fOutput, |
const T & | fObject | ||
) |
Definition at line 158 of file CastorDbASCIIIO.cc.
References dumpId(), python.multivaluedict::sort(), and relativeConstraints::value.
bool CastorDbASCIIIO::dumpCastorSingleIntObject | ( | std::ostream & | fOutput, |
const T & | fObject | ||
) |
Definition at line 203 of file CastorDbASCIIIO.cc.
References dumpId(), python.multivaluedict::sort(), and relativeConstraints::value.
void CastorDbASCIIIO::dumpId | ( | std::ostream & | fOutput, |
DetId | id | ||
) |
Definition at line 74 of file CastorDbASCIIIO.cc.
References CastorText2DetIdConverter::getField1(), CastorText2DetIdConverter::getField2(), CastorText2DetIdConverter::getField3(), and CastorText2DetIdConverter::getFlavor().
Referenced by dumpCastorObject(), dumpCastorSingleFloatObject(), dumpCastorSingleIntObject(), dumpHcalMatrixObject(), dumpHcalObject(), dumpHcalSingleFloatObject(), and dumpHcalSingleIntObject().
bool CastorDbASCIIIO::dumpObject | ( | std::ostream & | fOutput, |
const CastorPedestals & | fObject | ||
) |
Referenced by CastorDbProducer::channelQualityCallback(), 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::getCastorObject | ( | std::istream & | fInput, |
T * | fObject, | ||
S * | fCondObject | ||
) |
Definition at line 83 of file CastorDbASCIIIO.cc.
References getId(), and splitString().
bool CastorDbASCIIIO::getCastorSingleFloatObject | ( | std::istream & | fInput, |
T * | fObject, | ||
S * | fCondObject | ||
) |
Definition at line 132 of file CastorDbASCIIIO.cc.
References getId(), and splitString().
bool CastorDbASCIIIO::getCastorSingleIntObject | ( | std::istream & | fInput, |
T * | fObject, | ||
S * | fCondObject | ||
) |
Definition at line 177 of file CastorDbASCIIIO.cc.
References getId(), and splitString().
DetId CastorDbASCIIIO::getId | ( | const std::vector< std::string > & | items | ) |
Definition at line 69 of file CastorDbASCIIIO.cc.
References CastorText2DetIdConverter::getId().
Referenced by gen::EvtGenInterface::EvtGenInterface(), AdaptiveVertexFitter::fit(), getCastorObject(), getCastorSingleFloatObject(), getCastorSingleIntObject(), getHcalMatrixObject(), getHcalObject(), getHcalSingleFloatObject(), getHcalSingleIntObject(), NtupleROOTFile::getIsthep(), NtupleROOTFile::getJdahep(), NtupleROOTFile::getJmohep(), NtupleROOTFile::getJsdhep(), NtupleROOTFile::getJsmhep(), HitComparator::operator()(), FEConfigBadXTInfo::prepareWrite(), ODFEPedestalOffsetInfo::prepareWrite(), ODFEWeightsInfo::prepareWrite(), ODGolBiasCurrentInfo::prepareWrite(), ODTowersToByPassInfo::prepareWrite(), ODFEDelaysInfo::prepareWrite(), ODVfeToRejectInfo::prepareWrite(), ODBadTTInfo::prepareWrite(), ODBadXTInfo::prepareWrite(), FEConfigBadStripInfo::prepareWrite(), FEConfigBadTTInfo::prepareWrite(), ODCond2ConfInfo::prepareWrite(), FEConfigSpikeInfo::prepareWrite(), FEConfigTimingInfo::prepareWrite(), FEConfigWeightInfo::prepareWrite(), FEConfigFgrInfo::prepareWrite(), FEConfigLinInfo::prepareWrite(), FEConfigLUTInfo::prepareWrite(), FEConfigPedInfo::prepareWrite(), FEConfigSlidingInfo::prepareWrite(), AdaptiveVertexFitter::reWeightTracks(), AdaptiveVertexFitter::weightTracks(), ODLaserCycle::writeDB(), ODDCCCycle::writeDB(), ODSRPCycle::writeDB(), ODLTSCycle::writeDB(), ODTCCCycle::writeDB(), ODTCCEECycle::writeDB(), ODDCUCycle::writeDB(), ODTTCFCycle::writeDB(), ODTTCciCycle::writeDB(), ODJBH4Cycle::writeDB(), ODScanCycle::writeDB(), ODLTCCycle::writeDB(), and ODCCSCycle::writeDB().
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 | ||
) |
std::vector<std::string> CastorDbASCIIIO::splitString | ( | const std::string & | fLine | ) |
Definition at line 49 of file CastorDbASCIIIO.cc.
References relativeConstraints::empty, i, and query::result.
Referenced by getCastorObject(), getCastorSingleFloatObject(), and getCastorSingleIntObject().