Skip to content
Snippets Groups Projects
Commit 9d43c15c authored by John Kenneth Anders's avatar John Kenneth Anders
Browse files

Merge branch 'master-PixelRadDam-21.0' into '21.0'

Update fluence benchmarks with new Efields corresponding to measured fluence

See merge request atlas/athena!23913
parents 65d1784e 90d71f9a
No related merge requests found
......@@ -96,33 +96,38 @@
} else if (m_fluence == 1) {
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_0_20V.root"));
//Beginning of Run 2 (measured fluence)
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_0.0e+00_20V_270K.root"));
fluence_layers.push_back(1e-10);
} else if (m_fluence == 2) {
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_1e14_20V.root"));
//Half-way through 2016 (measured fluence)
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_5.0e+13_20V_283K.root"));
fluence_layers.push_back(1e14);
fluence_layers.push_back(5e13);
} else if (m_fluence == 3) {
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_2e14_30V.root"));
//End of 2016 (measured fluence)
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_1.0e+14_20V_283K.root"));
fluence_layers.push_back(2e14);
fluence_layers.push_back(1e14);
} else if (m_fluence == 4) {
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_5e14_40V.root"));
//End of 2017 (measured fluence)
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_2.5e+14_40V_261K.root"));
fluence_layers.push_back(5e14);
fluence_layers.push_back(2.5e14);
} else if (m_fluence == 5) {
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_1e15_50V.root"));
//End of Run 2 (end of 2018) (measured fluence)
mapsPath_list.push_back(PathResolverFindCalibFile("PixelDigitization/TCAD_IBL_3Dsensors_efields/phi_5.0e+14_40V_261K.root"));
fluence_layers.push_back(1e15);
fluence_layers.push_back(5e14);
} else if (m_fluence == 6) {
......
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