|
| SensorRunInfo (const TString &name, const Int_t stripAmount, const Int_t binAmount, const TString &runId="") |
|
void | SetThresholdFile (const TString &path) |
| Sets threshold file path. Threshold integer values for each strip are listed in a file in ascending strip numbers order. Example: 33 43 48 23 23 55 Threshods for strips 0th - 5th. More...
|
|
void | SetNoiseThreshold (const Int_t noiseThreshold) |
|
void | SetDeadLayersPerStrip (const std::vector< Double_t > &deadLayers) |
|
void | ReadThresholds () |
|
|
TString | fName |
|
TString | fThresholdFilePath |
|
TString | fCalibFilePath |
|
Int_t | fStripAmount = 16 |
|
Int_t | fBinAmount = 1024 |
|
TString | fRunId |
|
Int_t | fNoiseThreshold = 0 |
|
Bool_t | fIsDeadLayerPerStripsSet = false |
|
std::vector< Double_t > | fDeadLayers = std::vector<Double_t>() |
|
Definition at line 31 of file ERCalibrationSSD.cxx.
void ERCalibrationSSD::SensorRunInfo::SetThresholdFile |
( |
const TString & |
path | ) |
|
|
inline |
Sets threshold file path. Threshold integer values for each strip are listed in a file in ascending strip numbers order. Example: 33 43 48 23 23 55 Threshods for strips 0th - 5th.
- Parameters
-
Definition at line 51 of file ERCalibrationSSD.cxx.
The documentation for this class was generated from the following file: