Skip to content
Snippets Groups Projects

Support in AnalysisTop for MC samples with data overlay

Merged Iwona Grabowska-Bold requested to merge (removed):AT_Nov13 into 21.2
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3808,7 +3808,7 @@ namespace top {
void TopConfig::ReadIsDataOverlay(top::ConfigurationSettings* const& settings) {
if (settings->value("IsDataOverlay") == "True") this->setIsDataOverlay(true);
else if (settings->value("IsDataOverlay") == "False") this->setIsDataOverlay(false);
else if (settings->value("IsADataOverlay") != " ") throw std::runtime_error(
else if (settings->value("IsDataOverlay") != " ") throw std::runtime_error(
"TopConfig: option IsDataOverlay must be either True or False");
}
Loading