er  dev
Public Member Functions | Public Attributes | List of all members
ERCalibrationSSD::SensorRunInfo Class Reference

Public Member Functions

 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 ()
 

Public Attributes

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>()
 

Detailed Description

Definition at line 31 of file ERCalibrationSSD.cxx.

Member Function Documentation

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
paththreshold file path

Definition at line 51 of file ERCalibrationSSD.cxx.


The documentation for this class was generated from the following file: