diff --git a/NPAnalysis/Gaspard/RunToTreat.txt b/NPAnalysis/Gaspard/RunToTreat.txt
index 60cc476706f59ff7125e8fc6d1aec2e062d9f711..c4154eda3701c52a44f90861999892b87872b7e4 100644
--- a/NPAnalysis/Gaspard/RunToTreat.txt
+++ b/NPAnalysis/Gaspard/RunToTreat.txt
@@ -1,7 +1,7 @@
 TTreeName 
 	SimulatedTree
 RootFileName 
-	../../Outputs/Simulation/mySimul.root
+	../../Outputs/Simulation/myResult.root
 %	../../Outputs/Simulation/134Snpt_1h9_10MeVA_T0_B0_E0_S2mm.root
 %	../../Outputs/Simulation/132Sndp_3p3_10MeVA_T0_B1_E0_S05mm.root
 %	../../Outputs/Simulation/134Snpt_1h9_10MeVA_T1_B1_E0_S05mm.root
diff --git a/NPLib/Tools/NPTagManager.h b/NPLib/Tools/NPTagManager.h
index 2788369328c10448e2178e88ce19652cb641431f..982822c281651ba0b47ffd5bba53faf05d9b362c 100644
--- a/NPLib/Tools/NPTagManager.h
+++ b/NPLib/Tools/NPTagManager.h
@@ -54,7 +54,7 @@ class NPTagManager : public TObject
      // Print all the condition that exist in fTAG
      void PrintCondition(); 
      inline void Print() {PrintCondition();};
-     void  Print(const Option_t*) const;
+     void  Print(const Option_t*) const {} ;
      
      // Print to File filename all the condition that exist in fTAG
      void PrintConditionToFile(string filename);