Skip to content
Snippets Groups Projects
Commit e7fd5a4b authored by Susumu Oda's avatar Susumu Oda
Browse files

Rename confusing m_useHV to m_useDefaultHV in SCT_DCSConditionsStatCondAlg

parent bf898282
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ StatusCode SCT_DCSConditionsStatCondAlg::initialize() {
}
}
if (m_useHV.value()) {
if (m_useDefaultHV.value()) {
m_hvLowLimit = m_useHVLowLimit;
m_hvUpLimit = m_useHVUpLimit;
m_chanstatCut = m_useHVChanCut;
......
......@@ -61,7 +61,7 @@ class SCT_DCSConditionsStatCondAlg : public AthReentrantAlgorithm
StringProperty m_chanstatCut{this, "StateCut", "NORM"};
FloatProperty m_hvLowLimit{this, "HVCutLow", 0.0};
FloatProperty m_hvUpLimit{this, "HVCutUp", 1000000.0};
BooleanProperty m_useHV{this, "UseDefaultHV", false};
BooleanProperty m_useDefaultHV{this, "UseDefaultHV", false};
FloatProperty m_useHVLowLimit{this, "useHVLow", 19.};
FloatProperty m_useHVUpLimit{this, "useHVUp", 1000000.0};
StringProperty m_useHVChanCut{this, "useHVChan", "LOOSE"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment