#include <SiPixelVCal.h>
Classes | |
struct | VCal |
Public Types | |
using | mapToDetId = std::map< uint32_t, float > |
Public Member Functions | |
mapToDetId | getAllOffsets () const |
mapToDetId | getAllSlopes () const |
float | getOffset (const uint32_t &) const |
float | getSlope (const uint32_t &) const |
const std::map< unsigned int, VCal > & | getSlopeAndOffset () const |
VCal | getSlopeAndOffset (const uint32_t &) const |
void | putSlopeAndOffset (std::map< unsigned int, VCal > &vcal) |
bool | putSlopeAndOffset (const uint32_t &, float &, float &) |
SiPixelVCal () | |
~SiPixelVCal () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::map< unsigned int, VCal > | m_vcal |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 9 of file SiPixelVCal.h.
using SiPixelVCal::mapToDetId = std::map<uint32_t, float> |
Definition at line 14 of file SiPixelVCal.h.
|
inline |
Definition at line 11 of file SiPixelVCal.h.
|
inline |
Definition at line 12 of file SiPixelVCal.h.
SiPixelVCal::mapToDetId SiPixelVCal::getAllOffsets | ( | ) | const |
Definition at line 57 of file SiPixelVCal.cc.
References m_vcal, upgradeWorkflowComponents::offsets, and HcalDetIdTransform::transform().
SiPixelVCal::mapToDetId SiPixelVCal::getAllSlopes | ( | ) | const |
Definition at line 46 of file SiPixelVCal.cc.
References m_vcal, and HcalDetIdTransform::transform().
float SiPixelVCal::getOffset | ( | const uint32_t & | pixid | ) | const |
Definition at line 37 of file SiPixelVCal.cc.
References EcalPhiSymFlatTableProducers_cfi::id, and m_vcal.
float SiPixelVCal::getSlope | ( | const uint32_t & | pixid | ) | const |
Definition at line 28 of file SiPixelVCal.cc.
References EcalPhiSymFlatTableProducers_cfi::id, and m_vcal.
|
inline |
Definition at line 23 of file SiPixelVCal.h.
References m_vcal.
Referenced by SiPixelVCalReader::analyze().
SiPixelVCal::VCal SiPixelVCal::getSlopeAndOffset | ( | const uint32_t & | pixid | ) | const |
Definition at line 18 of file SiPixelVCal.cc.
References EcalPhiSymFlatTableProducers_cfi::id, and m_vcal.
|
inline |
Definition at line 22 of file SiPixelVCal.h.
References m_vcal.
Referenced by SiPixelVCalDB::analyze().
bool SiPixelVCal::putSlopeAndOffset | ( | const uint32_t & | pixid, |
float & | slopeValue, | ||
float & | offsetValue | ||
) |
Definition at line 6 of file SiPixelVCal.cc.
References m_vcal.
|
private |
|
friend |
Definition at line 41 of file SiPixelVCal.h.
|
friend |
Definition at line 41 of file SiPixelVCal.h.
|
private |
Definition at line 39 of file SiPixelVCal.h.
Referenced by getAllOffsets(), getAllSlopes(), getOffset(), getSlope(), getSlopeAndOffset(), and putSlopeAndOffset().