diff --git a/source/include/PhysicsModels.hxx b/source/include/PhysicsModels.hxx
index 11f2274cf0e7e620105ea20645db4a4e6a089a7b..6a821ce2fe1e849564249882f3e12c8e2fd64c25 100644
--- a/source/include/PhysicsModels.hxx
+++ b/source/include/PhysicsModels.hxx
@@ -101,6 +101,10 @@ class PhysicsModels : public CLASSObject {
   IrradiationModel* GetIM() { return fIM; }  ///< return the Bateman solver
 
   PhysicsModels* GetPhysicsModels() { return this; }  ///< return this
+  
+  void SetXSM(XSModel* XSM) { fXSM = XSM; }
+  void SetEQM(EquivalenceModel* EQM) { fEQM = EQM;}
+  void SetIM(IrradiationModel* IM)  { fIM = IM; } 
 
  private:
   XSModel* fXSM;  ///< The XSModel (mean cross sections prediction)