diff --git a/Framework/Algorithms/src/PDDetermineCharacterizations.cpp b/Framework/Algorithms/src/PDDetermineCharacterizations.cpp index 1f775bbcc5d8bb4cd4fc65b94edf38e4b8bff55b..5a57ce4c28d05cd5fa4514fbed6ab16a5b02e344 100644 --- a/Framework/Algorithms/src/PDDetermineCharacterizations.cpp +++ b/Framework/Algorithms/src/PDDetermineCharacterizations.cpp @@ -126,6 +126,9 @@ void PDDetermineCharacterizations::init() { declareProperty( Kernel::make_unique<Kernel::ArrayProperty<int32_t>>("NormBackRun", "0"), "Normalization background" + defaultMsg); + declareProperty( + Kernel::make_unique<Kernel::ArrayProperty<int32_t>>("EmptyEnv", "0"), + "Empty sample environment" + defaultMsg); declareProperty( Kernel::make_unique<Kernel::ArrayProperty<int32_t>>("EmptyInstr", "0"), "Empty instrument" + defaultMsg); @@ -425,6 +428,7 @@ void PDDetermineCharacterizations::exec() { overrideRunNumProperty("BackRun", "container"); overrideRunNumProperty("NormRun", "vanadium"); overrideRunNumProperty("NormBackRun", "vanadium_background"); + overrideRunNumProperty("EmptyEnv", "empty_environment"); overrideRunNumProperty("EmptyInstr", "empty_instrument"); std::vector<std::string> expectedNames = getColumnNames();