Skip to content
Snippets Groups Projects
Commit 75c7ea31 authored by Nicholas Styles's avatar Nicholas Styles
Browse files

updates for ITk compatibility

parent 5300a214
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39499Coordinate fixes for ITk Strips
......@@ -391,7 +391,7 @@ void ReadSiDetectorElements::printRandomAccess(const bool accessDuringInitializa
testElement(id, cellIds, positions, elements);
}
} else if (m_managerName == "SCT") {
} else if (m_managerName == "SCT" || m_managerName == "ITkStrip") {
//const SCT_ID * idHelper = dynamic_cast<const SCT_ID *>(m_manager->getIdHelper());
const SCT_ID * idHelper = m_sctIdHelper;
......@@ -413,9 +413,11 @@ void ReadSiDetectorElements::printRandomAccess(const bool accessDuringInitializa
cellIds.push_back(SiCellId(32)); // phi,eta
cellIds.push_back(SiCellId(1)); // phi,eta
cellIds.push_back(SiCellId(0)); // phi,eta
cellIds.push_back(SiCellId(-1)); // phi,eta
cellIds.push_back(SiCellId(-2)); // phi,eta
cellIds.push_back(SiCellId(-3)); // phi,eta
if(m_managerName == "SCT"){
cellIds.push_back(SiCellId(-1)); // phi,eta
cellIds.push_back(SiCellId(-2)); // phi,eta
cellIds.push_back(SiCellId(-3)); // phi,eta
}
cellIds.push_back(SiCellId(767)); // phi,eta
cellIds.push_back(SiCellId(768)); // phi,eta
positions.push_back(Amg::Vector2D(12.727*CLHEP::mm, 4.534*CLHEP::mm)); // eta,phi
......@@ -441,7 +443,7 @@ void ReadSiDetectorElements::printRandomAccess(const bool accessDuringInitializa
positions.clear();
cellIds.push_back(SiCellId(532)); // phi,eta
cellIds.push_back(SiCellId(0)); // phi,eta
cellIds.push_back(SiCellId(-1)); // phi,eta
if (m_managerName == "SCT") cellIds.push_back(SiCellId(-1)); // phi,eta
cellIds.push_back(SiCellId(767)); // phi,eta
cellIds.push_back(SiCellId(768)); // phi,eta
positions.push_back(Amg::Vector2D(12.727*CLHEP::mm, 20.534*CLHEP::mm)); // eta,phi
......
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