#include "../headers/Source.h" #include "TMath.h" #include /* LIST OF REFERENCES [1] AA10 - Accident Analysis Report - Public: Water leakage in Monolith Vessel, ESS-0052199 [2] ESS - Activity transport and dose calculation models and tools used in safety analyses at ESS, ESS-0092033 */ double instant_release(double x){ if(x==0){ return 1;} //easy case else { return 0;} } double constant_release(double x){ double tmin = 0; double tmax =1.4*TMath::Power(10,6); //reference [1], 700 kg of water pumped at the rate of 1.80 Kg/hours if(x