#include <ThrParameters.h>
Public Member Functions | |
const std::map< CSCDetId, GlobalError > & | GetCSCApeMap () |
const std::map< DTChamberId, GlobalError > & | GetDTApeMap () |
const DYTThrObject * | getInitialThresholds () |
const bool | isValidThdDB () |
void | setInitialThr (double thr0) |
ThrParameters (const edm::EventSetup *) | |
~ThrParameters () | |
Private Attributes | |
std::map< CSCDetId, GlobalError > | cscApeMap |
std::map< DTChamberId, GlobalError > | dtApeMap |
const DYTThrObject * | dytThresholds |
bool | isValidThdDB_ |
double | x0 |
Definition at line 21 of file ThrParameters.h.
ThrParameters::ThrParameters | ( | const edm::EventSetup * | eSetup | ) |
Definition at line 7 of file ThrParameters.cc.
References relativeConstraints::error, edm::EventSetup::get(), edm::get(), AlignmentErrorsExtended::m_alignError, and edm::ESHandle< T >::product().
ThrParameters::~ThrParameters | ( | ) |
Definition at line 46 of file ThrParameters.cc.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 27 of file ThrParameters.h.
References isValidThdDB_.
Referenced by DynamicTruncation::DynamicTruncation().
|
inline |
|
private |
Definition at line 37 of file ThrParameters.h.
Referenced by GetCSCApeMap().
|
private |
Definition at line 36 of file ThrParameters.h.
Referenced by GetDTApeMap().
|
private |
Definition at line 35 of file ThrParameters.h.
Referenced by getInitialThresholds().
|
private |
Definition at line 34 of file ThrParameters.h.
Referenced by isValidThdDB().
|
private |
Definition at line 33 of file ThrParameters.h.
Referenced by setInitialThr().