Enumerations | |
enum | { k_DeconvolutionMode = 0, k_PeakMode = 1 } |
Functions | |
const std::string | apvModeAsString (const SiStripLatency *latency) |
const std::string | fieldAsString (const float &inputField) |
double | fitFunction (double *x, double *par) |
std::pair< int, int > | locationTypeIndex (const std::string &locType) |
std::string | moduleLocationType (const uint32_t &mod, const TrackerTopology *tTopo) |
Generates a module location type string based on the detector ID and topology information. More... | |
anonymous enum |
Enumerator | |
---|---|
k_DeconvolutionMode | |
k_PeakMode |
Definition at line 99 of file SiStripLorentzAngleCalibrationHelpers.h.
|
inline |
Definition at line 112 of file SiStripLorentzAngleCalibrationHelpers.h.
References k_DeconvolutionMode, k_PeakMode, and config_102169_raw_cff::latency.
Referenced by SiStripLorentzAnglePCLHarvester::beginRun(), and SiStripLorentzAnglePCLMonitor::dqmBeginRun().
|
inline |
Definition at line 102 of file SiStripLorentzAngleCalibrationHelpers.h.
References AlCaHLTBitMon_QueryRunRegistry::string, and to_string().
Referenced by SiStripLorentzAnglePCLHarvester::beginRun(), and SiStripLorentzAnglePCLMonitor::dqmBeginRun().
|
inline |
Definition at line 128 of file SiStripLorentzAngleCalibrationHelpers.h.
References a, funct::abs(), b, funct::tan(), relativeConstraints::value, and x.
Referenced by DQMGenericTnPClient::calculateEfficiency(), SiStripLorentzAnglePCLHarvester::dqmEndJob(), LASPeakFinder::FindPeakIn(), and TPedValues::makePlots().
|
inline |
Definition at line 72 of file SiStripLorentzAngleCalibrationHelpers.h.
References DMR_cfg::cerr, LogTrace, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by SiStripLorentzAnglePCLHarvester::dqmEndJob().
|
inline |
Generates a module location type string based on the detector ID and topology information.
Given a module ID and the corresponding TrackerTopology, this function constructs a module location type string in the format "subdet_LlayerType", where subdet is the subdetector name (TIB or TOB), layer is the layer number, and Type is 'a' for axial or 's' for stereo.
mod | The module ID. |
tTopo | Pointer to the TrackerTopology object providing information about the detector. |
Definition at line 33 of file SiStripLorentzAngleCalibrationHelpers.h.
References TrackerTopology::layer(), mod(), SiStripDetId::stereo(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripDetId::subDetector(), SiStripDetId::TIB, and SiStripDetId::TOB.
Referenced by SiStripLorentzAnglePCLHarvester::beginRun().