#include <SiPixelVCal.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 9 of file SiPixelVCal.h.
◆ mapToDetId
◆ SiPixelVCal()
SiPixelVCal::SiPixelVCal |
( |
| ) |
|
|
inline |
◆ ~SiPixelVCal()
SiPixelVCal::~SiPixelVCal |
( |
| ) |
|
|
inline |
◆ getAllOffsets()
◆ getAllSlopes()
Definition at line 44 of file SiPixelVCal.cc.
45 std::map<uint32_t, float> slopes;
48 std::inserter(slopes, slopes.end()),
49 [](std::pair<uint32_t, SiPixelVCal::VCal> vcalentry) -> std::pair<uint32_t, float> {
50 return std::make_pair(vcalentry.first, vcalentry.second.slope);
References m_vcal, and HcalDetIdTransform::transform().
◆ getOffset()
float SiPixelVCal::getOffset |
( |
const uint32_t & |
pixid | ) |
const |
◆ getSlope()
float SiPixelVCal::getSlope |
( |
const uint32_t & |
pixid | ) |
const |
◆ getSlopeAndOffset() [1/2]
const std::map<unsigned int, VCal>& SiPixelVCal::getSlopeAndOffset |
( |
| ) |
const |
|
inline |
◆ getSlopeAndOffset() [2/2]
◆ putSlopeAndOffset() [1/2]
bool SiPixelVCal::putSlopeAndOffset |
( |
const uint32_t & |
pixid, |
|
|
float & |
slopeValue, |
|
|
float & |
offsetValue |
|
) |
| |
Definition at line 4 of file SiPixelVCal.cc.
5 std::map<unsigned int, VCal>::const_iterator
id =
m_vcal.find(pixid);
7 edm::LogError(
"SiPixelVCal") <<
"SiPixelVCal for pixid " << pixid <<
" is already stored. Skippig this put"
11 m_vcal[pixid] = {slopeValue, offsetValue};
References m_vcal.
◆ putSlopeAndOffset() [2/2]
void SiPixelVCal::putSlopeAndOffset |
( |
std::map< unsigned int, VCal > & |
vcal | ) |
|
|
inline |
◆ serialize()
template<class Archive >
void SiPixelVCal::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ m_vcal
std::map<unsigned int, VCal> SiPixelVCal::m_vcal |
|
private |