#include <SiPixelLorentzAngle.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
|
std::map< unsigned int, float > | m_LA |
|
Definition at line 11 of file SiPixelLorentzAngle.h.
◆ SiPixelLorentzAngle()
SiPixelLorentzAngle::SiPixelLorentzAngle |
( |
| ) |
|
|
inline |
◆ ~SiPixelLorentzAngle()
SiPixelLorentzAngle::~SiPixelLorentzAngle |
( |
| ) |
|
|
inline |
◆ getLorentzAngle()
float SiPixelLorentzAngle::getLorentzAngle |
( |
const uint32_t & |
detid | ) |
const |
◆ getLorentzAngles()
const std::map<unsigned int, float>& SiPixelLorentzAngle::getLorentzAngles |
( |
| ) |
const |
|
inline |
◆ putLorentsAngles()
void SiPixelLorentzAngle::putLorentsAngles |
( |
std::map< unsigned int, float > & |
LA | ) |
|
|
inline |
◆ putLorentzAngle()
bool SiPixelLorentzAngle::putLorentzAngle |
( |
const uint32_t & |
detid, |
|
|
float & |
value |
|
) |
| |
Definition at line 4 of file SiPixelLorentzAngle.cc.
References m_LA, and relativeConstraints::value.
5 std::map<unsigned int, float>::const_iterator
id =
m_LA.find(detid);
6 if (
id !=
m_LA.end()) {
7 edm::LogError(
"SiPixelLorentzAngle") <<
"SiPixelLorentzAngle for DetID " << detid
8 <<
" is already stored. Skipping this put" << std::endl;
Log< level::Error, false > LogError
std::map< unsigned int, float > m_LA
◆ serialize()
template<class Archive >
void SiPixelLorentzAngle::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_LA
std::map<unsigned int, float> SiPixelLorentzAngle::m_LA |
|
private |