#include <ThrParameters.h>
Definition at line 21 of file ThrParameters.h.
Definition at line 7 of file ThrParameters.cc.
References relativeConstraints::error, edm::ESHandleBase::isValid(), AlignmentErrorsExtended::m_alignError, and edm::ESHandle< class >::product().
19 for (std::vector<AlignTransformErrorExtended>::const_iterator it = dtAlignmentErrors.
m_alignError.begin();
22 CLHEP::HepSymMatrix
error = (*it).matrix();
23 GlobalError glbErr(error[0][0], error[1][0], error[1][1], error[2][0], error[2][1], error[2][2]);
25 dtApeMap.insert(pair<DTChamberId, GlobalError>(DTid, glbErr));
27 for (std::vector<AlignTransformErrorExtended>::const_iterator it = cscAlignmentErrors.
m_alignError.begin();
30 CLHEP::HepSymMatrix error = (*it).matrix();
31 GlobalError glbErr(error[0][0], error[1][0], error[1][1], error[2][0], error[2][1], error[2][2]);
33 cscApeMap.insert(pair<CSCDetId, GlobalError>(CSCid, glbErr));
const DYTThrObject * dytThresholds
std::vector< AlignTransformErrorExtended > m_alignError
std::map< CSCDetId, GlobalError > cscApeMap
T const * product() const
std::map< DTChamberId, GlobalError > dtApeMap
ThrParameters::~ThrParameters |
( |
| ) |
|
const bool ThrParameters::isValidThdDB |
( |
| ) |
|
|
inline |
void ThrParameters::setInitialThr |
( |
double |
thr0 | ) |
|
|
inline |
bool ThrParameters::isValidThdDB_ |
|
private |