#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 11 of file SiPixelLorentzAngle.h.
|
inline |
Definition at line 13 of file SiPixelLorentzAngle.h.
|
inline |
Definition at line 14 of file SiPixelLorentzAngle.h.
float SiPixelLorentzAngle::getLorentzAngle | ( | const uint32_t & | detid | ) | const |
Definition at line 14 of file SiPixelLorentzAngle.cc.
References ALCARECOPPSCalTrackBasedSel_cff::detid, EcalPhiSymFlatTableProducers_cfi::id, and m_LA.
Referenced by SiPixelLorentzAnglePCLHarvester::dqmEndJob(), Phase2TrackerDigitizerAlgorithm::driftDirection(), PixelCPEBase::driftDirection(), SiPixelDigitizerAlgorithm::DriftDirection(), SiPixelLorentzAnglePCLHarvester::fitAndStore(), and ClusterShapeHitFilter::getDrift().
|
inline |
Definition at line 17 of file SiPixelLorentzAngle.h.
References m_LA.
Referenced by SiPixelLorentzAngleReader::analyze(), SiPixelLorentzAngleCalibration::beginRun(), SiPixelLorentzAnglePCLHarvester::dqmEndJob(), SiPixelLorentzAnglePCLHarvesterMCS::dqmEndJob(), SiPixelLorentzAngleCalibration::getLorentzAnglesInput(), and SiPixelLorentzAngleCalibration::writeTree().
|
inline |
bool SiPixelLorentzAngle::putLorentzAngle | ( | const uint32_t & | detid, |
float & | value | ||
) |
Definition at line 4 of file SiPixelLorentzAngle.cc.
References ALCARECOPPSCalTrackBasedSel_cff::detid, m_LA, and relativeConstraints::value.
|
private |
|
friend |
Definition at line 25 of file SiPixelLorentzAngle.h.
|
friend |
Definition at line 25 of file SiPixelLorentzAngle.h.
|
private |
Definition at line 23 of file SiPixelLorentzAngle.h.
Referenced by getLorentzAngle(), getLorentzAngles(), putLorentsAngles(), and putLorentzAngle().