From 361d2d3458eaaaef2eeccc98f1810272e327e14f Mon Sep 17 00:00:00 2001 From: matta <matta@npt> Date: Wed, 22 Dec 2010 23:28:45 +0000 Subject: [PATCH] * Fixing Warning on Mac Os X * Changing default simulation name in Gaspar --- NPAnalysis/Gaspard/RunToTreat.txt | 2 +- NPLib/Tools/NPTagManager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NPAnalysis/Gaspard/RunToTreat.txt b/NPAnalysis/Gaspard/RunToTreat.txt index 60cc47670..c4154eda3 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 278836932..982822c28 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); -- GitLab