Skip to content
Snippets Groups Projects
Commit a71f07f6 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'tofitsch_dev_gscfix' into 'master'

added TileGap3 to check of variables in GSC and removed duplicate n90Constituents

See merge request !58796
parents 99ff5f86 7a611707
No related branches found
No related tags found
4 merge requests!59674InDetPerformanceMonitoring with LumiBlock selection,!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!58990Draft:Fixing bug in FTF config when running with Reco_tf,!58796added TileGap3 to check of variables in GSC and removed duplicate n90Constituents
......@@ -102,7 +102,7 @@ StatusCode GlobalSequentialCorrection::initialize() {
TString depthString = "";
if ( m_depthString != "auto" ) depthString = m_depthString;
else depthString = m_config->GetValue("GSCDepth","Full");
if ( !depthString.Contains("ChargedFraction") && !depthString.Contains("Tile0") && !depthString.Contains("EM3") && !depthString.Contains("nTrk") && !depthString.Contains("trackWIDTH") && !depthString.Contains("PunchThrough") && !depthString.Contains("N90Constituents") && !depthString.Contains("N90Constituents") && !depthString.Contains("caloWIDTH") && !depthString.Contains("Full") ) {
if ( !depthString.Contains("ChargedFraction") && !depthString.Contains("Tile0") && !depthString.Contains("EM3") && !depthString.Contains("nTrk") && !depthString.Contains("trackWIDTH") && !depthString.Contains("PunchThrough") && !depthString.Contains("N90Constituents") && !depthString.Contains("TileGap3") && !depthString.Contains("caloWIDTH") && !depthString.Contains("Full") ) {
ATH_MSG_FATAL("depthString flag not properly set, please check your config file.");
return StatusCode::FAILURE;
}
......
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