![]() |
![]() |
Functions | |
std::string | arraystoXML (const std::vector< float > &eb, const std::vector< float > &ee) |
int | hashedIndex (int ieta, int iphi) |
int | hashedIndexEE (int ix, int iy, int iz) |
std::vector< int > | hashedIndexToEtaPhi (int hashedindex) |
std::vector< int > | hashedIndexToXY (int hashedindex) |
int | ism (int ieta, int iphi) |
std::string ecalpyutils::arraystoXML | ( | const std::vector< float > & | eb, |
const std::vector< float > & | ee | ||
) |
Definition at line 61 of file EcalPyUtils.cc.
References EcalFloatCondObjectContainerXMLTranslator::dumpXML(), and h.
Referenced by BOOST_PYTHON_MODULE().
int ecalpyutils::hashedIndex | ( | int | ieta, |
int | iphi | ||
) |
Definition at line 42 of file EcalPyUtils.cc.
References ztail::d, and EBDetId::hashedIndex().
Referenced by BOOST_PYTHON_MODULE(), EcalUncalibRecHitWorkerWeights::run(), EcalTimeDependentCorrections::setTime(), and EcalLaserAPDPNRatios::setTime().
int ecalpyutils::hashedIndexEE | ( | int | ix, |
int | iy, | ||
int | iz | ||
) |
Definition at line 47 of file EcalPyUtils.cc.
References ztail::d, EEDetId::hashedIndex(), and EEDetId::validDetId().
Referenced by BOOST_PYTHON_MODULE().
std::vector<int> ecalpyutils::hashedIndexToEtaPhi | ( | int | hashedindex | ) |
Definition at line 21 of file EcalPyUtils.cc.
References EBDetId::ieta(), EBDetId::iphi(), runTheMatrix::ret, and EBDetId::unhashIndex().
Referenced by BOOST_PYTHON_MODULE(), and EcalPyUtils::unhashEBIndex().
std::vector<int> ecalpyutils::hashedIndexToXY | ( | int | hashedindex | ) |
Definition at line 30 of file EcalPyUtils.cc.
References EEDetId::ix(), EEDetId::iy(), runTheMatrix::ret, EEDetId::unhashIndex(), EEDetId::zside(), and ecaldqm::zside().
Referenced by BOOST_PYTHON_MODULE(), and EcalPyUtils::unhashEEIndex().
int ecalpyutils::ism | ( | int | ieta, |
int | iphi | ||
) |
Definition at line 56 of file EcalPyUtils.cc.
References ztail::d, and EBDetId::ism().
Referenced by testChannel::analyze(), BOOST_PYTHON_MODULE(), ecaldqm::crystalID(), ecaldqm::lmPNID(), ecaldqm::memChannelID(), ecaldqm::memTowerID(), and ecaldqm::towerID().