#include <SiPixelLorentzAngle.h>
Public Member Functions | |
float | getLorentzAngle (const uint32_t &) const |
const std::map< unsigned int, float > & | getLorentzAngles () const |
void | putLorentsAngles (std::map< unsigned int, float > &LA) |
bool | putLorentzAngle (const uint32_t &, float &) |
SiPixelLorentzAngle () | |
~SiPixelLorentzAngle () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::map< unsigned int, float > | m_LA |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 12 of file SiPixelLorentzAngle.h.
|
inline |
Definition at line 16 of file SiPixelLorentzAngle.h.
|
inline |
Definition at line 17 of file SiPixelLorentzAngle.h.
float SiPixelLorentzAngle::getLorentzAngle | ( | const uint32_t & | detid | ) | const |
Definition at line 13 of file SiPixelLorentzAngle.cc.
References m_LA.
Referenced by PixelCPEBase::driftDirection().
|
inline |
Definition at line 20 of file SiPixelLorentzAngle.h.
References m_LA.
Referenced by SiPixelLorentzAngleCalibration::checkLorentzAngleInput(), SiPixelLorentzAngleCalibration::endOfJob(), SiPixelLorentzAngleCalibration::getLorentzAnglesInput(), and SiPixelLorentzAngleCalibration::writeTree().
|
inline |
bool SiPixelLorentzAngle::putLorentzAngle | ( | const uint32_t & | detid, |
float & | value | ||
) |
Definition at line 4 of file SiPixelLorentzAngle.cc.
References m_LA, and relativeConstraints::value.
Referenced by SiPixelLorentzAngleCalibration::createFromTree(), and SiPixelLorentzAngleCalibration::endOfJob().
|
private |
|
friend |
Definition at line 29 of file SiPixelLorentzAngle.h.
|
friend |
Definition at line 29 of file SiPixelLorentzAngle.h.
|
private |
Definition at line 27 of file SiPixelLorentzAngle.h.
Referenced by getLorentzAngle(), getLorentzAngles(), putLorentsAngles(), and putLorentzAngle().