diff --git a/macros/CCEScan/deplVphiN_normalized.C b/macros/CCEScan/deplVphiN_normalized.C index 2ee030c..f763777 100644 --- a/macros/CCEScan/deplVphiN_normalized.C +++ b/macros/CCEScan/deplVphiN_normalized.C @@ -160,18 +160,24 @@ // We plot only one prediction... not one per sector! // Define the starting depletion voltage for the predictions - double startV = 200.0; + // TT + double startV = 200.0; if (set==1) { - startV = 160.0; + startV = 155.0; + }else if(set==2){ + startV = 190.0; }else if(set==3){ - startV = 240.0; + startV = 250.0; } + // IT if (det.EqualTo("IT")) { startV = 100.0; if (set==1) { startV = 80.0; + }else if(set==2){ + startV = 180.0; }else if(set==3){ - startV = 120.0; + startV = 230.0; } } // Prediction calculation based on the stable damage part in the Hamburg model