You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Scale the Vitrovex alpha yield by a temperature dependant factor resulting from PMT simulation changes. (See OMSim/documentation/notebooks/scintillation_yield_PMTefficiencyCorrection/GetYieldFactorAndRescale.ipynb).
545
-
if (p_jsonTree.get<G4String>("jMaterialName") == "RiAbs_Glass_Vitrovex")
546
-
{
547
-
log_info("Vitrovex alpha yield will be scaled due to PMT efficiency changes.");
// Scale Vitrovex electron yield with the temperature dependant measured electron yield. (See OMSim/documentation/notebooks/scintillation_yield_PMTefficiencyCorrection/GetYieldFactorAndRescale.ipynb).
564
-
if (p_jsonTree.get<G4String>("jMaterialName") == "RiAbs_Glass_Vitrovex")
554
+
try
565
555
{
566
-
log_info("Vitrovex electron yield set to alpha yield scaled by electron yield factor.");
0 commit comments